.jgallery{   
	position:relative;
	width:800px;	height:500px;
	overflow:hidden;
/*	outline:1px dashed red;*/
}        
.jg_projector{ /* outline:1px dashed purple;  */       
	position:relative;
	height:420px; 
}
.jg_slide,.jg_control{  /*outline:1px solid green;    */
	position:absolute;
	width:100%;height:420px;
	top:0px;left:0;
	text-align:center;
	z-index:10000;
}
.jg_control{ /* outline:1px dashed red;   */  
/*	padding-top:280px;*/
   position:absolute;top:0;left:0;
padding:0;margin:0;
	height:410px;width:100%;overflow:auto;
	z-index:11000;
	cursor:pointer; 
	background:transparent url(.css/blank.gif) 0 0 no-repeat;
}
.jg_loading{
	background:transparent url(jgallery_img/jg_spinner.gif) 870px -3px no-repeat;
}

.jg_slide div{
	/*outline:1px solid red; */
}
.jg_buttons{ display:none;
	position:relative;  
	width:92px;height:40px;
	margin:0 auto;              
	background: transparent url(jgallery_img/jg_control.png) 0 0 no-repeat;
	padding:0;
}
#content .jg_buttons{
	position:absolute;
	top:220px;left:352px;
}
#content .jg_buttons li{   
	position:relative;
	margin:0;padding:0 0 0 2px;
	float:left;
	list-style:none;
}
#content .jg_buttons li a{
	text-decoration:none;border:0;
}
.jg_pause,.jg_play,.jg_stop,.jg_time_increase,.jg_time_decrease,.jg_zoom{   
	cursor:pointer;display:block;        
	width:40px;height:40px;
    background: transparent url(jgallery_img/jg_control.png) 0 -40px no-repeat;
}
.jg_play{
    background-position:-40px -40px;
}
.jg_pause{
    background-position:0 -40px;
}
.jg_zoom{
    background: transparent url(jgallery_img/jg_control.png) -120px -40px no-repeat;
}
.jg_time_increase{
    width:20px;
	background: transparent url(jgallery_img/jg_control.png) -20px -120px no-repeat;
}
.jg_time_decrease{ 
	width:20px;
    background: transparent url(jgallery_img/jg_control.png) 0 -120px no-repeat;
}
.jg_stop{                   
	background: transparent url(jgallery_img/jg_control.png) -80px -40px no-repeat;
	
}
.jg_slide div{    
	margin:0 auto;
}
.jg_legend{ 
	position:absolute;
	top:420px;left:0;
	width:800px;height:20px;
	line-height:20px;
	display:block;
	z-index:10500;      
	text-align:center;
	overflow:hidden;
/*	text-transform:capitalize;*/
/*	border:1px solid red;*/
/*	background:transparent url(jgallery_img/jg_legend_back.png) 0 0 repeat-x;*/
}
.jg_thumbs{ 
	position:absolute;
	text-align:left;
	margin:0;padding:0;
	top:438px;left:59px;
	width:auto;height:62px;
	overflow:hidden;
	z-index:12000;
	
}
.jg_thumbs li{
	display:block;
	width:62px;height:62px;
	float:left;          
	margin:0;   padding:0;
}
.jg_thumbs li span{
	display:none;
	color:#fff;
}
.jg_thumbs li a,.jg_thumbs li a:visited{
	display:block;
	margin:0;padding:0;
	color:#fff;height:62px;
	border:0;
} 
.jg_thumbs li a img{
	display:block;
	margin:0;
	border:1px solid #FeFcfA;
}
.jg_thumbs li a:hover img{
	border:1px solid #535754;	
}
.jg_next{                   
	background:transparent url(jgallery_img/jg_next.gif) 748px 220px no-repeat;
	cursor:pointer;
}
.jg_prev{                   
	background:transparent url(jgallery_img/jg_prev.gif) 20px 220px no-repeat;
	cursor:pointer;
}
.jg_hide{
   visibility:hidden;
}
.jg_thumbs li a.jg_selected img{
   border:1px solid #3A3735;
}
.jg_prev_th,.jg_next_th{ 
	position:absolute;z-index:19000;
	bottom:0;
	width:59px;height:62px;
	background:white url(jgallery_img/jg_control_thumbs.gif) 0 center no-repeat;
	cursor:pointer;  
}
.jg_prev_th{
	left:0;
}
.jg_prev_th:hover{
	background-position:-116px center;
}
.jg_next_th{
	right:0;
	background-position: -58px center;
} 
.jg_next_t:hover{
	background-position: -174px center;
}
.hide{
	background:white;
}
#gallery_info{
	position:absolute;
	width:500px;height:20px;line-height:20px;
	color:#bbb;
	text-align:left;
	font-size:80%;
}
#copyright{
	position:relative;
	width:800px;height:20px;
	line-height:20px;
	color:#bbb;
	text-align:right;
}
#gallery_info:hover{
	font-size:100%;
	color:#888;
}
#key_display{
	position:relative;
	width:800px;height:20px;
	line-height:20px;
	color:#bbb;
	text-align:left; 
}