.image-popup
{
	background: #D58B04 url(../img/loader.gif) no-repeat center center;
	position: absolute;
	border: none;
	z-index: 100;
	display: none;
}
.image-popup .pic
{
	left: 10px;
	top: 10px;
	width: 0px;
	height: 0px;
	position: absolute;
}
.image-popup .prev
{
	position: absolute;
	top: 10px;
	left: 10px;
	width: 40px;
	height: 40px;
	cursor: pointer;
	z-index: 1;
	background: url(../img/prev.jpg) no-repeat left top;
}
.image-popup .next
{
	position: absolute;
	top: 10px;
	right: 8px;
	width: 40px;
	height: 40px;
	cursor: pointer;
	z-index: 1;
	background: url(../img/next.jpg) no-repeat left top;
}
.image-popup .close
{
	position: absolute;
	bottom: 7px;
	right: 5px;
	cursor: pointer;
	width: 87px;
	height: 22px;
	background: url(../img/close.jpg) no-repeat left top;
}
.image-popup .info
{
	position: absolute;
	bottom: 10px;
	left: 10px;
	width: 100%;
	overflow-x: hidden;
	font-size: 12px;
	font-family: Arial;
	font-weight: normal;
	line-height: 16px;
}
.info
{
    color:#fff;
}
.info span
{
    font-weight:bold;
    display:block;
}
