/*************************
body{
	background:#000;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:0.7em;
	margin:0;
	padding:0;
}
**************************/

body{
    margin:0 !important;
}


/* Gallery Thickbox CSS */
#jqGalleryWindow{
	border:5px solid #484848;
	background:#FFF; 

	color:#333;
	font-family:Tahoma;
	display:none;
}
#jqGalleryWindow a, #jqGalleryWindow a:hover, #jqGalleryWindow a:visited{
	color:#999;
}
#jqGalleryWindowClose{
	margin:10px;
	text-align:right;
}
#jqGalleryWindowTitle{
	margin:10px;
	text-align:left;
}
#jqImageFull{
	position:relative;
	display:none;
	width:auto;
	height:auto;
}
#jqGalleryWindowImg{
	padding:0 50px;
	background:url('../img/loading.gif') center no-repeat;
}
#jqGalleryWindow div.jqGalleryNavigation{
	width:auto;
	background:#000;
	border-top:4px solid #484848;
}
#jqGalleryWindow div.jqGalleryNavigation img{
	margin:4px 2px 2px;
}
#cmdNextFull{
	position:absolute;
	top:45%;
	right:4px;
	cursor:pointer;
}
#cmdPrevFull{
	position:absolute;
	top:45%;
	left:4px;
	cursor:pointer;
}		
#jqGalleryWindowTitle span{
	font-size:0.9em;
	color:#999;
}
/* Gallery Layout CSS */
div.jqGalleryWrap{
	color:#FFF;
	width:480px;
	background:black;
}
div.jqGalleryPreviewImage{
	width:480px;
	background:url('../img/ajax-loader.gif') center no-repeat;
	position:relative;

}
div.jqGalleryPreviewImage img{
	cursor:pointer;
	display:none;
}
div.jqGalleryNavigation{
	clear:both;
	width:440px;
}
div.jqGalleryNavigation img{
	cursor:pointer;
	margin:0 0 4px;
}
ul.jqGallery{
	list-style:none outside none;
	margin:0;
	padding:4px 0 0 2px;
	width:449px;
	height:206px;
	overflow:auto;
	border:1px solid #333;
	position:relative;
}
ul.jqGallery li{
	width:72px;
	height:55px;
	overflow:hidden;
	float:left;
	margin:0 2px 4px 2px;
	border:5px solid #FFF;
	text-align:center;
	position:relative;
}
ul.jqGallery li img{
	border:none;
}
ul.jqGallery li a{
	width:72px;
	height:55px;
	display:block;
	position:relative;
}
.jqGalleryThumbFlash{
	background:#FFF;
	position:absolute;
	margin:0 2px 4px 2px;
	width:72px;
	height:55px;
	top:0;
	left:-2px;
	display:none;
}
.jqGalleryTitle{
	width:480px;
	height:30px;
	line-height:18px;
	position:relative;
	text-align:left;
}
.jqGalleryTitle div{
	width:100%;
	position:absolute;
	padding:5px 0;
	border:1px solid #333;
/*	border-top:none;*/
	text-align:center;
	display:none;
}
.jqGalleryInstructions{
	width:480px;
	line-height:18px;
	position:relative;
	text-align:left;
}
.jqGalleryInstructions div{
	width:100%;
	padding:5px 0;
	border:1px solid #333;
	text-align:center;
}
/**
 * 2 column gallery default widths
 */
div.galleryright2column div.jqGalleryWrap, div.galleryleft2column div.jqGalleryWrap,
div.galleryright2column div.jqGalleryPreviewImage, div.galleryleft2column div.jqGalleryPreviewImage,
div.galleryright2column div.jqGalleryTitle, div.galleryleft2column div.jqGalleryTitle,
div.galleryright2column div.jqGalleryInstructions, div.galleryleft2column div.jqGalleryInstructions{
  width:451px;
  margin:auto;
}
div.galleryright2column div.jqGalleryNavigation, div.galleryleft2column div.jqGalleryNavigation{
  width:449px;
  margin:auto;
}
div.galleryright2column ul.jqGallery, div.galleryleft2column ul.jqGallery{
  width:449px;
  margin:auto;
}
