
#image_gallery {
	float: left;
	margin: 10px 20px 10px 20px;
	width: 450px;
	background-color:black;
	border:solid 2px black;
	display:inline;	
}

#image_gallery a img {
	border: none;
}

#fullimg {
	width: 450px;
	height: 454px;
	overflow: hidden;
	display:table-cell;
	vertical-align:middle;
	text-align:center;	
}

#fullimg img {
	/*width: 300px;*/
}

#fullimg p, #fullimg span {
	position: absolute;
	background: black;
	opacity: .5;
	color: white;
	margin: 0px;
	width: 450px;
	padding: 6px;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#image_gallery #wrapper {
	overflow: hidden;
	width: 394px;
	height: 44px;
	float: left;
	background: url(../graphics/image_gallery/wrapper_background_large.jpg);
	background-position: top left;
	background-repeat: repeat-x;
	position: relative;
}

#gallery_thumbnails {
	margin: 0px;
	padding: 0px;
	list-style: none;
	width: 50000px;
	position: relative;
	letter-spacing: 0em;
}

#gallery_thumbnails li {
	float: left;
	list-style: none;
	margin-right: 2px;
	margin-top:1px;
}

#gallery_thumbnails .thumb {
	width: 40px;
	height: 40px;
	cursor: pointer;
	margin: 0px;
	padding: 0px;
	border: 1px solid #00406E;
}

#gallery_thumbnails .large {
	display: none;
	position: absolute;
}

#fullimg .loading {
	width: 24px;
	height: 24px;
}

#fullimg .thumb {
	display: none;
}

#gallery_thumbnails .item p, #gallery_thumbnails .item span {
	display: none;
	text-indent: -2000em;
}

#moveleft, #moveright {
	margin: 0px;
	height: 44px;
	color: white;
	width: 25px;
	text-indent: -2000em;
	text-decoration: none;
	display: block;
	cursor: pointer;
	float: left;
}

#moveleft {
	background: url('/graphics/image_gallery/left.gif');
	margin-right:3px;
}

#moveright {
	background: url('/graphics/image_gallery/right.gif');
	margin-left:3px;
}

#moveleft:hover, #moveright:hover {
	
}
