/*
 * Required 
*/
#loopedSlider .container { width:250px; height:300px; overflow:hidden; position:relative; cursor:pointer; }
.slides { position:absolute; top:0; left:0;}
.slides div { position:absolute; top:0; width:500px; display:none; }
/*
 * Optional
*/
#loopedSlider { margin:18px auto; width:380px; height: 300px; position:relative; }
#loopedSlider div img {margin-left: 40px;}

/*ul.pagination { list-style-type:none; margin:0; padding:0; margin:9px auto; width:240px; text-align: center !important;}
ul.pagination li {display: inline-block; margin:0 5px;}	
ul.pagination a { display:block; width:12px; padding-top:12px; height:0; overflow:hidden; background-image:url(pagination.pn); background-position:0 0; background-repeat:no-repeat;}
ul.pagination li.active a {background-position:0 -12px}
*/
ul.pagination { list-style-type:none; margin:0; padding:0; margin:0 auto; width:380px; text-align: center !important;}
ul.pagination li {display: inline-block; margin:0 5px;}	
ul.pagination a img {width: 40px; height: 40px; border: 1px solid #fccdd7}
ul.pagination a:hover img {border-width: 2px;}
ul.pagination li.active a img {
	border-top: 2px solid #f3365c;
	border-bottom: 2px solid #f3365c;
	border-left-color: #f3365c;
	border-right-color: #f3365c;
}

a.previous {position:absolute; left: 0; top: 50%; display: block; width: 22px; height: 22px; background: url(previous.png)}
a.next {position:absolute; right: 0; top: 50%; display: block; width: 22px; height: 22px; background: url(next.png)}
.one ul.pagination {display: none;}
.one a.previous {display: none;}
.one a.next {display: none; }
