/* SLIMBOX */

#lbOverlay {
	position: fixed;
	z-index: 9999;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: transparent;
	cursor: pointer;
}

#lbCenter { 
	position: absolute;
	z-index: 9999;
	overflow: hidden;
	padding: 23px 24px 60px 24px;
	text-align: center;
	background: transparent url(../images/image_bg.png) left top no-repeat;
}

#lbBottomContainer {
	position: absolute;
	margin-top: -50px;
	z-index: 9999;
	background-color: transparent;	
}

.lbLoading {
	background: #fff url(../images/loading.gif) no-repeat center;
}

#lbImage {
	position: absolute;
	left: 24px;
	top: 23px;
	background-repeat: no-repeat;	
}

#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none;
}

#lbPrevLink {
	left: 0;
}

#lbPrevLink:hover {
	background: transparent url(../images/prevlabel.gif) no-repeat 0 15%;
}

#lbNextLink {
	right: 0;
}

#lbNextLink:hover {
	background: transparent url(../images/nextlabel.gif) no-repeat 100% 15%;
}

#lbBottom {
	font-family: Arial, sans-serif;
	font-size: 11px;
	color: #161616;
	line-height: 1.4em;
	text-align: left;
	padding: 0px 0 0 25px;		
}

#lbCloseLink {
	display: block;
	float: right;
	width: 66px;
	height: 22px;
	background: transparent url(../images/closelabel.gif) no-repeat center;
	margin: 5px 0;
	outline: none;
}

#lbCaption, #lbNumber {
	margin-right: 71px;
}

#lbCaption {
	font-weight: bold;
}
/* thumbnail slider */
 #gallery_container { 	
 	margin-bottom: 10px;
 	}
/* apply the gallery design - links slider */
#even1, #even2, #even3, #even4, #even5, #even6, #gallery_container { 
	float: left; 
	position:relative;
	display:block;
	width: 564px; 
	height: 123px; 
	padding: 10px 2px;
	border: 1px solid #ccc; 
	}
/* the width is set to show the number of thumbnails that will be visible */
#eve1, #eve2, #eve3, #eve4, #eve5, #eve6, #thumb_container { 
	position:relative;
	width:508px; 
	height:123px; 
	margin:0px auto 0px;
	overflow:hidden;
	}
/* the thumbnails container */
#ev1, #ev2, #ev3, #ev4, #ev5, #ev6, #thumbs { 
	position:relative;
	display:block;
	width:516px;
	}


#ev1 a img, #ev2 a img, #ev3 a img, #ev4 a img, #ev5 a img, #ev6 a img, #thumbs a img { border:none;}

#ev1 div.element, #ev2 div.element, #ev3 div.element, #ev4 div.element, #ev5 div.element, #ev6 div.element, #thumbs div.element { 
	display:block; 
	position:relative; 
	float:left; 
	margin: 0 4px; 
	width:164px;
}

/* the forward and backward buttons */
.SlideItMoo_forward { display:block; position:absolute; cursor:pointer; width:31px; height:143px; top:0px; right:0px; background:url(../images/right.png) no-repeat; }
.SlideItMoo_back { display:block; position:absolute; cursor:pointer; width:31px; height:143px; top:0px; left:0px; background:url(../images/left.png) no-repeat;  }
/* thumbnail slider end */
