@charset "utf-8";
/* CSS Document */

/*-----------*/

#carousel-wrapper{
	float: left;
	width: 960px;
}

#da-carousel{
	width: 960px !important;
}

#da-carousel ul {
	overflow:hidden
}

#da-carousel ul li {
	position: relative;
	float: left;
}

#da-carousel ul li dl {
	width: 225px;
	margin-right: 20px;
	}

#da-carousel ul li dl dt a {
	height: 120px;
	display: block;
	overflow: hidden;
	}

#da-carousel ul li dl dd {
	text-align: center;
	padding: 20px 0;
	}

#da-carousel ul li dl dd p a {
	text-transform: uppercase;
	font-weight: bold;
	color: #444;
	text-decoration: none;
	}

#da-carousel ul li dl:hover dd p a {
	color: #00adf2;
	}

.da-title {
	position: relative;
	}

.da-title span {
	position: absolute;
	width: 17px;
	height: 17px;
	display: block;
	z-index: 9999;
	top: -38px;
	cursor: pointer;
	}

span.daca-prev {
	right: 20px;
	background:url(preview.png) no-repeat;
	}

span.daca-next {
	right: 0;
	background:url(next.png) no-repeat;
	}

/*-----------*/