div.backgroundDiv {
	background: #000;
	position: absolute; top: 0; left: 0;
	z-index: 9508;
	width: 100%;
}
	
div.contentHolder {
	position: absolute;
	z-index: 10000;
	background-color: #fff;
	background-image: url("../img/preloader25.gif");
	background-position: center center;
	background-repeat: no-repeat;
}
	
div.contentHolder #info {
	display: none;
	position: relative;
	text-align: left;
	background-color: #fff;
}
		
			
div.contentHolder #main_img {

}

div.contentHolder div.top_bar {
	height: 19px;
	position: relative;
	margin-bottom: 10px;
}

div.contentHolder div.margin {
	margin: 10px;
}

div.contentHolder a.close {
	float: right;
	display: block;
	height: 15px;
	width: 15px;
	background-image: url(../img/popup-ico/btnClose.gif);
	background-position: 0px 0px;
	z-index: 1001;
	margin: 2px 12px 0px 12px;
}

div.contentHolder a.close:hover {
	background-position: 0px 15px;
}

div.contentHolder a.btncontract {
	float: right;
	display: none;
	width: 19px;
	height: 19px;
	z-index: 1001;
	background-image: url(../img/popup-ico/btnContract.gif);
	text-decoration: none;
}

div.contentHolder a.btncontract:hover {
	background-position: 0px 19px;
}

div.contentHolder a.btnexpand {
	float: right;
	display: none;
	width: 19px;
	height: 19px;
	z-index: 1001;
	background-image: url(../img/popup-ico/btnExpand.gif);
	background-position: 0px 0px;
	text-decoration: none;
}

div.contentHolder a.btnexpand:hover {
	background-position: 0px 19px;
}

div.contentHolder div.popupPager {
	float: left;
}
div.popupPager{
       margin-left: 10px;
}
div.popupPager a.num {
	float: left;
	width: 19px;
	height: 19px;
	background-image: url("/img/bg_pager.png");
	background-position: center center;
        background-repeat: no-repeat;
	text-align: center;
	color: #cc0000;
	text-decoration: none;
	font-size: 80%;
	line-height: 19px;
	margin-right: 10px;
}

div.popupPager a.num:hover {
 	background-image: url("/img/bg_pager_hover.png");
	background-position: center center;
        background-repeat: no-repeat;
        color: #ff0000;
}

div.popupPager a.active {
        background-image: url("/img/bg_pager_act.png");
	color: #fff !important;
	text-decoration: none !important;
	cursor: default;
}
div.popupPager a.active:hover{
	color: #fff !important;
	text-decoration: none !important;
	cursor: default;
	background-image: url("/img/bg_pager_act.png");
}
