.adcarousel-component { 
	position:relative;
	overflow:hidden;   /* causes the clipping */
	display:none; /* component turns it on when first item is rendered */
}

.adcarousel-component ul.adcarousel-list { 
	width:10000000px;
	position:relative;
	z-index:1; 
}

.adcarousel-component .adcarousel-list li { 
	float:left;
	list-style:none;
	overflow:hidden;
	
    
}

/**
 * VERTICAL CAROUSEL DEFAULTS
 **/
.adcarousel-component .carousel-vertical li { 
	margin-bottom:0px;

	/* Fix for extra spacing in IE */
	float:left;
    clear:left;  
	
	/* Force the LI to respect the HEIGHT specified */
	overflow:hidden;
	display:block;
}

/* For vertical carousel, not set, width defaults to auto */
/* Note if you explicitly set width to auto, this might cause */
/* problems with Safari... as in up/down button not working in some examples. */	 
.adcarousel-component ul.carousel-vertical {
/*	width:auto;*/
}

.adcarousel-component .carousel-clip-region { 
	overflow:hidden; /* Secret to the clipping */
	margin:0px auto;
	position:relative; 
}

/**
 * ==============================================================================
 * 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.
 **/

.adcarousel-component { 
	background:transparent;
	padding:0px;
	color:#618cbe;
}
.adcarousel-component ul.adcarousel-list { 
	margin:0px;
	padding:0px;
	line-height:0px;
}
.adcarousel-component .adcarousel-list li { 
	text-align:center;
	margin:0px;
	padding:0px;
	font:10px verdana,arial,sans-serif;
	color:#666;
}
.adcarousel-component .carousel-vertical li { 
}
.adcarousel-component ul.carousel-vertical { 
}



.adcarousel-component { 
	border:0px solid #ff0000;
    /*padding:8px 16px 4px 16px;*/
	padding:0px;
    margin:0px;
	background:#ffffff;
	width:650px;
}

.adcarousel-component .adcarousel-list li { 
margin:0px;
width:650px;
height:80px;
/*background:#eeeeee;*/
border:0px solid #000000;
}

.adcarousel-component .adcarousel-list li a { 
display:block;
border-left:0px solid #aaaaaa;
outline:none;
height:218px;
padding:0px;
text-decoration:none;
color:#000000;
}

.adcarousel-component .adcarousel-list li a:hover { 
/*background: #e5e0bf;*/
/*background:url(../images/carousel/hot_bg_over.gif) 0 0 no-repeat;*/
padding:0px; 
text-decoration:none;
color:#990000;
}

.adcarousel-component .adcarousel-list li img { 
padding-top:0px;
border:0px solid #990000;
display:block; 
}
                            
.adcarousel-component .carousel-prev { 
position:absolute;
top:100px;
z-index:3;
cursor:pointer; 
left:5px; 
}

.adcarousel-component .carousel-next { 
position:absolute;
top:100px;
z-index:3;
cursor:pointer; 
right:5px; 
}

/* Carousel styling*/
.inner_carousel-ad{
	position:relative;
	left:0px;
	float:none;
	display:block;
	background:#ccc49f;
	padding:0px;
	z-index:20;
	width:auto;
	border:0px solid #000000;
	/*background:#aaaaaa;*/
}
.tm_carousel{
	position:relative;
	float:left;
	height:10px;
	width:631px;
}
.bm_carousel{
	position:relative;
	float:left;
	background:#ccc49f;
	border:0px solid #00ff00;
	height:10px;
	width:634px;
}
.tl_carousel{
	position:relative;
	float:left;
	height:10px;
	width:10px;
	/*background: url(../images/carousel/tl_carousel.gif) 0 0 no-repeat;*/
}
.tr_carousel{
	position:relative;
	float:left;
	height:10px;
	width:10px;
	/*background: url(../images/carousel/tr_carousel.gif) 0 0 no-repeat;*/
}
.bl_carousel{
	position:relative;
	float:left;
	height:10px;
	width:10px;
	/*background: url(../images/carousel/bl_carousel.gif) 0 0 no-repeat;*/
}
.br_carousel{
	position:relative;
	float:left;
	height:10px;
	width:10px;
	/*background: url(../images/carousel/br_carousel.gif) 0 0 no-repeat;*/
}
.hot_bg{
	/*background:url(../images/carousel/hot_bg.gif) 0 0 no-repeat;*/
}
