#base_slidebox{
	background:transparent;
	position:absolute; 
	width:980px;
	height:412px;
	z-index:2;
}
#slidebox{
	position:relative;
	z-index:2;
}
#slidebox, #slidebox .content{
	width:980px;
	height:412px;
	z-index:2;
}
#slidebox, #slidebox .container, #slidebox .content{
	height:412px;
	z-index:2;
}
#slidebox{
	overflow:hidden;
	z-index:2;
}
#slidebox .container{
	position:relative; 
	z-index:2;
	left:0;
}
#slidebox .content{
	float:left;
}
#slidebox .content div{font-family:Verdana, Geneva, sans-serif; font-size:13px;}

#base_slidebox .next, #base_slidebox .previous{position:absolute; z-index:2; display:block; width:21px; height:21px;}
#base_slidebox .next{
	right:0;
	margin-top:15px;
	margin-right:5px;
	background:url(../img/proxima.png) no-repeat left top;
	cursor:pointer;
	height:84px;
	width:40px;
}

#base_slidebox .next:hover{
	background:url(../img/proxima.png) no-repeat left top;
}
#base_slidebox .previous{
	background:url(../img/anterior.png) no-repeat left top; 
	height:79px;
	cursor:pointer;
	width:46px;
	margin-top:22px;
	margin-left:10px; 
}

#base_slidebox .previous:hover{
	background:url(../img/anterior.png) no-repeat left top;
}
.thumbs{
	position:absolute; 
	z-index:2;  
	right:440px;
	margin-top:-35px;
	*margin-top:-30px;
}
#base_slidebox .thumbs .thumb{
	display:block; 
	margin-left:1px; 
	float:left; 
	font-size:9px; 
	text-decoration:none; 
	padding:4px 4px 1px 0px; 
	background:url(../img/destaque-normal.png) no-repeat;
	height:15px;
	width:16px; 
	color:#fff;
}
#base_slidebox .thumbs .thumb:hover{
	background:url(../img/destaque-marcado.png) no-repeat;
	color:#000;
	height:15px;
	width:16px; 
	padding:4px 4px 1px 0px;
}
#base_slidebox .selected_thumb{
	background:url(../img/destaque-marcado.png) no-repeat;
	height:15px;
	width:16px; 
	color:#000; 
	display:block; 
	margin-left:1px; 
	float:left; 
	font-size:9px; 
	text-decoration:none; 
	padding:4px 4px 1px 0px;
}