
.MultiBoxContainer {
	position: absolute;
	border: 2px solid #000;
	background-color: #000;   
	display: none;
	z-index: 90;
}
.MultiBoxLoading {
	background: url(img/loading.gif) no-repeat center;
}
.MultiBoxContent {
	position: relative;
	width: 100%;
	height: 100%;
	overflow: hidden;
	z-index: 99;
	border: 1px solid #666;
	background-color: #000;	
}
.MultiBoxClose {
	position: absolute;
	top: -23px;
	right: -23px;
	background: url(img/close.png) no-repeat;
	width: 24px;
	height: 24px;
	cursor: pointer;
	z-index: 92;
}

.MultiBoxControlsContainer {
	overflow: hidden;
	height: 0px;
	position: relative;
	z-index: 93;	
}
.MultiBoxControls {
	width: 100%;
	height: 30px;
	position: relative;
	background-color: #000000;	
	z-index: 94;
}
.MultiBoxPrevious {
	position: absolute;
	background: url(img/left.png) no-repeat;
	width: 24px;
	height: 24px;
	left: 0px;
	margin-top: 3px;
	cursor: pointer;
	z-index: 94;
}
.MultiBoxNext {
	position: absolute;
	background: url(img/right.png) no-repeat;
	width: 24px;
	height: 24px;
	right: 0px;
	margin-top: 3px;
	cursor: pointer;
	z-index: 94;
}
.MultiBoxNextDisabled {
	cursor: default;
	background: url(img/rightDisabled.png) no-repeat;
	z-index: 94;
}
.MultiBoxPreviousDisabled {
	cursor: default;
	background: url(img/leftDisabled.png) no-repeat;
	z-index: 94;
}
.MultiBoxTitle {
	position: relative;
	margin: 0;
	float: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFF;
	font-weight: bold;
	text-align: left;
	z-index: 95;
}
.MultiBoxNumber {
	position: relative;
	width: 50px;
	margin: 10px 35px 0 0;
	float: right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFF;
	text-align: right;
	z-index: 95;
}
.desc {
	float: left;
	position: relative;
	margin: 10px 0 0 35px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFF;
	text-align: left;
	z-index: 96;
}
h1 {display: block; width: 100%; font-size: 14px; margin-top: 30px; margin-bottom: 20px; color:#fff;}
h2 {color: #80B3FF;}
#myGallerySet {padding-left: 20px;}
#nature {background: url(img/thumb-nature.jpg) top right no-repeat;}
#people {background: url(img/thumb-people.jpg) top right no-repeat;}
#celebrities {background: url(img/thumb-celebrities.jpg) top right no-repeat;}
#press {background: url(img/thumb-press.jpg) top right no-repeat;}
#weddings {background: url(img/thumb-weddings.jpg) top right no-repeat;}
#fashion {background: url(img/thumb-fashion.jpg) top right no-repeat;}
#products {background: url(img/thumb-products.jpg) top right no-repeat;}
#snapshots {background: url(img/thumb-snapshots.jpg) top right no-repeat;}
#bw {background: url(img/thumb-bw.jpg) top right no-repeat;}
#industrial {background: url(img/thumb-industrial.jpg) top right no-repeat;}


.galleryElement { 
    float: left; 
	display: block;
	position: relative; 
	width: 40%; 
	height: 50px; 
	border: 1px solid #666; 	
	margin: 0 50px 20px 0;	
}
.first {position: absolute; top: 30px; left: 10px; display: block; font-family: Arial, Helvetica, sans-serif; font-size: 11px; text-decoration: none; color: #fff; border-bottom: 1px dotted #fff;}
.first:hover {color: #80B3FF; border-bottom: 1px dotted #80B3FF;}


