*{outline: none;}

img {border: 0;}

.container {

	width: 790px;

	padding: 0;

	margin: 0 auto;

}

.folio_block {

	position: absolute;

	left: 50%; top: 50%;

	margin: -140px 0 0 -395px;

}





/*--Main Container--*/

.main_view {

	float: left;

	position: relative;

}

/*--Window/Masking Styles--*/

.window {

	width:650px;
	height:250px;
	overflow: hidden; /*--Hides anything outside of the set width/height--*/
	margin-top: -13px;
}

#mascara {

	width:650px;
	height:250px;
	overflow: hidden;
	float:right;
	margin:10px 0 10px 10px;
	background:url(../imagens/slider.png) top center no-repeat;
	padding: 30px;

}


.image_reel {

	position: relative;
	
}

.image_reel img {float: left;}



/*--Paging Styles--*/

.paging {

	position: absolute;

	bottom: 70px; right: -7px;

	width: 178px; height:47px;

	z-index: 100; /*--Assures the paging stays on the top layer--*/

	text-align: center;

	line-height: 40px;

	background: url(../imagens/slider_buttons.png) no-repeat;

	display: none; /*--Hidden by default, will be later shown with jQuery--*/

}

.paging a {

	padding: 5px;

	text-decoration: none;

	color: #fff;

}

.paging a.active {

	font-weight: bold; 

	background: #004080; 

	border: 1px solid #004080;

	-moz-border-radius: 3px;

	-khtml-border-radius: 3px;

	-webkit-border-radius: 3px;

}
