/******************carousel**********************/
#carousel{position:relative;}
	#carousel .es-carousel{width:100%; overflow:hidden;}
		#carousel li{float:left; position:relative;}
#carousel .es-nav-prev, #carousel .es-nav-next{
	display:block !important;
	width:30px;
	height:30px;
	overflow:hidden;
	background-position:center top;
	background-repeat:no-repeat;
	position:absolute;
	top:-53px;
	text-indent: -100%;
	font-size:0;
	line-height:0;
	white-space: nowrap;
	cursor:pointer;
	z-index:9;
}
#carousel .es-nav-prev{background-image:url(/images/car_prev.jpg); right:31px;}
#carousel .es-nav-next{background-image:url(/images/car_next.png); right:0;}
	#carousel .es-nav-prev:hover, #carousel .es-nav-next:hover{background-position:0 -30px;}

/*-------------------------------------------------------------------*/

@media only screen and (max-width: 995px) {
  #carousel li{width: 187px !important;}
  
}

@media only screen and (max-width: 767px) {
  #carousel li{width: 200px !important;}

}

@media only screen and (max-width: 479px) {
  #carousel li{width: 280px !important;}
}