@charset "utf-8";
/* CSS Document */


/*--Main Container--*/
.main_view {
	float: left;
	position: relative;
	margin-left: 10px;
	margin-top: 0px;
	background-color: #FFF;
}
#content_container #content .main_view  #rotating_shadow{
	position: absolute;
	height: 7px;
	width: 600px;
	top: 0px;
	z-index: 3;
	background-image: url(images/shadow.png);
	background-repeat: repeat-x;
}

/*--Window/Masking Styles--*/
.window {
	height:280px;
	width: 600px;
	overflow: hidden; /*--Hides anything outside of the set width/height--*/
	position: relative;
	margin-top: 0px;
}
.image_reel {
	position: absolute;
	top: 0;
	left: 0;
	margin-top: 0px;
}
.image_reel img {
	float: left;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}

/*--Paging Styles--*/
.paging {
	position: absolute;
	bottom: 16px;
	right: 3px;
	width: 90px;
	height:30px;
	z-index: 100; /*--Assures the paging stays on the top layer--*/
	text-align: center;
	display: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 40px;
}
.paging a {
	text-decoration: none;
	color: #999;
	background-color: #CCC;
	border: 1px solid #999999;
	height: 5px;
	width: 4px;
	padding-top: 0px;
	padding-right: 3px;
	padding-bottom: 0px;
	padding-left: 3px;
}
.paging a.active {
	font-weight: bold;
	border: 2px solid #666;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	background-color: #333333;
}
.paging a:hover {font-weight: bold;}#content_container #content .main_view .window .image_reel a img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	z-index: 1;
}

