@charset "UTF-8";
/* CSS Document */

			img {border:none;}
		#loopedSlider {
	width:960px;
	position:relative;
	clear:both;
	margin-top: 18px;
	margin-right: 0px;
	margin-bottom: 18px;
	margin-left: 0px;
}
		ul.pagination {
	list-style-type:none;
	padding:0;
	width:120px;
	margin-top: 9px;
	margin-right: auto;
	margin-bottom: 9px;
	margin-left: auto;
}
		ul.pagination li { float:left; margin:0 5px; }	
		ul.pagination a {
	display:block;
	width:20px;
	height:20;
	overflow:hidden;
	background-position:0 0;
	text-indent: -9999px;
}
		ul.pagination li.active a {
}
		a.previous {
	position:absolute;
	top:160px;
	outline-style:none;
}
		a.next {
	position:absolute;
	top:165px;
	right: 0px;
	outline-style:none;
}
		.container {
	width:960px;
	height:375px;
	overflow:hidden;
	position:relative;
	cursor:pointer;
}
		.slides { position:absolute; top:0; left:0; }
		.slides div {
	position:absolute;
	top:0;
	width:960px;
	display:none;
}
