div.backgroundDiv {
	background: #000;
	position: absolute; top: 0; left: 0;
	z-index: 9500;
	width: 100%;
}
	
div.contentHolder {
	position: absolute;
	z-index: 10000;
	width: 150px;
	height: 150px;
	top: 0px;
	left: 0px;
	background-color: #000;
	border: 3px solid #fff;	
}
	
div.contentHolder .loaderIcon {
	width: 150px;
	height: 150px;
	background: url(../img/load.gif) center center no-repeat;
}

div.contentHolder div#info{
	display: none;
}

div.margin {
	margin: 10px;
}

div.btm {
	bottom:-39px;
	height:26px;
	left:0;
	position:absolute;
	width:100%;
}

a.next{
	float: left;
	width: 25px;
	height: 25px;
	display: inline;
	background-image: url(../img/arrow-right.gif);
}

a.prev {
	float: left;
	width: 25px;
	height: 25px;
	display: inline;
	background-image: url(../img/arrow-left.gif);
	margin-right: 10px;
}


a.close {
	float: right;
	width: 25px;
	height: 25px;
	display: inline;
	background-image: url(../img/arrow-close.gif);
}

a.next:hover, a.prev:hover, a.close:hover {
	text-decoration: none !important;
}

div.lefthalf {
	z-index:50;
	left: 10px;
}

div.righthalf, div.lefthalf {
	top: 10px;
	position: absolute;
	width: 50%;
	cursor: pointer;
	background-image: url(../img/blank.gif);
}

div.righthalf {
	z-index:50;
	right: 10px;
}
