/*----------SCROLL DIV----------*/
.class_scroll{
	height:auto;
	float:left;
}
.overflow{
	overflow:hidden;
	position:relative;
	height: 240px;
	width: 450px;
	float:left;
	margin:0 0 10px 0;
}
.scroll{
	position:relative;
	width: 440px;
	left:0;
    top:0;
}
.setas-v{

}
.setas-h{
	position:relative;
	float:left;
	width:600px;
	height:10px;
}
.seta-up{
	width:35px;
	height:35px;
	display:block;
	float:left;
	margin:0 5px;
	text-indent:-10000px;
	overflow:hidden;
	background:transparent url(images/bg-setas-scroll.jpg) no-repeat scroll -35px 0;
}

.seta-up:hover{
	background:transparent url(images/bg-setas-scroll.jpg) no-repeat scroll -35px -35px;	
}

.seta-down{
	width:35px;
	height:35px;
	display:block;
	float:left;
	margin:0 5px;
	text-indent:-10000px;
	overflow:hidden;
	background:transparent url(images/bg-setas-scroll.jpg) no-repeat scroll 0 0;
}

.seta-down:hover{
	background:transparent url(images/bg-setas-scroll.jpg) no-repeat scroll 0 -35px;
}


.seta-left{
	position:absolute;
	top: 0;
	left: 0;
	background-image:url(../images/seta-esq.png);
	width:17px;
	height:11px;
}
.seta-right{
	position:absolute;
	top: 0;
	left: 565px;
	background-image:url(../images/seta-dir.png);
	width:17px;
	height:11px;
}
/*--------FIM SCROLL DIV--------*/

/*----------SLIDE SHOW----------*/
.class_slide{
	position:relative;
	width:600px;
	height:500px;
	text-align:center;
}
.class_slide > div{
	display:none;
}
.class_slide .rotator{
    display: block;
	position:relative;
	height:100%;
	overflow:hidden;
}
.class_slide .rotator > div{
	position:absolute;
	top: 0;
	left: 0;
}
.class_slide .controls{
    display: block;
	position:absolute;
	top: 0;
	left: 0;
	width:100%;
	font-size:14px;
	font-weight:normal;
	color:#39F;
}
.class_slide .controls a{
	font-weight: normal;
	color:#39F;
}
.class_slide .controls a.sel{
	font-weight: bold;
	color:#0C0;
}
/*-----------FIM SLIDE----------*/