#wbox_wrapper {
	position: absolute;
	width: 100%;
	top: 0px;
	left: 0px;
}
#loading {
	position: absolute;
	top: 8px;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}
#overlay {
	position: absolute;
	top: 0px;
	left: 0px;
}
#wbox {
	position: relative;
	width: 32px;
	height: 32px;
	margin: 0 auto;/*border:2PX solid #090;*/



}
img.thumb {
	border:1px solid #666666;
}
#wbox_data {
	position: relative;
	margin: 0 auto;
}
#controls {
	position:absolute;
	/*border:1px solid #090;*/

	margin-right:0px;
	width:440px;
}
#info {
	font-family:arial;
	font-size:10px;
	color:#fff;
	padding-left:5px;
}
a#prevLink {
	float: left;
	width:150px;
	height:30px;
	margin-right:25px;
}
a#nextLink {
	float: left;
	width:135px;
	height:30px;
	margin-right:25px;
}
/*a#slideLink{

	float: left;

	width:65px;

	height:30px;

	margin-right:-5px;

	

}*/



a#closeLink {
	float: right;
	width:60px;
	height:30px;
	margin-right:15px;
}
a#prevLink {
	background-image:url(../images/prev.gif);
	background-repeat:repeat-x;
}
a#nextLink {
	background-image:url(../images/next.gif);
	background-repeat:repeat-y
}
a#closeLink {
	background-image:url(../images/close.gif);
}
/*a#slideLink { background-image:url(../images/show.gif);background-repeat:no-repeat; }*/





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

