.next, .prev{
	cursor:pointer;
}
#screen2 {
	background-color: #D2D9DD;
	background-image: url(../images/padrao/det_banners.gif);
	background-repeat: no-repeat;
	background-position: center center;
	height: 65px;
	width: 780px;
	padding: 10px;
	position: relative;
}

	#screen2 #buttons{
	width:780px;
	position: absolute;
	left: 10px;
	top: 5px;
	}
#screen2 #buttons img {
	border: 0px none #FFFFFF;
}

	#screen2 .prev{
	float:left;
	height: 30px;
	width: 10px;
	display: block;
	}
#screen2 .next {
	float:right;
	height: 30px;
	width: 10px;
	display: block;
}


#slideshow{
	overflow:hidden;
	width:710px;
	position: absolute;
	left: 40px;
	top: 10px;
}
	#slideshow ul{
	width:1470px;
	}



.clear{
	clear:both;
	width:0;
	height:0;
}
