/* ================================================================ 
This copyright notice must be untouched at all times.
Copyright (c) 2009 Stu Nicholls - stunicholls.com - all rights reserved.
=================================================================== */

#slideshow {
	position: absolute;
	width: 532px;
	height: 550px;
	left: 220px;
	top: 112px;
	margin: auto;
}
	
#thumbs {
	width:490px;
	height:96px;
	overflow:hidden;
	position:absolute;
	left:29px;
	top:80px;
	z-index:10;
}

#thumbHolder {
	position:relative; 
	top:0; 
	left:0; 
	width:490px;
}

#thumbs img {
	display:block;
	float:left;
	margin-right:8px;
	margin-bottom:6px;
	display:inline;
	cursor:pointer;
	width:60px;
	height:40px;
	border:1px solid;
	border-color: #999;
}

#images {
	width:480px;
	height:320px;
	position:absolute;
	left:28px;
	top:196px;
	overflow:hidden;
	z-index:10;
	border:3px solid;
	background: url(loading.gif) no-repeat 230px center;
	border-color: #666;
}

#images img {
	position:absolute; 
	left:480px; 
	top:0;
}

/*
#txt {position:absolute; left:51px; top:11px; width:480px; height:320px; 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:8px;
	position:absolute;
	left:130px;
	top:-30px;
}
#pad p {
	margin:0;
	position:absolute;
	width:20px;
	height:6px;
	padding-top:14px;
	overflow:hidden;
	cursor:pointer;
}
#pad p#previous {
	left:-121px;
	top:380px;
	background-image: url(../images/l.png);
	background-repeat: no-repeat;
}
#pad p#next {
	right:-360px;
	top:380px;
	background-image: url(../images/r.png);
	background-repeat: no-repeat;
}
#pad p#scrollUp {
	left:130px;
	top:95px;
	background-image: url(../images/u.png);
	background-repeat: no-repeat;
	height: 5px;
	color: red;
}
#pad p#scrollDown {
	left:133px;
	top:202px;
	bottom:-568px;
	background-image: url(../images/d.png);
	background-repeat: no-repeat;
	background-position: middle;
}
/*
#pad #info {left:17px; top:17px; width:16px; height:0; padding-top:16px;}
*/
