#scrollable {
	padding:0px;
	width:690px;
	height:240px;
}
/* container for the scrollable items */
div.items {
	height:196px;	
	margin:10px 0 0 0;	
	float:left;
	padding-top:10px;
	position:absolute;
	width:642px !important;
}
.__scrollable{ z-index:1}
/* single item */
div.items a.destPic {
	display:block;
	float:left;
	width:214px;
	height:155px;
	cursor:pointer;
	z-index:0;
	font-size:1.3em;
	text-decoration:none;
	/*text-align:center;*/
	line-height:1.6em;
	color:#FFF;
}
div.items a.active {
	display:block;
	text-decoration:none;
	float:left;
	color:#FFF;
	/*width:240px;
	height:210px;
	margin-top:-10px;
	margin-left:-9px;
	margin-right:-9px;
	margin:0;
	cursor:pointer;
	z-index:10;
	line-height:1.6em;*/
	
	overflow:visible;
	
}
div.items img.destPic {
	display:block;
	float:left;
	width:207px;
	height:155px;
	cursor:pointer;
	
	border:3px solid #dedede!important;
	
}
div.items img.active {
	display:block;
	float:left;
	width:240px;
	height:180px;
	cursor:pointer;
	position:absolute;
	margin-left:-13px;
	margin-top:-12px;
	z-index:10;
	/*left:50%;
	
	
	*/
	
	border:3px solid #dedede!important
}
div.items a.destPic p{ text-align:center}
div.items a.active p{
	position:absolute;
	z-index:10;
	margin-top:176px;
	width:220px;
	text-align:center;
}
/* next / prev buttons */
a.prev, a.next {
	display:block;
	width:20px;
	height:20px;
	float:left;
	margin:15px 2px 0 2px;
}

a.prev {
	background:url(../images/seta_left.png) no-repeat center;
	margin-top:90px;
}

a.prev:hover {
	background:url(../images/seta_left.png) no-repeat center;
}

a.next {
	background:url(../images/setaright.png) no-repeat center;	
	margin-top:90px;
}

a.next:hover {
	background:url(../images/setaright.png) no-repeat center;	
}
/* navigator */
div.navi {
	position:relative;
	top:-30px;
	left:310px;
	margin-left:-50px;
	width:50px;
	height:0px;
}
/* items inside navigator */
div.navi span {
	width:8px;
	height:8px;
	float:left;
	margin:3px;
	background:url(img/dots.png) 0 0 no-repeat;     
	cursor:pointer;
}
div.navi span:hover {
	background-position:0 -8px;      
}
div.navi span.active {
	background-position:0 -16px;
	color:#F00;
} 	
