/*http://93.180.66.153/cmssource/css/_default/lightbox.css*/
.lightboxOverlay {
	background:url(../css/adminImg/background.png);
	position:fixed;
	left:0;
	top:0;
	width:100%;
	height:100%;
}

.lightboxBody {
	position:fixed;
	z-index:1;
	background:white;
	padding:10px;
	top:100px;
	left:100px;
	overflow:hidden;
}

.lightboxBody img {
	width:100%;
	height:100%;
	max-width:auto;
	max-width:auto;
}

.lightboxHover {
	position:absolute;
	left: 10px;
	top: 10px;
	right: 10px;
	bottom: 10px;
	
	background:url(../css/adminImg/dot.png);
}

.lightboxHover.left {
	background:url(../css/adminImg/left.png) no-repeat;
	background-position:left center;
}

.lightboxHover.right {
	background:url(../css/adminImg/right.png) no-repeat;
	background-position:right center;
}

/*http://93.180.66.153/cmssource/css/_default/refresh.css*/
* {
    margin:0;
    padding:0;
}

a, object, embed {
   outline: 0;
}

input:focus {
    outline: none;
}

.clearDiv {
	clear:both;
	height:0px;
	line-height:0px;
	overflow:hidden;
	background:none;
}

._region,
._inlineblock {
	display:inline-block;
	zoom:1;
	*display:inline;
	float:none !important;
	vertical-align: middle;
}

.transparantLayer,
#admin_body .transparantLayer{
	background:url("../css/img/transparant.gif");
}


/*http://93.180.66.153/cmssource/css/_default/sectionInfo.css*/
.sectionInfo {
	position:absolute;
	z-index:50;
	background:black;
	color:white;
	opacity:0.5;
	
	width:125px;
	margin-left:-125px;
	
	font-size:16px;
	font-family:Arial;
	white-space: nowrap;
}


