
.carousel-component .carousel-list li { 
	margin:0px;
	padding:5px;	
	width:160px; /* img width is 75 px from flickr + border-top (1) + border-bottom(1) */
	text-align:center;
	
	overflow:hidden;
}

/* Applies only to vertical carousels */
.carousel-component .carousel-vertical li {
text-align:center; 
	margin-bottom:10px;
	/*height:125px; image + row of text (87) + border-top (1) + border-bottom(1) */
}

.carousel-component .carousel-list li a { 
	display:block;
	text-align:left;
	outline:none;
	
}

.carousel-component .carousel-list li a:hover { 
	text-decoration:underline;
}

.carousel-component .carousel-list li img { 
	
}
									
#up-arrow, #up-arrow-2,#up-arrow-3 { 
	cursor:pointer; 
	margin-left:54px;

}

#down-arrow,#down-arrow-2,#down-arrow-3 { 
	cursor:pointer; 
	margin-left:0px; /* just ([width+margins]95/2)-([arrow width]26/2)  45-13=32 */
	
}
.carousel-component { 
	position:relative;
	overflow:hidden;   /* causes the clipping */
	display:none; /* component turns it on when first item is rendered */
	
}
				
.carousel-component ul.carousel-list { 
	
	position:relative;
	
	text-align:center;
	
}

.carousel-component .carousel-list li { 

	list-style:none;
	overflow:hidden;
	
    
}

/**
 * VERTICAL CAROUSEL DEFAULTS
 **/
.carousel-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;

}

/* 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. */	 
.carousel-component ul.carousel-vertical {
/*	width:auto;*/
text-align:center;

}

.carousel-component .carousel-clip-region { 
	overflow:hidden; /* Secret to the clipping */
	margin:0px auto;
	text-align:center;
	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.
 **/

.carousel-component { 
	background:url(../../img/newunimall/start_left_box_mid.gif) repeat-y;
	padding:0px;

	color:#618cbe;
}
.carousel-component ul.carousel-list { 
	margin:0px;
	padding:0px;
	line-height:0px;
	text-align:center;
}
.carousel-component .carousel-list li { 
	text-align:center;
	margin:0px;
	margin-top:5px;
	padding:0px;
	font:10px verdana,arial,sans-serif;
	color:#444;
	border-bottom:solid #c6c6c6 1px;
}
.carousel-component .carousel-vertical li { 
}
.carousel-component ul.carousel-vertical { 
}
.carousel-component { 

	margin:0px;
	min-width:175px; /* seems to be needed for safari */
	padding-left:7px;
}
.carousel-top-vertical
{
	width:175px;
	height:43px;
	background:url(../../img/newunimall/category_carousel_best_sellers.gif) no-repeat;
	
}
.carousel-bottom-vertical
{
	width:175px;
	height:8px;
	background:url(../../img/newunimall/start_left_box_bottom.gif) no-repeat;
}
.carousel-prev
{
	height:30px;
	margin:0;
	margin-top:-5px;
	padding:0;
	background: url(../../img/newunimall/start_left_box_mid.gif) repeat-y;
}
.carousel-prev img
{
	padding:0;
	vertical-align:top;
	height:19px;
	text-align:center;
}
.carousel-next
{
	height:19px;
	background: url(../../img/newunimall/start_left_box_mid.gif) repeat-y;
	text-align:center;
}
