@charset "utf-8";


#slideshow {
	background: url(../images/slideshow.jpg) no-repeat;
	height: 300px;
	width: 495px;
	position: absolute;
	margin: 70px 0px 0px 465px;
	padding: 25px 0px 0px 20px;
}
#prev, #next {
	background: url(../images/prearo.png) no-repeat;
	height:32px;
	width:32px;
	display: block;
	position: absolute;
	margin:-432px 0 0 650px;
}
#next {
	background: url(../images/nextaro.png) no-repeat;
	margin:-432px 0 0 682px;
}
.description {
	position: absolute;
	color: #fff;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:12px;
	margin: -30px 0px 0px 0px;
	width:105px;
	padding-left:10px;
	line-height:30px;
	height: 30px;
	background: url(../images/tpbg.png) left top repeat-x; 
}
.description a {
	color: #fff;
	text-decoration:none;
	font-weight: normal;
	font-size: 11px;
}
.description a:hover {
	color: #fff;
	text-decoration:underline;
}

