/* SLIMBOX */

#lbOverlay {
	position: fixed;
	z-index: 60000;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	cursor: pointer;
}

#lbCenter, #lbBottomContainer {
	position: absolute;
	z-index: 70000;
	/*overflow: hidden;*/
	background-color: #fff;
}

.lbLoading {
	background: #fff url(slimbox/loading.gif) no-repeat center;
}

#lbImage {
	position: absolute;
	left: 0;
	top: 0;
	border: 10px solid #fff;
	background-repeat: no-repeat;
}

#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none;
}

#lbPrevLink {
	left: 0;
}

#lbPrevLink:hover {
	background: transparent url(slimbox/prevlabel.gif) no-repeat 0 15%;
}

#lbNextLink {
	right: 0;
}

#lbNextLink:hover {
	background: transparent url(slimbox/nextlabel.gif) no-repeat 100% 15%;
}

#lbBottom {
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	line-height: 1.4em;
	text-align: left;
	border: 10px solid #fff;
	border-top-style: none;
}

#lbCloseLink {
	display: block;
	float: right;
	width: 66px;
	height: 22px;
	background: transparent url(slimbox/closelabel.gif) no-repeat center;
	margin: 5px 0;
	outline: none;
}

#lbCaption, #lbNumber {
	margin-right: 71px;
}

#lbCaption {
	font-weight: bold;
}

/*PRESENTATION*/
	#gallery {
		width: 600px;
		margin-left:auto;
		margin-right:auto;
		text-align:center;
	}
	#gallery ul { list-style: none; }
	#gallery ul li {display: inline;}
	#gallery ul a img {
		margin:5px;
		color:#000000;
	}
	#gallery ul a:hover img {
		color:#FFFFFF;
	}
	
	
	#galleryCurrentMedia {
		width: 600px;
		margin-left:auto;
		margin-right:auto;
		text-align:center;
	}
	#galleryCurrentMedia ul { list-style: none; }
	#galleryCurrentMedia ul li {display: inline;}
	#galleryCurrentMedia ul a img {
		margin:5px;
		color:#000000;
	}
	#galleryCurrentMedia ul a:hover img {
		color:#FFFFFF;
	}
	
	
	.viewerMenuClass{
	display: block; position: absolute; right:10px; top: -70px; z-index:99999; height:70px; width:140px; background-color:#FFF; text-align:center; padding-top:5px;
	}
	.viewerMenuClass a{
		color:#000;
	}
	.viewerMenuClass a:hover{
		color:#900;
		font-size:14px;
	}
	


