﻿/*____________________________________________
|     _     _ ___      __ _                   |
|    (_)___(_) __|___ / _| |_ __ _ _ _ ___    |
|    | |_ /| \__ | _ \  _|  _/ _` | '_/ -_)   |
|    |_/__||_|___|___/_|  \__\__,_|_| \___|   |
|                                             |
|       ©2010 iziSoftware - Version 1.0       |
|_____________________________________________|


WEGalleryCarrousel : Gestion galerie d'image en mode carrousel horizontal
FICHIER CSS associé

*/
 
 .WECarrousel1Parent
{
	width:100%; 
	height:100%; 
	overflow:hidden;	
	float:left;
}
 
.OESZ_Next
{
	position:absolute;	
	display:block;
	clear:both;
}

.OESZ_Previous
{
	position:absolute;
	float:left; 
}
 
 .WECarrousel1ImagesParent img
{
	width:100%; 
	height:100%;
}
 
#CarrouselH_Img
{
	 /*float:left;	 */
	position:absolute;
	margin:0px; /*Necessaire pour IE*/
	border-width:0px;  /*Necessaire pour IE*/
}

.WECarrousel1ImagesParent
{
	position:relative; 
	white-space:nowrap; 
	clear:both; 
	height:100%; 
	overflow:visible;	
}
 

 

