/**
 * Copyright (c) 2006-2008, Razer Maharjan
 * frensraz@hotmail.com
 * www.cssdesigner.wordpress.com
 * All rights reserved.

 **/


 .carousel-component {
	width:187px !important;
	
	 display: block; margin:0 auto 15px auto;
	clear:both;
	
	
}
.carousel-component .carousel-list li {
	width:199px;
	height:179px;
	display:block;
	overflow: hidden; /* for testing IE auto issue */
	margin: auto;
}

.carousel-component .carousel-list li a { 

	display: block;
	outline:none;
	-moz-outline:none;
}

.carousel-component .carousel-list li a img { 
	border:2px solid #D7F487;
	margin:0 7px 5px 0 ;
	float:left;
	width:81px;
	height:76px;
	display:block;
	padding:2px;
	
}
.carousel-component .carousel-list li a:hover img { 
border:2px solid #D7F487;

}
.carousel-component .carousel-list li strong { 
	display:block; 
}

								

#prev-arrow { 
	
	
	cursor:pointer; 
	float:left;
	margin:4px 0 0 7px;
	
}

#next-arrow { 
	
	margin:4px 7px 0 0 ;
	cursor:pointer;
	float:right; 
	
}
a.titlelink1 {
	font-family: Verdana, rial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	text-align:left;
	text-decoration: none;
}
a.titlelink1:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	text-align:left;
	text-decoration: none;
}
a.titlelink1:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	text-align:left;
	text-decoration: none;
}
.title-grey1 {
	font-family:  "Century Gothic", Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #666666;
	letter-spacing: .0001pc;
}


.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:10000px;
	position:relative;
	z-index:1; 
}

.carousel-component .carousel-list li { 
	float:left;
	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;
	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. */	 
.carousel-component ul.carousel-vertical {
/*	width:auto;*/
}

.carousel-component .carousel-clip-region { 
	overflow:hidden; /* Secret to the clipping */
	width:199px;
	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 { 
	/*background:#e2edfa;*/
	
	padding:0px;
	-moz-border-radius:6px;
	/*color:#618cbe;*/
}
.carousel-component ul.carousel-list { 
	margin:0px;
	padding:0px;
	line-height:0px;
}
.carousel-component .carousel-list li { 
	text-align:center;
	margin:0px;
	padding:0px;
	font:10px verdana,arial,sans-serif;
	color:#666;
}
.carousel-component .carousel-vertical li { 
}
.carousel-component ul.carousel-vertical { 
}