#dhtmlgoodies_slideshow{
	width:284px;	/* Total width of slideshow */
	background-color:#6c4536;
}
	
#previewPane{
	text-align:center;
	vertical-align:middle;
	padding-top:10px;
	position:relative;
		
	/* CSS HACK */
	height: 260px;	/* IE 5.x */
	height/* */:/**/240px;	/* Other browsers */
	height: /**/240px;			
}

#previewPane img{
	line-height:260px;
	max-width : 260px;
	max-height : 240px;
}

#previewPane #largeImageCaption{	/* CSS styling of image caption below large image */
	font-style:italic;
	text-align:center;
	font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;	/* Font to use */
	font-size:0.9em;
}

#galleryContainer, #galleryContainer2{
	height:133px;	/* Height of the images + 2 */
	width : 500px;
	position:relative;
	overflow:hidden;
	/*padding:1px;*/e
	
	/* CSS HACK */
	height: 134px;	/* IE 5.x - Added 2 pixels for border left and right */
	height/* */:/**/133px;	/* Other browsers */
	height: /**/133px;
	left :-8px;		
}

#galleryContainer2 {
	height : 124px;
	width : 438px;
	margin-left : 0px;
	float:left;
	left :0px;
}

#bloc_arrow {
	position:absolute;
	right : 1px;		
	height : 120px;
	width : 20px;
	background-color: #ffffff;
}

#arrow_left{
	position:absolute;
	/*left:5px;
	top : 20px;		
	*/
	right : 0px;
	top : 57px;
	z-index:10;
	background-color: #FFF;
	padding:1px;
	height : 72px;
	width : 22px;
	padding-right : 2px;
	padding-top : 5px;
	-top : 50;

}
#arrow_right{
	position:absolute;
	right:0px;
	z-index:10;
	background-color: #FFF;
	padding:1px;		
	top : 5px;
	height : 29px;
	width : 22px;	
	padding-right : 2px;
	padding-top : 25px;
}

#arrow_left2 {
	background-color : transparent;
	height : 25px;
	width : 25px;
	padding : 0px;
	margin-top:50px;
	float:left;
	z-index:10;
	height : 72px;
	width : 22px;
}

#arrow_right2 {
	background-color : transparent;
	height : 25px;
	width : 25px;
	padding : 0px;
	margin-top:50px;
	float:left;
	z-index:10;
	height : 29px;
	width : 22px;
}

#galleryContainer2 .erreur {
	margin-top : 36px;
}

#arrow_left img, #arrow_right img {
	border : 0px;
}

#theImages{
	position:absolute;
	height:120px;
/*	left:40px;*/
	width:100000px;
	
}
#theImages #slideEnd{
	float:left;
}


#theImages  .home_nouveaute_img, #theImages  .slide_img	{
	float:left;
	padding:1px;
	/*filter: alpha(opacity=50);
	opacity: 0.5;*/
	cursor:pointer;
	height:102px;
	width:152px;
	margin : 5px 2px 0;
}
#theImages  .home_nouveaute_img img {
	height:122px;
	width:152px;
}

#theImages  .home_nouveaute_img img.miniature_home {
height:102px;
width:152px;
}

#theImages  .slide_img	{
	height:104px;
	width:103px;
}


#theImages  .slide_img img {
	height:68px;
	width:103px;
}

.slide_img .detail {
	margin-top : 0px;
	padding : 0px;
	text-align:center;
	font-size : 11px;
}

.slide_img .selection {
	text-align:center;
	height : 13px;
	padding-top : 3px;
	padding-bottom : 2px;
}	

.slide_img .selection img {
	vertical-align:bottom;
}

#theImages .slide_img .selection img {
	height :auto;
	width : auto;
}

#galleryContainer2 #theImages {
	margin-left : 0px;
}

#waitMessage{
	display:none;
	position:absolute;
	left:200px;
	top:150px;
	background-color:#FFF;
	border:3px double #000;
	padding:4px;
	color:#555;
	font-size:0.9em;
	font-family:arial;	
}

#theImages .imageCaption{
	display:none;
}


