
/* -------------------Simple spinner-------------------- */
#rio_tours_outer { 
	display:block; 
	position:relative; 
	width:256px; 
	height:176px; 
	margin:0px auto 0px; 
}
#rio_tours_inner { 
	position:relative ; 
	overflow:hidden ; 
	width:256px ; 
	height:176px ; 
	margin:0px auto 0px;  
}
#rio_tours { 
	display:block; 
	position:relative; 
}

#rio_tours .tour{
	display:block; 
	position:relative;
	width:256px;
	height:176px;
	float:left;
}

#rio_tours .tour a img{
	border:none;
}

#rio_tours .tour img {
	float:left;	
	margin-right:15px;
}
#rio_tours .tour a.more{
	color:#333333;
	font-weight:bold;
}

#rio_tours .tour h1{
	background:none;
	color:#006699;
	text-align:right;
	margin:5px 0px 10px;
	font-size:18px;
}
.right_block a.url{
	position: absolute;
	width: 100%;
	height: 100%;
}
