/* Styles needed for carousel */
* {
	padding:0;
	margin:0;
}
#ad-carousel {
	position: relative;
	overflow: hidden;
	width: 156px;
	height: 224px;
	
}
#ad-carousel a img{
	outline:none;
	border:none;
	width:156px;
height:92px;
}
#carousel-ctrls a {
	display:block;
	width:156px;
	height:16px;
	position: absolute;
}
a#carousel-prev {
	top:0;
	left:0;
	background:url(../images/carousel-btns.gif) no-repeat 0 0;
}
a#carousel-next {
	bottom:0;
	left:0;
	background:url(../images/carousel-btns.gif) no-repeat -156px 0;
}
a#carousel-prev:hover {
	background:url(../images/carousel-btns.gif) no-repeat 0 -16px;
}
a#carousel-next:hover {
	background:url(../images/carousel-btns.gif) no-repeat -156px -16px;
}
#carousel-content {
	position: absolute;
	margin-top: 15px;
	left:0;
	border-top:1px solid #E0DACB;
	border-bottom:1px solid #E0DACB;
}
.ad-item {
	margin-bottom:4px;	
	margin-top:4px;	
}
