	.container {
	width:675px;
	height:315px;
	overflow:hidden;
	position:relative;
	margin:0px auto;
	background-color:#FFFFFF;
	cursor:pointer;
		}
		.slides {
	position:absolute;
	
	top:0;
	width:675px;
	height:315px;
	left:0;
}
		.slides div {
	position:absolute;
	top:1px;
	width:675px;
	display:none;
	height: 315px;
}
		#loopedSlider {
	width:675px;
	float:left;
}
		
		.pagination {  position:relative; z-index:21; list-style-type:none; margin:0; left:245px; bottom:20px; padding:0; text-align:center; width:200px;  }
		.pagination li {display:inline-block; margin: 12px 10px; }	
		.pagination a { 
			padding:0;
			width:16px;
			padding-top:17px;
			text-indent:-3000px;
			height: 0;
			display:block;
			overflow:hidden;
			background-image:url(../images/pagination.png);
			background-position:0 0;
			background-repeat:no-repeat;
			}
		.pagination li a:hover {background-position:0 -18px}
		.pagination li.active a {background-position:0 -18px}
		a.previous { position:relative; bottom:-12px; left:200px; z-index:921; }
		a.next {
	position:relative;
	bottom:-12px;
	right:-450px;
	z-index:921;
}
