@charset "utf-8";
/* CSS Document */

/*============ slider_part =============*/
.slider-container{
	
	width:1260px;
	height:387px;
	background: url(../images/main_div_shadow.png) no-repeat center bottom;
	margin:0px auto;
	

}

.slider-content{
	width:960px;
	margin:0px auto;
	padding:33px 0 0 0;
}
.slider-left{
	width:495px;
	height:290px;
	background:url(../images/slider_bg.png) no-repeat left top;
	padding:14px;
	position:relative;
	float:left;
}

.slider-left a.arrow-left{
	background:url(../images/slider_arrows.png) no-repeat left top;
	width:29px;
	height:30px;
	position:absolute;
	top:146px;
	left:23px;
	cursor:pointer;
	z-index:10000;
}
.slider-left a.arrow-left:hover{
	background:url(../images/slider_arrows.png) no-repeat left -30px;
	z-index:10000;
}
.slider-left a.arrow-right{
	background:url(../images/slider_arrows.png) no-repeat right top;
	width:29px;
	height:30px;
	position:absolute;
	top:146px;
	right:25px;
	cursor:pointer;
	z-index:10000;
}
.slider-left a.arrow-right:hover{
	background:url(../images/slider_arrows.png) no-repeat right -30px;
	z-index:10000;
}

/*========= slider_right ===========*/
.slider-text-container{
	width:363px;
	padding:16px 0 0 17px;
	position:relative;
	float:left;
}
.slider-text{
	width:100px;
	line-height:25px;
	font-family: 'armataregular';
	font-size:17px;
	color:#fefefe;  
}
.slider-text a{
	width:111px;
	height:32px;
	background:url(../images/cotiza_ya_button.png) no-repeat left top;
	display:block;
	line-height:26px;
	margin:5px 0 0 0;
	font-size:14px;
	text-align:center;
	font-family:Verdana, Geneva, sans-serif;
	text-transform:uppercase;
	color:#fff;
}
.slider-text a:hover{
	background:url(../images/cotiza_ya_button.png) no-repeat left -32px;
}
.hidden {
  display:none;
}
