*{outline: none;}
img {border: 0;}
.container {
	width: 980px;
	padding: 0;
	margin: 0 auto;
}
.folio_block {
	position: absolute;
	left: 0px; top: 5px;
	margin: 0 0 0 0;
}


/*--Main Container--*/
.main_view {
	float: left;
	position: relative;
}
/*--Window/Masking Styles--*/
.window {
	height:385px;	width: 980px;
	background:black url(http://www.futurizmo.com/themes/futurizmo/img/slidebg.jpg) no-repeat top center ;
	overflow: hidden; /*--Hides anything outside of the set width/height--*/
	position: relative;
}
.image_reel {
	position: absolute;
	top: 0; left: 0;
}
.image_reel img {float: left;}

/*--Paging Styles--*/
.paging {
	position: absolute;
	bottom: 6px; right: 6px;
	width: 80px; height:27px;
	z-index: 100; /*--Assures the paging stays on the top layer--*/
	text-align: center;
	line-height: 25px;
	background: url(http://www.futurizmo.com/themes/futurizmo/img/80percent.png);
	display: none; /*--Hidden by default, will be later shown with jQuery--*/
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	opacity:0.5;* 
}
.paging a {
	font-family:Arial Black, Arial, Helvetica, sans-serif;
	font-size:8px;
	margin:0px 3px 0px 3px;
	padding: 0px 5px 0px 5px;
	text-decoration: none;
	color: #fff;
	background: #999; 
}

.paging a.active {
	color: #989cac;
	background: #fff; 
	/*border: 1px solid #fff;
	-moz-border-radius: 10px;
	-khtml-border-radius: 10px;
	-webkit-border-radius: 10px;*/
}
.paging a:hover { text-decoration: underline}
