/* Carousel */ 
.cycle-slideshow{width: 100%; height: 100%;  max-width:100%; min-width:100%; max-height:100%; min-height:100%; overflow:hidden; margin: 0px 0px; padding: 0px 0px;}
.sliders		{width: 100%; height: 100%; max-width:100%; min-width:100%; max-height:100%; min-height:100%; overflow:hidden; margin: 0px 0px; padding: 0px 0px;}
.cycle-prev, .cycle-next { display:block; position: absolute; top: 49%; width: 51px; opacity: .5; filter: alpha(opacity=50); height: 51px; cursor: pointer; z-index:510; }
.cycle-prev 	{ left: 10px;  background: url(../images/left.png) 50% 50% no-repeat;}
.cycle-next 	{ right: 10px; background: url(../images/right.png) 50% 50% no-repeat;}
.cycle-prev:hover, .cycle-next:hover { opacity: 1; filter: alpha(opacity=100) }
.pic100 { width: auto; height: auto; }
 
#carousel {
	width:100%;
	height:183px;
	position:relative;
} 
@media only screen and (min-width: 239px) and (max-width: 399px) {
#carousel {
	width:100%;
	height:120px;
	position:relative;
} 
.pic100 { height: 120px; width: auto;  }
}