
	#dhtmlgoodies_slideshow{
		width:130px;
    float:right;
    display:inline;
    height:300px;
    margin-left:15px;
    margin-top:10px;
    position:relative;
	}
	
	#previewPane{
		text-align:center;
		height:300px;
		width:0px;
		float:left;
    display:inline;
	}
	#waitMessage{
		display:none;
		position:absolute;
		left:200px;
		top:150px;
		border:3px double #000;
		padding:4px;
		color:#555;
		font-size:0.9em;
		font-family:arial;
	}
	#galleryContainer{
		float:left;
		height: 300px;
		width: 130px;
	}
	#galleryContainer #arrow_down{
		height:12px;
    cursor:pointer;
    position:absolute;
    left:0;
    bottom:0;
	}
	#galleryContainer #arrow_up{
		height:12px;
    cursor: pointer;
	}

	#theImages{
		position:relative;
		overflow:hidden;
		height:280px;
	}

	#theImages div{
		position:relative;
		height:1500px;
	}
	#theImages img{
		border:none;
		opacity:0.8;
    height:109px;
    width:127px;
    margin:0;
		}
	#previewPane #largeImageCaption{
	}
	#theImages .imageCaption{
		display:none;
	}