<style type="text/css">

*{outline: none;}

img {border: 0;}

.container {
	width: 700px;
	padding: 0;
	margin-top:90px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
}


/*--Main Container--*/
.main_view {
	float: left;
	position: relative;
}
/*--Window/Masking Styles--*/
.window {
	height:465px;	
	width: 620px;
	overflow: hidden; /*--oculta lo que sea, fuera del ancho y alto de la ventana--*/
	position: relative;
}
.image_reel {
	position: absolute;
	top: 0; left: 0;
}
.image_reel img {float: left;}

/*--estilos de paginacion--*/
.paging {
	position: absolute;
	top: 520px; right: +4px;
	width: 178px; height:47px;
	z-index: 100; /*--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 {
	padding: 5px;
	text-decoration: none;
	color: #fff;
}
.paging a.active {
font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold; 
	background: #00B3EE; 
	border: 1px solid #00B3EE;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
}
.paging a:hover {font-weight: bold;}

</style>
