#carousel .carousel  {
	padding:10px 0 0 0;
	margin:0 0 20px 10px;
	position:relative;
}

#carousel .digg {
	position:absolute;
	left:610px; top:110px;
}

#carousel .main {
}

#carousel .carousel .items {
	border:1px solid black;
	float:left;
	_padding-right:10px;
	_height:115px;
	background-color:#dfdfdf;
	position:relative;
	visibility:hidden;
	left:-5000px;
}

#carousel .carousel ul {
	overflow:hidden;
	margin:0; padding:0;
}

#carousel .carousel li {
	background-color:#fff;
	width:85px; height:85px;
	_width:95px; _height:95px;
	list-style:none;
	margin:5px; padding:0;
	_margin:10px 5px;
}

#carousel .carousel li div{
	width:75px;
	height:75px;
	position:relative;
	margin:5px;
	overflow:hidden;
}

#carousel .carousel li div img {
	position:absolute;
	top:50%;
	left:50%;
}

#carousel .carousel a.bgnone[target="_blank"] {
	background: none;
}