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

#slideshow {
	width:880px;
	height:445px;
	margin:0 auto;
	position:relative;
	/*background: #fff filter: alpha(opacity=50) opacity: .5;*/
	background: url(../img/point.png) repeat;
	-o-box-shadow: 3px 3px 15px rgba(0, 0, 0, 0.7);
	-icab-box-shadow: 3px 3px 15px rgba(0, 0, 0, 0.7);
	-khtml-box-shadow: 3px 3px 15px rgba(0, 0, 0, 0.7);
	-moz-box-shadow: 3px 3px 15px rgba(0, 0, 0, 0.7);
	-webkit-box-shadow: 3px 3px 15px rgba(0, 0, 0, 0.7);
	box-shadow: 3px 3px 15px rgba(0, 0, 0, 0.7);
	-o-border-radius: 10px;
	-icab-border-radius: 10px;
	-khtml-border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	margin-top: 10px;
}
#slideshowB {
	width:500px;
	height:400px;
	margin:0 auto;
	position:relative;
	/*background: #6699FF filter: alpha(opacity=50) opacity: .5;*/
	background:#6699FF url(../img/point.png) repeat;
	-o-box-shadow: 3px 3px 15px rgba(0, 0, 0, 0.7);
	-icab-box-shadow: 3px 3px 15px rgba(0, 0, 0, 0.7);
	-khtml-box-shadow: 3px 3px 15px rgba(0, 0, 0, 0.7);
	-moz-box-shadow: 3px 3px 15px rgba(0, 0, 0, 0.7);
	-webkit-box-shadow: 3px 3px 15px rgba(0, 0, 0, 0.7);
	box-shadow: 3px 3px 15px rgba(0, 0, 0, 0.7);
	-o-border-radius: 10px;
	-icab-border-radius: 10px;
	-khtml-border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	margin-top: 10px;
margin-top:-10px;
}
#slideshowC {
	width:733px;
	height:445px;
	margin:0 auto;
	position:relative;
	/*background: #fff filter: alpha(opacity=50) opacity: .5;*/
	background: url(../img/point.png) repeat;
	-o-box-shadow: 3px 3px 15px rgba(0, 0, 0, 0.7);
	-icab-box-shadow: 3px 3px 15px rgba(0, 0, 0, 0.7);
	-khtml-box-shadow: 3px 3px 15px rgba(0, 0, 0, 0.7);
	-moz-box-shadow: 3px 3px 15px rgba(0, 0, 0, 0.7);
	-webkit-box-shadow: 3px 3px 15px rgba(0, 0, 0, 0.7);
	box-shadow: 3px 3px 15px rgba(0, 0, 0, 0.7);
	-o-border-radius: 10px;
	-icab-border-radius: 10px;
	-khtml-border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	margin-top: 10px;
}
#thumbs {width:400px; height:48px; overflow:hidden; position:absolute; left:49px; top:340px; 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; padding:1px; background:#aaa; cursor:pointer; width:60px; height:40px;}
#images {width:400px; height:300px; position:absolute; left:50px; top:30px; overflow:hidden; z-index:10; border:1px solid #888; background:#6699FF url(loading.gif) no-repeat 230px center;}
#images img {position:absolute; left:480px; top:0;}
/*#txt {position:absolute; left:395px; top:390px; width:480px; height:320px; z-index:20;overflow: hidden;}*/
#txt {position:absolute; left:535px; top:31px; width:330px; height:320px; z-index:20; overflow:hidden;}
#opacity {position:absolute; left:0px; top:-360px; width:337px; height:320px; background:#000; z-index:10;}
#txt p {padding:5px; margin:0; width:325px; height:310px; color:#ddd; font-family:arial, sans-serif; font-size:12px; line-height:18px; position:absolute; z-index:20; top:-360px; left:0px;}
#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 {height:48px; /*background:url(../img/pad.gif); width:48px;*/ position:absolute; left:420px; top:330px; z-index:20}
#pad p {margin:0; width:14px; height:0; padding-top:14px; overflow: visible; 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;}
#pad li {
	display: inline;
	text-align: center;
	margin: 0 10px 0 0;
	color: #000;
	font-size: 12px;
	font-weight: bold;
	cursor: pointer;
}

