

/*==========================================*/
    
		/*
		 * Required 
		*/
		.slides {position:relative;}
		.slides div { position:absolute; top:0; left:0; width:380px; height:658px; display:none;}
		/*
		 * Optional
		*/
		#loopedCarousel { width:100%; position:relative; clear:both; margin-bottom:14px;}
		#loopedCarousel h3 {
			position:absolute;
			left:0;
			bottom:0;
			color:#fff;
			background-color:#353535;
			padding:0 19px 8px 19px;
			margin:0;
		}
			#loopedCarousel h3.extra {
				left:472px;
			}
		.previous {
			width:55px;
			height:55px;
			position:absolute;
			left:-2px;
			top:125px;
			background:url(../images/pre.png) no-repeat left top;
		}
		.next {
			width:55px;
			height:55px;
			position:absolute;
			right:-1px !important;
			right:-2px;
			top:125px;
			background:url(../images/next.png) no-repeat left top;
		}