		#loopedSlider,#newsSlider { margin:0 auto;  clear:both; }
		#loopedSlider .slides { position:absolute;  }
		#loopedSlider .slides div { position:absolute;  width:917px; display:none; }
		#loopedSlider .gallery {width:917px; overflow:hidden; height:400px; position:relative;}
		


/*=== carousel begin === */
/*
 * Required 
*/
#loopedCarousel .container {height:100px !important; overflow:hidden; position:relative; margin-left:46px; margin-top:20px;}
#loopedCarousel .slides {position:absolute; left:0;}
#loopedCarousel .slides div.slide {position:absolute; top:0; width:288px; height:100px; display:none;}
/*
 * Optional
*/
#loopedCarousel { width:952px; position:relative; clear:both; }
#loopedCarousel ul.pagination { list-style:none; padding:0; margin:0; }
#loopedCarousel ul.pagination li  { float:left; }
#loopedCarousel ul.pagination li a { padding:0 !important  }
#loopedCarousel ul.pagination li.active a { background:blue; color:white; }


.w{ width:28px}


#loopedCarousel .previous {
	background:url(../images/arrowright.png) no-repeat 0 0;
	width:25px;
	height:26px;
	display:block;
	left:5px;
	top:30px;
	position:absolute;
}
#loopedCarousel .next { background:url(../images/arrowleft.png) no-repeat 0 0; width:25px; height:26px; display:block; left:920px; top:30px; position:absolute;}
