.carousel{
	overflow:hidden;
}
.service_carousel .carousel li{
	width:215px !important;
	text-align: center;
	margin-right:10px;
}
.service_carousel .bx-wrapper li a{
	display:block;
	height:65px;
}
.service_carousel .bx-wrapper li a img{
	border:1px solid #ccc;	
}


/** RESET AND LAYOUT
===================================*/

.service_carousel .bx-wrapper {
	position: relative;
	margin: 0 auto;
	padding:0;
	zoom: 1;
	height:65px;
}



/** THEME
===================================*/

.service_carousel .bx-wrapper .bx-viewport {
	margin-left: 5px;
}

.service_carousel .bx-wrapper .bx-pager,
.service_carousel .bx-wrapper .bx-controls-auto {

	
}

/* LOADER */

.service_carousel .bx-wrapper .bx-loading {
	min-height: 50px;
	background: url(/images/new/bx-loader.gif) center center no-repeat;
}

/* PAGER */

.service_carousel .service_carousel .bx-wrapper .bx-pager {
	position:relative;
	text-align: center;
	font-size: .85em;
	font-family: Arial;
	font-weight: bold;
	color: #666;
	margin-top:-24px;
}

.service_carousel .bx-wrapper .bx-pager .bx-pager-item,
.service_carousel .bx-wrapper .bx-controls-auto .bx-controls-auto-item {
	display: inline-block;
	*zoom: 1;
	*display: inline;
}

.service_carousel .bx-wrapper .bx-pager.bx-default-pager a {
	background: #8e8e8e;
	text-indent: -9999px;
	display: block;
	width: 8px;
	height: 8px;
	margin: 0 4px;
	outline: 0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.service_carousel .bx-wrapper .bx-pager.bx-default-pager a:hover,
.service_carousel .bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #014099;
}

/* DIRECTION CONTROLS (NEXT / PREV) */

.service_carousel .bx-wrapper .bx-prev {
	left: -29px;
	background: url(/images/new/service_slide_prev.png) no-repeat;
}

.service_carousel .bx-wrapper .bx-next {
	right: -28px;
	background: url(/images/new/service_slide_next.png) no-repeat;
}

.service_carousel .bx-wrapper .bx-prev:hover,
.service_carousel .bx-wrapper .bx-next:hover {
	filter: alpha(opacity=85);
	-ms-filter: "alpha(opacity=85)";
	-moz-opacity:0.85;
	-khtml-opacity: 0.85;
	opacity:0.85;
	zoom:1;	
}

.service_carousel .bx-wrapper .bx-controls-direction a {
	position: absolute;
	top: 50%;
	margin-top: -18px;
	outline: 0;
	width: 20px;
	height: 36px;
	text-indent: -9999px;
	z-index: 9999;
}

.service_carousel .bx-wrapper .bx-controls-direction a.disabled {
	display: none;
}

/* AUTO CONTROLS (START / STOP) */

.service_carousel .bx-wrapper .bx-controls-auto {
	text-align: center;
}

.service_carousel .bx-wrapper .bx-controls-auto .bx-start {
	display: block;
	text-indent: -9999px;
	width: 10px;
	height: 11px;
	outline: 0;
	background: url(images/controls.png) -86px -11px no-repeat;
	margin: 0 3px;
}


.service_carousel .bx-wrapper .bx-controls-auto .bx-stop {
	display: block;
	text-indent: -9999px;
	width: 9px;
	height: 11px;
	outline: 0;
	background: url(images/controls.png) -86px -44px no-repeat;
	margin: 0 3px;
}

.service_carousel .bx-wrapper .bx-controls-auto .bx-stop:hover,
.service_carousel .bx-wrapper .bx-controls-auto .bx-stop.active {
	background-position: -86px -33px;
}

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */

.service_carousel .bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
	text-align: left;
	width: 80%;
}

.service_carousel .bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
	right: 0;
	width: 35px;
}

/* IMAGE CAPTIONS */
.service_carousel .bx-wrapper .bx-caption {
	position: absolute;
	bottom: 0;
	left: 0;
	background: #666\9;
	background: rgba(80, 80, 80, 0.75);
	width: 100%;
}

.service_carousel .bx-wrapper .bx-caption span {
	color: #fff;
	font-family: Arial;
	display: block;
	font-size: .85em;
	padding: 10px;
}


