.infobox .gallery .thumbs img{
	border:1px solid #5b1b1b;
	margin-bottom:1px;
	cursor:pointer;
	margin:0;
}

.thumbs{
	background:transparent;
}

#blackout{
	background:#000;
	position:absolute;
	top:0px;
	left:0px;
	height:100%;
	width:100%;
	display:none;
	height:0px;
	overflow:hidden;
}

#galbox{
	position:absolute;
	display:none;	
	background:url(../gfx/loader.gif) center center no-repeat #FCF2D8;
}

#galbox img{
	
	display:none;

	margin:10px;
}

#galbox a{
	position:absolute;
	text-align:center;
	font-weight:bold;
	line-height:16px;
}

#galbox a#prevbtn{
	width:100px;
	height:20px;
	bottom:5px;
	left:0px;
	display:block;
}

#galbox a#nextbtn{
	width:100px;
	height:20px;
	bottom:5px;
	right:0px;
	display:block;
}

#galbox a#closebtn{
	width:100px;
	height:20px;
	padding-top:5px;
	top:-20px;
	background:#FCF2D8;
	left:0px;
	display:block;
}

