/*----------SCROLL DIV----------*/
.class_scroll{
	border:1px solid #999;
	background-color:#CCC;
	height:auto;
	float:left;
}
.overflow{
	overflow:hidden;
	position:relative;
	height: 200px;
	width: 590px;
	float:left;
}
.scroll{
	position:absolute;
	width: 800px;
}
.setas-v{
	position:relative;
	float:left;
	width:10px;
	height:200px;
}
.setas-h{
	position:relative;
	float:left;
	width:600px;
	height:10px;
}
.seta-up{
	position:absolute;
	top: 0;
	right: 0;
	background-image:url(../images/seta-up.png);
	width:10px;
	height:22px;
}
.seta-down{
	position:absolute;
	top: 178px;
	right: 0;
	background-image:url(../images/seta-dn.png);
	width:10px;
	height:22px;
}
.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 img{
	display:none;
}
.class_slide .rotator{
	position:relative;
	height:100%;
	overflow:hidden;
}
.class_slide .rotator img{
	position:absolute;
	top: 0;
	left: 0;
}
.class_slide .controls{
	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----------*/
