#wbox_wrapper
{
	position: absolute; 
	width: 100%; 
	top: 0px;
	left: 0px ;
}

#loading{ 
	position: absolute; 
	top: 44%; /* positions the loading.gif */ 
	left: 0%; 
	height: 25%; 
	width: 100%; 
	text-align: center; 
	line-height: 0; 
}

#overlay
{ 
	position: absolute;
	top: 0px;
	left: 0px ;
}

#wbox
{ 
	position: relative ;
	background-color: #F8F8F8;
	width: 200px; /* sets width and height of initial ajax box, before auto resize */
	height: 200px ;
	margin: 0 auto ;
}

img.thumb
{
	border:1px solid #666666;
}

#wbox_data
{ 
	position: relative;
	margin: 0 auto;
	background-color:#FFFFFF
}


#controls
{
	position:absolute;
	bottom:0px;
	right:5px;
}

#info
{
	font-family:arial;
	font-weight:bold;
	font-size:11px;
	color:#404040;
	padding-left:10px;
	padding-top:5px;
	padding-bottom:5px;
	/*border-bottom:1px solid #E1E1E1;*/ /* sets border of info box, where close x appears, etc */}
		
a#prevLink, a#nextLink, a#closeLink, a#slideLink
{
	float:left;
	width:24px;
	height:22px;
}

a#prevLink {
	background-image:url(../lightbox_images/prev.gif);
	background-repeat: no-repeat;
	background-position: left 2px;
}
a#nextLink { 
	background-image:url(../lightbox_images/next.gif); 	
	background-repeat: no-repeat;
	background-position: left 2px;
}

a#closeLink { 
	background-image:url(../lightbox_images/close.gif); 
	background-repeat: no-repeat;
	background-position: center 3px;}

a#slideLink { 
	background-image:url(../lightbox_images/show.gif); 
	/*display:none*/ 
	background-repeat: no-repeat;
	background-position: left 4px;}


a#prevLink:hover, a#nextLink:hover
{
	text-decoration:underline;
}
