/*    Gallery additional styles
---------------------------------------------------------*/
* {
	outline:none;
}
HTML,
BODY {
	font-family: Arial, Verdana, sans-serif;
	margin:0;
	padding:0;
}
IMG {
	border:0;
}
.gallery-box {
	border:1px solid #999999;
	width:590px;
}
.thumb-box {
	border:4px solid #FFFFFF;
	border-right:0;
	float:left;
	height:650px;
	margin-right:8px;
	overflow-y:scroll;
	overflow-x:hidden;
	width:150px;
}
	.thumb-box A {
		border:0;
		display:block;
		margin-bottom:2px;
		text-align:center;
		width:128px;
	}
.grey-bg {
	background-color:#EFEFEF;
}
.pic-box {
	float:left;
	width:425px;
}
	.pic-box TD {
	  background: url(img/ajax-loader.gif) no-repeat center center;
	}
.gallery-text {
	background-color:#ffffff;
	display:none;
	font-size:11px;
	margin-top:-38px;
	opacity:0.5;
	padding:4px 20px;
	text-align:right;
}
.clear {
	clear:both;
}
