.adcarousel {
	position:static;
	height:128px;
	overflow: visible;
}

.adcarousel img {
    border: 1px solid #666666;
}
.adcarousel .adcarousel-content {
	clear:both;
	margin: 0 25px;
	width: 164px;
	height: 133px;
	overflow: hidden;
	position: absolute;
}

.adcarousel #back-button {
	margin: 43px 0 0 0;
	width:25px;
	height:42px;
	position:absolute;
	display:inline;
	background:transparent url(/images/pre-arrow.png) no-repeat scroll right 0;
	cursor: pointer;
}

.adcarousel #next-button {
	margin: 43px 0 0 186px;
	width:25px;
	height:42px;
	position:absolute;
	display:inline;
	background:transparent url(/images/next-arrow.png) no-repeat scroll right 0;
	cursor: pointer;
}

.adcarousel ul {
	font-size:90%;
	padding:0;
	position: absolute;
	clear: both;
}

.adcarousel li.adcarousel {
	margin: 0 19px; 
	float:left;
	display: inline;
	width:126px;
	height: 133px;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
}

.adcarousel #adcarousel-list a
{
	overflow:hidden; 
	text-align: center;
	text-decoration: none;
}