html {
	height: 100%;
/*	_overflow: hidden; */
}
body {
	height:100%;
/*	_overflow: auto;*/
}
.container {
	width: 950px;
	overflow: hidden;
	position: relative;
	cursor: pointer;
	height: 394px;
		}
.slides {
	position:absolute;
	top:0;
	left:0;
	}
.slides > div {
	position:absolute;
	top:0;
	width:1010px;
	display:none;
	}
	/*
	 * Optional
	*/
#loopedslider {
	width: 500px;
	position: relative;
	clear: both;
	height: 394px;
}
ul.pagination {
	list-style:none;
	text-align: left;
	line-height: 20px;	
}
ul.pagination li  {
	float:left;
}
ul.pagination li a {
	padding: 3px;
	margin: 2px;
	text-decoration: none;
	color: #fff;
	background: #333; 
	border: 1px solid #333; 
}
ul.pagination li.active a {
	   font-weight: bold; 
	   color: #fff;
	   background: #e50500; 
	   border: 1px solid #610000;
}
ul.pagination li a:visited  {
	   color: #fff;
}
.paging {
	position: absolute;
	bottom: 0px; 
	right: 0px;
	width: 480px; 
	_width: 930px; 
	height:45px;
	z-index: 80; /*--Assures the paging stays on the top layer--*/
	text-align: left;
	line-height: 20px;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}