.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: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 */
	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_outer {
 	width:930px; height: 220px; min-height:220px; margin-bottom: 10px; 
	background-image:url(../img/gallery_cadre1.png);background-repeat:no-repeat;background-position:top left;
 
 }


 
.carousel-component { 
	padding:0px;
    margin:0px 0px 20px 0px;
    clear:both;


}
.carousel-component ul.carousel-list { 
	margin:0px;
	padding:0px;
	line-height:0px;
}
.carousel-component .carousel-list li { 
text-align:center;
padding-top:5px;  
margin-left: 25px;
width:179px; 
height:184px; 
/*background-image:url(/img/li_nav.gif);*/
background-image:url(../img/cadre_photo.png);
background-repeat:no-repeat;
background-position:center top;

}



.carousel-component .carousel-vertical li { 
}
.carousel-component ul.carousel-vertical { 
}




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

.carousel-component .carousel-list li a:hover { 

}

.carousel-component .carousel-list li img { 
    display:block; 
}
                                
.carousel-component .carousel-prev { 
    position:absolute;
    top:172px;
    z-index:3;
    cursor:pointer; 
    left:30px; 
}

.carousel-component .carousel-next { 
    position:absolute;
    top:172px;
    z-index:3;
    cursor:pointer; 
    right:6px; 
}

.inline_images h2 { clear:both; text-align: left; font-size:91%; font-weight:bold; color: #000000; padding: 0px; padding-left:13px; padding-right: 10px; margin:0px; line-height:14px;}
.inline_images h3 { font-size:90%; text-align: left;font-weight:normal; color: #000000; padding: 0px; padding-left:13px; margin:0px;}




