/*
Mootools Carousel CSS Stylesheet
March 2009 Gianluigi Cosari
*/

#carousel_wrap {
	height:140px;
	width:220px;
	overflow:hidden;
	position:relative;
}

#carousel_wrap img {
	margin:0;
	padding:0;
	border:none;
}

#carousel {
	width:10000px;
	margin:0;
	padding:0;
	position:absolute;
	top:0;
	left:0;
}

#carousel li {
	height:140px;
	width:220px;
	margin:0;
	padding:0;
	float:left;
	display:inline;
}

#carousel_previous, #carousel_next {
	display:block;
	height:46px;
	text-indent:-4000em;
	cursor:pointer;
}
	
#carousel_container {
	width:280px;
	height:190px;
	background:url(/gr/bg_silverbox_slide.png) no-repeat top left;
}

.carousel_title {
	color : #EE0000;
	font-weight : bold;
	padding : 9px 0px 14px 10px;
}
