#slideshowcontainer{
	width:600px;
	margin-left:50px;
}
#mainImageLayer {
   position: relative;
   width: 600px;
   height: 475px;
   margin: 3px 0 0 0;
}

#topLayer {
   z-index: 1;
   opacity: 1;
   position: absolute;
   top: 0px;
   left: 0px;
   padding-left: 0px;
}
#bottomLayer {
   z-index: 0;
   opacity: 1;
   position: absolute;
   top: 0px;
   left: 0px;
   padding-left: 0px;
}
#prev{
	display:inline;
	float:left;
}
#next{
	display:inline;
	float:right;
}
#caption{
	width:600px;
	height:50px;
	padding:10px;
	font-family:Verdana;
	font-size:10px;
}

