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

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

#carousel-wrapper{
	float: left;
	width: 680px;
	margin: 0 12px;
}

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

#da-carousel ul {
	overflow:hidden
}

#da-carousel ul li {
	width: 155px;
	margin-right: 20px;
	position: relative;
}

#da-carousel ul:hover a img {
	opacity:.5;
	filter:alpha(opacity=50);
}

#da-carousel ul li > img {
	position: absolute;
	}

#da-carousel ul li > img.hot {
	top: 3px;
	left: 3px;
	}

#da-carousel ul li > img.new {
	top: 3px;
	right: 3px;
	}

#da-carousel ul li:hover  a img{
	opacity:1;
	filter:alpha(opacity=100);
}

#da-carousel ul li a.border-shadow span {
	display: block;
	border: 3px solid #dadada;
	width: 149px;
	height: 110px;
	text-align: center;
	background: #fff;
	overflow: hidden;
	}

#da-carousel ul li a.border-shadow {
	display: block;
	background:url(shadow.png) center bottom no-repeat;
	padding-bottom: 14px;
}

#da-carousel ul li strong {
	display: block;
	color: #1e1e1e;
	text-align: center;
	font-size: 13px;
	font-weight: normal;
	}

.da-title {
	position: relative;
	}

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

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

span.daca-next {
	left: 687px;
	background:url(next.png) no-repeat;
	}

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