	#dhtmlgoodies_slideshow{
	  margin-top:20px;
		float:left;
		/*padding-top:10px;*/
		margin-bottom:5px;
		width:648px;	/* Total width of slideshow */
		/*overflow:hidden;*/
		 padding-left:2px;


    /*background: #FFF;
    padding:20px 5px 0px 0px;
    margin:0px;
    text-align:justify;
    */
	}


	#previewPaneR{
    width:325px;
    float:left;
    position: relative;
    color: #DE0016;
    /*overflow:hidden;*/
	}


	#previewPane{
		/*border:2px solid #DE0016;*/
		width:320px;
		text-align:center;
		padding:2px 0 0 0;
		position:relative;
		float:left;
    display:inline;
		/* CSS HACK */
		height: 260px;	/* IE 5.x */
		height/* */:/**/256px;	/* Other browsers */
		height: /**/256px;

		height: 242px;	/* IE 5.x */
		height/* */:/**/244px;	/* Other browsers */
		height: /**/244px;
		display:inline;
	}

	 #largeImageCaption {	/* CSS styling of image caption below large image */
	  color:#666;
	  width:100%;
	}

  #galleryContainer {
		width:640px;
		height:62px;	/* Height of the images + 2 */
		border-top:2px solid #DE0016;
		position:relative;
		overflow:hidden;
		padding:1px;
		/* CSS HACK */
		height: 62px;	/* IE 5.x - Added 2 pixels for border left and right */
		height/* */:/**/60px;	/* Other browsers */
		height: /**/60px;
	}

	#arrow_left{
		position:absolute;
		left:0px;
		z-index:10;
		background-color: #FFF;
		padding:1px;
		height:60px;
	}
	#arrow_right{
		position:absolute;
		right:0px;
		right:-1px;
		float:right;
		z-index:10;
		background-color: #FFF;
		padding:1px;
		height:60px;
	}
	#theImages{
		position:absolute;
		height:60px;
		left:0px;
    width:100000px;

	}
	#theImages #slideEnd{
		float:left;
	}
	#theImages img{
		float:left;
		padding:3px 0 0 0;

		filter: alpha(opacity=50);
		opacity: 0.5;
		cursor:pointer;
		border:0px;
	}

	#waitMessage{
		display:none;
		position:absolute;
		left:140px;
		top:160px;
		padding:4px;
	}

	#playMessage{
		display:inline;
		position:absolute;
		left:140px;
		top:160px;
		padding:4px;
	}

	#theImages .imageCaption{
		display:none;
		width:310px;
	}
/*
#dhtmlgoodies_slideshow .logo_soc	 {
	height:150px;
	width:150px;
	float:right;
	text-align:right;
	margin:2px;
	background:#FFFFFF;
}
#dhtmlgoodies_slideshow .infos_soc	 {
	height:150px;
	width:130px;
	float:left;
	background:#FFFFFF;
}
*/
