/**

 * Copyright (c) 2006-2007, Bill W. Scott

 * All rights reserved.

 **/

.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 { 

	width:10000000px;

	position:relative;

	z-index: 500; 

}

.carousel-component .carousel-list li { 

	float:left;

	list-style:none;

	overflow:hidden; 

	z-index: 500;  

}

.carousel-component .carousel-list li a { 

	display:block;

	outline:none;

	z-index: 500;

}

.carousel-component .carousel-list li img { 

	display:block; 

}							

.carousel-component .carousel-prev { 

	position:absolute;

	top:55px;

	z-index: 500;

	cursor:pointer; 

	left:2px; 

}

.carousel-component .carousel-next { 

	position:absolute;

	top:55px;

	z-index: 500;

	cursor:pointer; 

	right:2px; 

}



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

 **/



.carousel-component {

	width:550px !important;

	margin: 0px auto;

	position:relative;

	z-index: 500;

}



.carousel-component ul.carousel-list { 

	margin:0px;

	padding:0px;

	line-height:0px;

	z-index: 500;

}



.carousel-component .carousel-list li { 

	width:127px;

	height:135px;

	z-index: 500;

}
