/**************************************************************

	MultiBox
	v1.3

**************************************************************/

.MultiBoxContainer {
	position: absolute;
	border: 20px solid #000;
	background-color: #FFF;
	display: none;
	z-index: 2;
	text-align: left;
	/*overflow: hidden;*/
}

.MultiBoxLoading {
	background: url(images/loader.gif) no-repeat center;
}

.MultiBoxContent {
	position: relative;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.MultiBoxClose {
	position: absolute;
	top: -26px;
	right: -26px;
	background: url(images/close.png) no-repeat;
	width: 24px;
	height: 24px;
	cursor: pointer;
}


.MultiBoxControlsContainer {
	overflow: hidden;
	height: 0px;
	position: relative;
}

.MultiBoxControls {
	width: 100%;
	height: auto;
	position: relative;
	background-color: #000000;
}


.MultiBoxPrevious {
	position: absolute;
	background: url(images/left.png) no-repeat;
	width: 24px;
	height: 24px;
	left: 0px;
	margin-top: 5px;
	cursor: pointer;
}

.MultiBoxNext {
	position: absolute;
	background: url(images/right.png) no-repeat;
	width: 24px;
	height: 24px;
	right: 0px;
	margin-top: 5px;
	cursor: pointer;
}

.MultiBoxNextDisabled {
	cursor: default;
	background: url(images/rightDisabled.png) no-repeat;
}

.MultiBoxPreviousDisabled {
	cursor: default;
	background: url(images/leftDisabled.png) no-repeat;
}

.MultiBoxTitle {
	position: relative;
	margin: 10px 0 0 35px;
	float: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFF;
	font-weight: bold;
	text-align: left;
}

.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;
}

.MultiBoxDescription {
	clear: left;
	position: relative;
	margin: 0 35px 0 35px;
	padding-top: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFF;
	text-align: left;
}

.container {
	width: 500px;
	margin: auto;
	padding-top: 8px;
	padding-bottom: 8px;
}
#galleryImageDiv {
	width: 100px;
	float: left;
	padding-right: 8px;
	padding-left: 8px;
}

#looper {
	width: 800px;
	margin-left: 40px;
}
.looperImg  {
	padding:10px;
	margin:0px;
	width:225px;
	float:left;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #466675;
	text-align: center;
}
.photoDate {
	font-size: 10px;
	color: #999;
}
.photoComments {
	font-size: 11px;
	color: #666;
}


form {
	margin-top: 0px;
	margin-right: 6px;
	margin-bottom: 10px;
	margin-left: 0px;
	font-family: 'trebuchet ms', helvetica, sans-serif;
	font-size: 12px;
}

select {
	background-color: #DFEFF4;
	color: #2C2E3F;
	font-family: 'trebuchet ms', helvetica, sans-serif;
	border-top-color: #65AFC9;
	border-right-color: #65AFC9;
	border-bottom-color: #65AFC9;
	border-left-color: #65AFC9;
}


.btn {
	color:#2C2E3F;
	background-color:#65AFC9;

 filter:progid:DXImageTransform.Microsoft.Gradient 
 (GradientType=0,StartColorStr='#ffffffff',EndColorStr='#ffeeddaa'); 
	margin-left: 6px;
	padding: 0px;
	font-family: 'trebuchet ms', helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #A6B6D7;
	border-right-color: #748CC0;
	border-bottom-color: #6377A0;
	border-left-color: #A6B6D7;
} 