@charset "UTF-8";

#rotatorcontainer {
	width: 975px;
	margin:0;
	padding:0;
	overflow:hidden;
}

/*--Main Container--*/
.rotatormain_view {
	float: left;
	position: relative;
}

/* Image container setup */
.window {
	width:975px;
	height:235px;
	overflow:hidden;
	position:relative;
	}
/* Image Reel setup */
.image_reel {
	position: absolute;
	top: 0; 
	left: 0;
}
.image_reel img {
	float: left;
	margin:0;
	padding:0;
	}
/* Paging setup */
/*--Paging Styles--*/
.paging {
	position: absolute;
	bottom: 4px; 
	left: 850px;
	width: 100px; 
	height:20px;
	z-index: 100; /*--Assures the paging stays on the top layer--*/
	text-align: center;
	/*line-height: 20px;*/
	/*background: url(paging_bg2.png) no-repeat;*/
	display: none; /*--Hidden by default, will be later shown with jQuery--*/
	/*border:1px solid #f00;*/
	outline:none;
}
.paging a {
	padding: 0px;
	margin:0px;
	text-decoration: none;
	color: #fff;
}
.paging a.active {
	/*font-weight: bold; */
	background: #fff; 
	/*border: 1px solid #fff;*/
	-moz-border-radius: 20px;
	-khtml-border-radius: 20px;
	-webkit-border-radius: 20px;
	outline:none;
}
/*.paging a:hover {font-weight: bold;}*/
.paging img 
{
	border:0;
}


	
	
	

