@charset "utf-8";
/* CSS Document */


.container {
	width: 545px;
	padding: 0;
	margin: 0 auto;
	overflow:hidden;
}
 
/*--Main Container--*/
.main_view {
	float: left;
	position: relative;
	z-index:99;
}
/*--Window/Masking Styles--*/
.window {
	width: 545px;
	height:196px;	
	position: relative;
	padding-right:38px;
	overflow:hidden;	
}

.image_reel {
	position: absolute;
	width: 545px;
	height:157px;
	overflow:hidden;
	z-index:-99;
	top: 0;
	left: 0;
	margin: 15px 0 0 19px;
}
.image_reel img {
	float: left;
	overflow:hidden;	
} 
/*--Paging Styles--*/
.paging {
	position: absolute;
	bottom: 39px;
	left: 15px;
	width: 140px;
	height:18px;
	z-index: 150; /*--Assures the paging stays on the top layer--*/
	text-align: center;
	line-height: 40px;
	display: none; /*--Hidden by default, will be later shown with jQuery--*/
}
.paging a {
	margin-right:-8px;
	font-weight: bold; 
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	padding: 15px;
	text-decoration: none;
	color: #000;
	background:url(../imagens/slideshow/botaohover.png) center no-repeat;
}

.paging a:hover {
	font-weight: bold; 
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	padding: 15px;
	text-decoration: none;
	color: #000;
	background:url(../imagens/slideshow/botao.png) center no-repeat;
}

.paging a.active {
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight: bold; 
	padding: 15px;
	text-decoration: none;
	color: #000;
	background:url(../imagens/slideshow/botao.png) center no-repeat;
}
.paging a:hover {
	font-weight: bold;
}