@charset "utf-8";
* {
	margin: 0px;
	padding: 0px;
	border-style: none;

}


#slideshow {
	
	height: 250px;
	width: 630px;
	position: absolute;
	margin: 365px 0 0 4px;
	padding: 0 0px 0px 0px;
}
#prev, #next {
	background: url(../images/left.png) no-repeat;
	height: 58px;
	width: 44px;
	display: block;
	position: absolute;
	margin: 95px 0px 0px 0px; z-index:15;
}
#next {
	background: url(../images/right.png) no-repeat;
	margin: 95px 0 0 586px;
}
.description {
	position: absolute;
	font-size: 10px; top:0;
	color: #000;
	margin: 0 0px 0px 0; text-align:center; line-height:40px;
	width: 630px;
	height: 40px; 	background: url(../images/bgdiscription.png) no-repeat; 
}
.description a {
	color: #b76b20;
	text-decoration:none;
	font-weight: bold;
	font-size: 11px;
}
.description a:hover {
	color: #95571A;
}

.description h2 { font-family:Arial, Helvetica, sans-serif; font-size:20px; font-weight:bold; color:#FFF; padding:10px 0 5px 0; }
.description p { font-family:Georgia, "Times New Roman", Times, serif; font-size:13px; font-style:normal; font-weight:normal; text-decoration:none; color:#FFF;}

