/*                        */

/*    JBOXED CSS RULES    */
	
/*                        */
#jbModal{
	position:absolute;
	/* Just the default. jB changes this */
	top:0;
	left:0;
	width:100%; /* This remains the same */
	z-index:9998;
	// height, background-color will set from js
}
#jbInterface{
	// position (depends on browser) will set from js
	background:none; 
	z-index:9999;
	//margin:auto;
	left:50%;
	top:50%;
	display:block;
	overflow:visible;
}
#jbImage{
	background:#eeeeee; /* this is the usual color but is changeable */
	border:1px solid white;
	display:block;
	max-height:100%;
	min-height:100%;
	width:100%;
}
#jbImageBox{
	color:#FFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	max-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;
}
#jbclose{
	display:block;
	height:16px;
	width:;
	float:right;
	margin-top:-16px;
	font-size:12px;
	cursor:pointer;
}
#jbLeft{
	display:block;
	height:20px;
	width:35px;
	position:absolute;
	top:50%;
	margin-top:0px;
	color:#666;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	padding:5px;
	margin-left:0px;
	cursor:pointer;
	text-decoration:none;
	background: url(/web_i/lib/imgs/prev.png) center left no-repeat;
	line-height:1.5;
}
#jbRight{
	display:block;
	min-height:100%;
	width:35px;
	position:absolute;
	top:50%;
	margin-top:0px;
	color:#666;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	cursor:pointer;
	text-decoration:none;
	background: url(/web_i/lib/imgs/next.png) center right no-repeat;
	line-height:1.5;
}
a#jbRight, a#jbLeft{
	outline:none;
	min-height:100%;
}
#jbLink{
	color:#FFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
}
#jbLoad{
	width:16px;
	height:16px;
	background:url(/web_i/lib/imgs/ajax-loader.gif);
}
#jbLink a{
	color:#FFF;
	text-decoration:none;
}
/* if the img is transparent we should handle that */
#jbImageBox img{
	background:#FFF;	
}