
img {border: 0;}
.container{width:700px;padding:0;}
.folio_block {position: absolute;}


/*--Main Container--*/
.main_view {float: left;position: relative;}

/*--Window/Masking Styles--*/
.window {height:200px;width: 700px;overflow: hidden;position: relative;}
.image_reel {position: absolute;top: 0; left: 0;}
.image_reel img {float: left;}

/*--Paging Styles--*/
.paging {
	font-size:13px;
	position: absolute;
	bottom: 10px; right: 0px;
	width: 130px; height:10px;
	z-index: 1; /*--Assures the paging stays on the top layer--*/
	text-align: center;
	line-height: 10px;
	display: none; /*--Hidden by default, will be later shown with jQuery--*/
}
.paging a {
	padding: 3px 5px;
	text-decoration: none;
	color: #fff;
}
.paging a.active {
	font-weight: bold; 
	background: #00CCFF; 
	-moz-border-radius: 2px;
	-khtml-border-radius: 2px;
	-webkit-border-radius: 2px;
}
.paging a:hover {font-weight: bold;}
