	#dhtmlgoodies_slideshow{

		position:relative;

		text-align: center;

	}

	

	#previewPane{

		position:relative;

		height: 450px;

		text-align: center;

		overflow:hidden;

	}

	

	#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{

		padding-top: 3px;

		margin-left:auto;

		margin-right: auto; 

		width: 550px;

		height:90px;	/* Height of the images + 2 */

		position:relative;

		overflow:hidden;

		background-image: url(../img/header-back.jpg);

		background-repeat: repeat-x;

		/* CSS HACK */

		height: 90px;	/* IE 5.x - Added 2 pixels for border left and right */

		height/* */:/**/88px;	/* Other browsers */

		height: /**/88px;

				

	}

	#arrow_left{

		height: 90px;

		position:absolute;

		left:0px;

		z-index:10;

	}

	#arrow_right{

		height: 90px;

		position:absolute;

		right:0px;

		z-index:10;		

	}

	#theImages{

		position:absolute;

		height:90px;

		width:100000px;

		

	}

	#theImages #slideEnd{

		float:left;

	}

	#theImages img{

		height: 90px;

		float:left;

		padding-right:2px;

		filter: alpha(opacity=50);

		opacity: 0.5; 

		cursor:pointer;

		border:0px;

	}



	#waitMessage{

		display:none;

		position:absolute;

		left:0px;

		top:0px;

		background-color:#FFF;

		border:3px double #000;

		padding:4px;

		color:#555;

		font-size:0.9em;

		font-family:arial;	

	}

	

	#theImages .imageCaption{

		display:none;

	}


