.gallery_loading{
	background: url("ajax-loader.gif") #FFFFFF center center no-repeat;
}
.lbox-ajax-loader{
	background: url(ajax-loader.gif) #FFFFFF center center no-repeat;width:100px;height:100px
}
#gallery_main_box_content{
	background-color: #FFFFFF;
	
}
.simpleLightBoxMainImage{
	position: absolute;
	top:0;
	left:0;
	background-position: center center;
	background-color: #FFFFFF;
	
}
.simpleLightBoxImageData{
	float: left;
	width:100%;
}
.simpleLightBoxImageDataDescription{
	float: left;
	width: 80%;
	overflow: hidden;
	text-align: left;
	font-size: 10px;
	font-weight: bold;
	font-family:"Verdana";
	padding: 5px 0;
}
.simpleLightBoxImageDataClose{
	float: right;
	cursor: pointer;
	width: 20%;
	overflow: hidden;
	text-align: right;
	height:24px;
	width:24px;
	margin-top:10px;
	background: url(close.gif) no-repeat;
}
.simpleLightBoxImageDataImages{
	float: left;
	clear:left;
	text-align: left;
	font-size: 10px;
	font-weight: bold;
	font-family:"Verdana";
	padding: 5px 0 0 0;
}
#gallery_go_right,#gallery_go_left{
	background: url(transparency.gif);
}
#gallery_go_right.active{
	background: transparent url(next.gif) 100% center no-repeat scroll;
	cursor:pointer;
}

#gallery_go_left.active{
 	background:	transparent url(prev.gif) 0% center no-repeat scroll;
 	cursor: pointer;
}

.simpleLightBoxBorders{
	width: auto;
	margin: auto;
	/*border: 1px solid red;*/
}

.simpleLightBoxBorders table{
	margin-bottom: 0px!important;
}
.simpleLightBoxBorderTopLeft{
	background: url("borderTopLeft.png") center center no-repeat;
	width: 38px;
	height: 38px;
}
.simpleLightBoxBorderTopCenter{
	background: url("borderTopCenter.png") center center repeat-x;
	height: 38px;
}

.simpleLightBoxBorderTopRight{
	background: url("borderTopRight.png") center center no-repeat;
	width: 38px;
	height: 38px;
}

.simpleLightBoxBorderMiddleLeft{
	background: url("borderMiddleLeft.png") center center repeat-y;
	width: 38px;
	
}
.simpleLightBoxBorderMiddleRight{
	background: url("borderMiddleRight.png") center center repeat-y;
	width: 38px;
}

.simpleLightBoxBorderBottomLeft{
	background: url("borderBottomLeft.png") center center no-repeat;
	width: 38px;
	height: 38px;
}
.simpleLightBoxBorderBottomCenter{
	background: url("borderBottomCenter.png") center center repeat-x;
	height: 38px;
}
.simpleLightBoxBorderBottomRight{
	background: url("borderBottomRight.png") center center no-repeat;
	width: 38px;
	height: 38px;
}