/*                        */

/*    JBOXED CSS RULES    */
	
/*                        */
#jbModal{
	position:fixed;
	height:100%; /* Just the default. jB changes this */
	width:100%; /* This remains the same */
	top:0;
	bottom:0;
	background:#000; /* this is the usual color but is changeable */
	z-index:9998;
}

* html #jbModal { position:absolute; left:0px; bottom:0px; height:100%; width:100%; z-index:100; }

#jbInterface{
	position:fixed;
	background:none; 
	z-index:9999;
	margin:auto;
	left:50%;
	top:50%;
	display:block;
	overflow:visible;
}

* html #jbInterface {
	position:absolute;
}

#jbImage{
	background:#fff; /* this is the usual color but is changeable */
	border:1px solid white;
	display:block;
	max-height:100%;
	min-height:100%;
	width:100%;
}

#jbInfoBottom{
	height:25px; /* Just the default. jB changes this */
	background:none;
	color:#fff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:2;
	width:100%;
	padding:0 0 0 2px;
}
#jbInfoBottom span{
	padding:0 5px 0 5px;
}
#jbInfoTop{
	height:20px; /* Just the default. jB changes this */
	background:none;
	color:#FFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
}
#jbImageBox{
	background:url(http://jboxed.googlecode.com/files/ajax-loader.gif) center center no-repeat; /* thanks ajaxload.info */
	color:#FFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	max-height:100%;
	width:100%;
}
#jbSlideshow{
	height:16px;
	width:auto;
	/*background:url(close.png) 17px 34px;*/
	text-align:right;
	margin-top:0px;
	font-size:12px;
	cursor:pointer;
}
#jbClose{
	height:16px;
	width:auto;
	/*background:url(close.png) 17px 34px;*/
	float:right;
	text-align:right;
	margin-top:0px;
	font-size:12px;
	cursor:pointer;
}
#jbLeft{
	display:block;
	height:24px;
	width:28px;
	margin-top:-12px;
	position:absolute;
	top:50%;
	color:#666;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	margin-left:0px;
	cursor:pointer;
	text-decoration:none;
	background: url(prev.gif) center left no-repeat;
}
#jbRight{
	display:block;
	height:24px;
	width:28px;
	margin-top:-12px;
	position:absolute;
	top:50%;
	color:#666;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	cursor:pointer;
	text-decoration:none;
	background: url(next.gif) center right no-repeat;
}
a#jbRight, a#jbLeft{
	outline:none;
	min-height:100%;
}
#jbLink{
	color:#fff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	display:none;
}
.jbLink_active {
	color:#ff0000;
	font-weight:bold;
}
#jbLoad{
	width:16px;
	height:16px;
	background:url(ajax-loader.gif);
}
#jbLink a {
	color:#fff;
	text-decoration:none;
}
/* if the img is transparent we should handle that */
#jbImageBox img{
	background:#FFF;	
}
