.container {
	width: 970px;
	margin-top: 0px;
	margin-bottom: 10;
	margin-right: auto;
	margin-left: auto;
	padding-top: 0px;
	padding-bottom: 20px;
	height: 250px;
}

.folio_block { }

.main_view {
	position: relative;
	float: left;
}

.window {
	height:250px;
	width: 940px;
	overflow: hidden; /*--Hides anything outside of the set width/height--*/
	position: relative;
}

.image_reel {
	position: absolute;
	top: 3px;
	left: 0;
}

.image_reel img {float: left;}

.paging {
	position: absolute;
	bottom: 3px;
	right: -29px;
	width: 22px;
	z-index: 0; /*--Assures the paging stays on the top layer--*/
	text-align: center;
	line-height: 27px;
	display: none;
	height: 110px;
}

.paging a {
	text-decoration: none;
	color: #000;
	padding-top: 1px;
	padding-right: 4px;
	padding-bottom: 1px;
	padding-left: 4px;
}

.paging a.active {
	font-weight: bold;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border: 1px solid #FFF;
	background-color: #CCC;
}

.paging a:hover { }

.paging .numbers{
	padding-right:15px;
	font-size: 10px;
}

.container img{
	border:0;
}
