/* @override http://localhost/bxslider_v3_plugin/css/styles.css */

/*
 * To change the color scheme of slider change each 
 * background property for each of the five styles below
 */
#slideEcotec{position:relative;z-index:1;overflow:hidden;}
#slideEcotec .bx-window {margin-bottom:20px;}
#slideEcotec .bx-wrapper {/*height:300px*/}
	#slideEcotec .bx-wrapper li{}
	#slideEcotec .bx-wrapper img{/*width:100% !important;*/height:auto;display:block;margin:0 auto;}

#slideEcotec .bx-viewport{position:relative;z-index:2;}

/*pager links*/
#slideEcotec .bx-pager {
   position: absolute;
   bottom: 20px;
	bottom:40px !ie;/* hack ie7 */
	right: 15px;
	padding-top: 7px;
	font-size:11px;
	color:#666;
	text-align:center;
}
#slideEcotec .bx-pager a {
	display:inline-block;
	zoom:1;
	margin-right: 5px;
	padding:4px 0 0 1px;
	height:16px;/* 19 */
	width:18px;/* 19 */
	font-weight:bold;
	font-size: 11px;
	color:#000;
	text-decoration:none;
	background:url(gray_pager.png) no-repeat 0 -20px;
}

/*
 * End color scheme styles
 */

.imgDefaut{width:100%;min-height:290px;min-width:1114px;display:block;}

/*pager links hover and active states*/
#slideEcotec .bx-pager .pager-active,
#slideEcotec .bx-pager a:hover {
	color:#fff;
	text-decoration:none;
	background-position: 0 0;
}

/*captions*/
#slideEcotec .bx-captions {
	text-align:center;
	font-size: 12px;
	padding: 7px 0;
	color: #666;
}

/*auto controls*/
#slideEcotec .bx-auto {
	text-align: center;
	padding-top: 15px;
}

#slideEcotec .bx-auto a {
	color: #666;
	font-size: 12px;
}


#slideEcotec .homeslider-description{width: 1070px;left:50%;margin-left:-535px;z-index:9;position:absolute;display:inline-block;top:300px;}
#slideEcotec .homeslider-description a strong{font-weight: normal !important;}
#slideEcotec .homeslider-description a{
	display:inline-block !important;
	line-height:50px;
	font-size:39px;
	height:50px;
	/*background-color:#222;*/
	color:#000 !important;
	text-transform:uppercase;
	position:relative;
	z-index:99;
	padding:0 50px 0 10px;
	background-image: url('../../../../img/arrow-gris.png');
	background-position:right 10px center ;
	background-repeat: no-repeat;
	font-weight:400;
	border-radius: 5px;

}
#slideEcotec .homeslider-description a span{
	line-height:50px;
	font-size:39px;
}
#slideEcotec .homeslider-description a:hover{text-decoration:none;/*background-color:#000;*/}

div.btnCaption a:hover{
	text-decoration:none;
	background-color:#000;
}
#slideEcotec .bx-controls{
	margin:0 auto;
	width: 1070px;
	height:70px;
	margin-top:-70px;
	position:relative;
	z-index:9;
}


/*next button*/
#slideEcotec .bx-controls-direction a{
	width:70px;
	height:70px;
	background-image:url('../../../../img/arrow.png');
	background-position:top left;
}
	
#slideEcotec .bx-controls-direction a.bx-next {
	position:absolute;
	right:0;
	z-index:999;
	text-indent: -999999px;
	background-position:top right;
}

/*previous button*/

#slideEcotec .bx-controls-direction a.bx-prev {
	position:absolute;
	left:0;
	z-index:999;
	text-indent: -999999px;
}

