.carousel-component { 
	height: 140px;
	position:relative;
	overflow:hidden;
	visibility:visible; /* component turns it on when first item is rendered */
}

/* Fullbox */
				
.carousel-component ul.carousel-list { 
	position:relative;
	z-index:1; 
}

.carousel-component .carousel-list li { 
	list-style:none;
	overflow:hidden;
}

.carousel-component .carousel-vertical li { 
	float:none;
	margin-bottom:0px;
}

.carousel-component ul.carousel-vertical { 
	width:auto;
}

.carousel-component .carousel-clip-region { 
	overflow:hidden;
	margin:0px auto;
	position:relative; 
}

.carousel-component .carousel-gallery {
	height: 326px;
}




/**
 * Safe to override. It is safe to override background, padding, margin, color,
 * text alignment, fonts, etc. Define a separate CSS file and override your style
 * preferences.
 **/

.carousel-component { 
	padding:0px;
	color:#618cbe;
}
.carousel-component ul.carousel-list { 
	margin:0px;
	padding:0px 0px 0px 0px;
}
.carousel-component .carousel-list li { 
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	font:10px verdana,arial,sans-serif;
	color:#666;
}
.carousel-component .carousel-vertical li { 
}
.carousel-component ul.carousel-vertical { 
}

li.defaultColor p,
li.defaultColor span {
	color: #999;
}



a.offer {
	display: block;
	text-decoration: none;
	height: 140px;
	padding: 0 10px;
	margin-right: 20px;
	line-height: 13px;
}

.offertitle {
	font-weight: bold;
	background-color: white;
	color: #218cbc;
	font-size: 12px;
	display: block;
	height: 20px;
	padding: 2px;
	overflow: hidden;
	line-height: 20px;
}

.offercenter {
	display: block;
	height: 90px;
	height: expression('100px');
	padding: 2px 4px;
	overflow: hidden;
}

.offerprice {
	background-color: #8cc3dc;
	color: white;
	font-size: 11px;
	display: block;
	height: 14px;
	font-weight: normal;
	padding: 2px;
}

