#slideshow {
	width:730px;
	height:570px;
	margin:0;
	position:relative;
}
#thumbs {
	width:600px;
	height:48px;
	overflow:hidden;
	position:absolute;
	top: 510px;
	z-index:10;
}
#thumbHolder {position:relative; top:0; left:25px; width:600px;}
#thumbs img {display:block; float:left; margin-right:8px; margin-bottom:6px; display:inline; padding:1px; background:#aaa; cursor:pointer; width:60px; height:40px;}
#images {
	width:730px;
	height:500px;
	position:absolute;
	overflow:hidden;
	z-index:10;
	background-image: url(loading.gif);
	background-repeat: no-repeat;
	background-position: 230px center;
}
#images img {position:absolute; left:730px; top:0;}
#txt {position:absolute; left:51px; top:11px; width:480px; height:220px; width:480px; z-index:20;overflow:hidden;}
#opacity {position:absolute; left:0; top:-360px; width:480px; height:320px; background:#000; z-index:10;}
#txt p {padding:5px; margin:0; width:470px; height:310px; color:#ddd; font-family:arial, sans-serif; font-size:12px; line-height:18px; position:absolute; z-index:20; top:-360px; left:0;}
#txt p span {font-weight:bold; font-size:14px; color:#fff; display:block; padding-bottom:10px;}
#txt a {color:#0ae;}
#txt a:hover {text-decoration:none;}
#pad {
	width:48px;
	height:48px;
	background:url(pad.png);
	position:absolute;
	left:680px;
	top:510px;
}
#pad p {margin:0; position:absolute; width:14px; height:0; padding-top:14px; overflow:hidden; cursor:pointer;}
#pad p#previous {left:0; top:17px;}
#pad p#next {right:0; top:17px;}
#pad p#scrollUp {left:17px; top:0;}
#pad p#scrollDown {left:17px; bottom:0;}
#pad #info {left:17px; top:17px; width:16px; height:0; padding-top:16px;
}
