@charset "utf-8";
.main_view {
	width: 616px;

}
/*--Window/Masking Styles--*/
.window {
	height:284px;
	width: 616px;
	overflow: hidden; /*--Hides anything outside of the set width/height--*/
	position: relative;
	z-index:0;
}
.image_reel {
	position: absolute;
	top: 0; left: 0;

}
.image_reel img {float: left;}

/*--Paging Styles--*/
.paging {
	position: absolute;
	bottom: 500px;
	right: 706px;
	width: 10px;
	height:47px;
	z-index: 100; /*--Assures the paging stays on the top layer--*/
	text-align: left;
	line-height: 30px;
	/*background-image: url(../images/paging_bg2.png);*/
	background-repeat: no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	padding-left: 20px;
}
.paging a {
	padding: 5px;
	text-decoration: none;
	color: #FFFFFF;
	text-align: left;
}
.paging a:hover {font-weight: bold;}
.window_interior {
	height:300px;
	width: 890px;
	overflow: hidden; /*--Hides anything outside of the set width/height--*/
	position: relative;
}


.paging_interior {
	position: absolute;
	bottom: -3px;
	right: 17px;
	width: 178px;
	height:47px;
	z-index: 100; /*--Assures the paging stays on the top layer--*/
	text-align: center;
	line-height: 60px;
	background-image: url(../images/paging_bg2.png);
	background-repeat: no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #003399;
}
.paging_interior a {
	padding: 5px;
	text-decoration: none;
	color: #0033CC;
}
.paging_interior a.active {
	font-weight: bold;
	background: #b1d7ff;
	border: 1px solid #b1d7ff;
}
.paging_interior a:hover {font-weight: bold;}


.window_interior {
	height:300px;
	width: 890px;
	overflow: hidden; /*--Hides anything outside of the set width/height--*/
	position: relative;
}
.paging a.active {
	font-weight: bold;
}
.texto {
	position: absolute;
	bottom: 20px;
	right: -1px;
	width: 356px;
	height:52px;
	z-index: 100; /*--Assures the paging stays on the top layer--*/
	text-align: left;
	line-height: 25px;
	background-image: url(../images/texto.png);
	background-repeat: no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	padding-left: 40px;
	padding-top: 30px;
}
body {
	margin: 0px;
	/*background-image: url(../images/fondo.gif);*/
	background-repeat: repeat-x;
}

.texto a {
	padding: 5px;
	text-decoration: none;
	color: #FFFFFF;
	text-align: left;
}
