/*body {margin:0; background:#111; padding:5px; font:11px Verdana,Arial}*/
#slideshow {
	list-style:none;
	color:#FFFFFF
}
#slideshow span {display:none}
/*#container {width:506px; margin:50px auto; display:none}*/
#container {
	width:810px;
	display:none;
	margin-top: 1px;
	margin-right: auto;
	margin-bottom: 1px;
	margin-left: auto;
	background-color: #333333;
	height: 740px;
}
#container * {
	margin:0;
	padding:0;
}
#fullsize {
	position:relative;
	width:750px;
	height:620px;
	padding:0px;
}
#information {
	position:absolute;
	bottom:0;
	width:800px;
	height:0;
	color:#fff;
	overflow:hidden;
	z-index:200;
	opacity:.7;
}
#information h3 {
	padding:4px 8px 3px;
	font-size:14px
}
#information p {
	padding-top: 0;
	padding-right: 8px;
	padding-bottom: 8px;
	padding-left: 8px;
}
#image {
	width:750px;
	margin-top: 5%;
	margin-right: auto;
	margin-left: 4%;
}
#image img {
	position:absolute;
	z-index:25;
	width:auto;
	vertical-align: middle;
	top: 4%;
	border: 1px solid #CCCC00;
}
.imgnav {
	position:absolute;
	width:20%;
	height:200px;
	cursor:pointer;
	z-index:150
}
#imgprev {
	left:0;
	background-image: url(../assets/Gallery/GalleryImages/left.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
#imgnext {
	right:0;
	background-image: url(../assets/Gallery/GalleryImages/right.gif);
	background-repeat: no-repeat;
	background-position: right center;
}
#imglink {
	position:absolute;
	height:200px;
	width:100%;
	z-index:100;
	opacity:.4;
}
.linkhover {
	background-image: url(../assets/Gallery/GalleryImages/link.gif);
	background-repeat: no-repeat;
	background-position: center center;
}
#thumbnails {
	margin-top:3px;
}
#slideleft {
	float:left;
	width:20px;
	height:100px;
	background:url(../assets/Gallery/GalleryImages/scroll-left.gif) center center no-repeat;
	background-color:#222
}
#slideleft:hover {
	background-color:#333333
}
#slideright {
	float:right;
	width:20px;
	height:100px;
	background:#222 url(../assets/Gallery/GalleryImages/scroll-right.gif) center center no-repeat


}
#slideright:hover {
	background-color:#333333
}
#slidearea {
	float:left;
	position:relative;
	width:760px;
	margin-left:5px;
	height:101px;
	overflow:hidden;
	background-color: #333333;
}
#slider {
	position:absolute;
	left:0;
	height:101px;
}
#slider img {
	cursor:pointer;
	border:1px solid #666666;
	padding:2px
}
#preload img
{
height: 0; width: 0; border-width: 0;
position: absolute;
bottom: 0;
left: 0;
z-index: -30;
} 