div#slideshow-container {
		position:relative;	
		padding-bottom:30px;
}
	div#mainPicBox {
		position:relative;
		clear:left;
		width:400px;
		height:280px;
		padding:0px;
		background-color:#FFFFFF;
		margin: 0px;
		border-bottom-width:0px;
		text-align:center;
	}
	
		div#picShadow {
			margin:12px auto 0px;
			width:374px;
			height:262px;
			background: url('../images/template/slideshow/slideshow-pic-bg.jpg') no-repeat top left;											
		}
	
		img#picMain {
			border:0px solid #BA7735;
			/*margin: 18px auto 0px;*/
			margin: 6px 8px 0px 6px;
			width: 360px;
			height: 248px;
		}
	
	div#playControlsBox {
		position:relative;
		clear:left;	
		height: 76px;		
		width: 400px;
		padding:0px;
		position:relative;
		background: url('../images/template/slideshow/gold-control-bg.gif') no-repeat top left;	
		border:none;
	}
	

		div.control {
			width:35px;
			height:35px;
			float:right;
			margin-top:18px;
			margin-right:8px;
			cursor: pointer;			
		}
		
			div#btnGoForward { margin-right:20px; }
			* html div#btnGoForward { margin-right:10px; }
			div#btnGoBack {}
			div#btnPause {}

	
	div#thumbnailStrip {
		position:absolute;
		height:353px;
		width:222px;	
		top:2px;
		left:401px;	
		padding:0px;
		margin: 0px;
		margin-left:20px;
		background-color: #EAEAEA;
		border-bottom:1px solid #989898;
		overflow:hidden;			
	}
		/* START: IE Fix */
		* html div#thumbnailStrip {
			height:343px;
			top: 12px;
		}
		/* END: IE Fix */

		div#thumbnailStrip h3 {
			padding:0px 15px;
			margin: 0;
			color: #fff;
			background: #520029 url("../images/template/slideshow/maroon-heading-bg-short.gif") no-repeat 0 0;
			font-size: 16px;			
			height:43px;
			line-height:2.6em;
		}
	
	
		div#thumbnailBox {
			width:220px;					
			height:294px;	
			margin:0px;
			padding:8px 0px;
			overflow:scroll;			
			background: #EAEAEA;	
			text-align:center;		
			border-left:1px solid #989898;
			border-right:1px solid #989898;
		}		
			/* START: IE Fix */
			* html div#thumbnailBox {
				height:284px;				
			}
			/* END: IE Fix */
			
			div#thumbnailBox img {
				margin:8px 0px;
				border:1px solid #888888;
				cursor: pointer;	
				margin:8px;						
			}
		
		div.arrowForThumbnail {
			width: 33px; 
			height: 41px;
			position:absolute;
			top:14px;
		}
		
			div#arrowMoveStripLeft {
				left:50px;
			}
	
			div#arrowMoveStripRight {
				right:50px;
			}
			
		div#txtMainPicCaption {
			width:220px; 
			height:32px;
			position:absolute;
			top:13px;
			left:20px;
			overflow:visible;
			font:12px normal MetaPlusMediumRoman, "Trebuchet MS", "Lucida Grande", Helvetica, Arial, sans-serif;;
		}
