/* Slides */

#slider {
	margin: 0 auto; 
	padding: 0;
}

#slider > * {
	width: 100%;
	height: 400px;
	text-align: center;
}

.description {
	position: absolute;
	right: 30px;
	bottom: 30px;
	display: block;
	width: 200px;
	z-index: 100;
	background: url(img/d_bg.png) repeat;
	color: #ccc;
	padding: 20px 30px 30px;
	text-align: left;
}

.description a, .description a:hover, .description h2 {
	color: #fff;
}

.description h2 {
	margin: 0 0 10px 0;
}

.description a {
	border-bottom: 1px dotted #fff;
}

#scroll {
	margin: 5px 35px;
	height: 200px;
	width: 630px;
	overflow: hidden;
}

#scroll img {
	margin: 0 10px;
	width: 180px;
	height: 150px;
	padding: 3px;
	border: 1px solid #ccc;
}

#btn_prev {
	background: url(img/btn_prev.png);
	display: block;
	width: 16px;
	height: 20px;
	position: absolute;
	left: 5px;
	top: 105px;
}

#btn_next {
	background: url(img/btn_next.png);
	display: block;
	width: 16px;
	height: 20px;
	position: absolute;
	right: 5px;
	top: 100px;
}

