/**
 * BxSlider v4.0 - Fully loaded, responsive content slider
 * http://bxslider.com
 *
 * Written by: Steven Wanderski, 2012
 * http://stevenwanderski.com
 * (while drinking Belgian ales and listening to jazz)
 *
 * CEO and founder of bxCreative, LTD
 * http://bxcreative.com
 */

 * LAYOUT
===================================*/
/*.bxslider{width:650px;height:450px;background: url(images/cars-roadbg1.jpg) center center no-repeat #fff;}*/

.bx-wrapper {
	position: relative;
	margin: 0 auto 0px;
	padding: 0;
	*zoom: 1;
	width:650px;height:450px;
	display: block;
}

.bx-wrapper img {
	max-width: 100%;
	display: block;
	/*padding-left: 22px;*/
}


#bx-pager{margin-left: 25px;}
/*#bx-pager a img,#bx-pager a img:hover{width:200px;height:82px;}*/
#bx-pager a:hover
{
    display:inline-block;
     border:2px solid #00A2E8;
    padding:3px 4px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	-ms-border-radius: 15px;
	-o-border-radius: 15px;
	border-radius:15px;
	}
#bx-pager a.active
{
    display:inline-block;
    border:2px solid #00A2E8;
    padding:3px 4px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	-ms-border-radius: 15px;
	-o-border-radius: 15px;
	border-radius:15px;
	}
	#bx-pager a{ padding:3px 4px;border:2px solid #fff;display:inline-block;-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	-ms-border-radius: 15px;
	-o-border-radius: 15px;
	border-radius:15px;margin-bottom:10px;}
.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #000;
}

/* DIRECTION CONTROLS (NEXT / PREV) */

 .bx-prev,.prev {
	/*left: 10px;*/
	float:left;
	margin-left: 15px;
	background: url(../images/fleetgallery/arrow-left.png) no-repeat;
	width:39px;height:82px;
	opacity: 0.2;
}

 .bx-next,.next 
{
    float:left;
    margin-left:515px;
	/*right: 10px;*/
	background: url(../images/fleetgallery/arrow-right.png) no-repeat;
	width:39px;height:82px;
	opacity: 0.2;
}
.bx-prev:hover,.prev:hover {
	/*background-position: 0 0;*/
	opacity: 0.6;
}

.bx-next:hover,.next:hover {
	/*background-position: -43px 0;*/
	opacity: 0.6;
}
/*.bx-wrapper .bx-controls-direction{width:653px;border-top:4px solid #00A2E8;margin-top: -32px;margin-bottom:15px;}*/
 .bx-controls-direction a,.slideButtons a{
	position: absolute;
	/*top:150px;
	margin-top: -16px;*/
	margin-top: 120px;
	outline: 0;
	width: 39px;
	height: 82px;
	text-indent: -9999px;
	/*z-index: 9999;*/
}
.bxslider{list-style:none;}

/*.bigcar1{position:absolute;border:1px solid red;}*/

.prev, .next { padding: 3px; font-size:50px; font-weight: 900; cursor:pointer;
}

.bxslider li{float:left;display:none; list-style:none;width:100%;}
.bxslider li:first-child {display:block;}

.bxslider img {
    max-width: 100%;
	/*padding-left: 12px;*/
}
#bbigcar0{display:block;}
#bcar0,#bcar1,#bcar2,#bcar3,#bcar4,#bcar5,#bcar6{}
.movecar{width: 500px;margin: 0px auto;}
.cargallery{clear:both;width:1130px;top:305px;height:400px;position: absolute;z-index: 1;border:0px solid green;}

.carimgleft{float:left;width:23px;height:400px;position: relative;z-index: 10;background:#fff;}
.carimgright{float:left;width:22px;height:400px;position: relative;z-index: 11;background:#fff;}

.carleft{float:left;/*width:392px;#C7E5FF*/height:400px;position: relative;border:0px solid red;z-index: 2;}
.carleft1{float:left;width:391px;height:390px;background:#C7E5FF url(../images/fleetgallery/innerbgleft.png) top right no-repeat;position: relative;z-index: 2;border:0px solid red}
.carleft2{float:left;width:21px;height:400px;position: relative;z-index: 2;background:#fff;}

.carright2{float:left;width:124px;background:#C7E5FF url(../images/fleetgallery/innerbgright.png) no-repeat;height:390px;position: relative;border:0px solid green;z-index: 12;}
.carright1{float:left;width:8px;height:400px;position: relative;border:0px solid red;z-index: 13;}
.carright{float:left;width:24px;height:400px;position: relative;z-index: 14;background:#fff;}


