#carousel {
	margin: -153px auto -175px;
	position: relative;
	z-index: -20;
	width: 2010px;
	height: 450px;
}

.carousel-filter {
	/*background:url("/themes/tdu2/img/carousel/carousel-filter.png") no-repeat fixed center top transparent; */
	height:420px;
	margin-top:-423px;
	overflow:hidden;
	position:relative;
	z-index:-10;
	width: 2000px;
	margin-left: auto;
	margin-right: auto;
}

#carousel ul {
	list-style-type: none;
}

#carousel li {
	margin-left: 0;
}

#carousel img {
	height: 450px;
	width: 2000px;
	display: none;
}

#carousel_prev, #carousel_next {
	display: block;
	z-index: 500;
	position: relative;
	top: -150px;
	float: left;
}

#carousel_prev a, #carousel_next a {
	width: 60px;
	height: 189px;
	display: block;
	outline: none;
}

#carousel_prev a {
	background: transparent url(/themes/tdu2/img/carousel/arrowL.png) no-repeat 0 0;
}

#carousel_prev a:hover {
	background: transparent url(/themes/tdu2/img/carousel/arrowL-on.png) no-repeat 0 0;
}

#carousel_next a {
	background: transparent url(/themes/tdu2/img/carousel/arrowR.png) no-repeat 0 0;
}

#carousel_next a:hover {
	background: transparent url(/themes/tdu2/img/carousel/arrowR-on.png) no-repeat 0 0;
}

#carousel_next {
	float: right;
}
