/*--Main Container--*/
.main_view {
	position: relative;
}
/*--Window/Masking Styles--*/
.window {
	height:250px;
	width: 776px;
	overflow: hidden; /*--Hides anything outside of the set width/height--*/
	position: relative;
}
.image_reel {
	position: absolute;
	top: 0;
	left: 0;
		border-top-right-radius: 20px;
}
#contenedor #border #contenido #col_der_fotos .main_view .window .image_reel a img {
		border-top-right-radius: 20px;
}

.image_reel img {
	float: left;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}

/*--Paging Styles--*/
.paging {
	position: absolute;
	width: auto;
	height:20px;
	z-index: 100; /*--Assures the paging stays on the top layer--*/
	text-align: right;
	line-height: 20px;
	display: none;
	background-repeat: no-repeat;
	font-family: "Century Gothic";
	top: 247px;
	font-size: 9px;
	left: 0px;
	right: 30px;
}
.paging a {
	padding: 5px;
	text-decoration: none;
	color: #000;
}
.paging a.active {
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	color: #996633;
	text-decoration: none;
}
.paging a:hover {
	color: #996633;
	text-decoration: none;
}
