/* mediaboxAdvanced - black theme */
#mbOverlay {
	position: absolute;
	left: 0;
	width:100%;
	background-color: #2882be; /* set the Milkbox overlay color // opacity: see the js options */
	z-index:100;
	cursor: pointer;
}




#mbOverlay.mbOverlayFF {
	background: transparent url(/nav/mediabox/80.png) repeat;
}

#mbOverlay.mbOverlayIE {
	background: transparent url(/nav/mediabox/50.gif) repeat;
}

#mbCenter, #mbBottomContainer{
	position: absolute;
	z-index: 9999;
	left: 50%;
	overflow: hidden;
	background-color: #2882be;
	border:0;
	padding:0;
}

#mbSendContainer{
	width:350px;
}
.mbLoading {
	background: #000 url(/nav/mediabox/loading.gif) no-repeat center;
}

#mbImage {
	position: absolute;
	left: 0;
	top: 0;
	border: 10px solid #2882be;
	background-repeat: no-repeat;
/*	Sets the style for inline content, if no style is given	*/
	font-family: Myriad, Verdana, Arial, Helvetica, sans-serif;
	line-height: 19px;
	font-size: 12px;
	color: #fff;
	text-align: left;
}

/*	Sets the style for inline content, if no style is given	*/
#mbImage a, #mbImage a:link, #mbImage a:visited {
	color: #ddd;
}

/*	Sets the style for inline content, if no style is given	*/
#mbImage a:hover, #mbImage a:active {
	color: #fff;
}

#mbBottom {
	font-family: Myriad, Verdana, Arial, Helvetica, sans-serif;
	line-height: 19px;
	font-size: 12px;
	color: #999;
	text-align: left;
	border: 10px solid #2882be;
	border-top-style: none;
}

#mbTitle {
	display: inline;
	color: #fff;
	font-weight: bold;
	line-height: 20px;
	font-size: 12px;
}

#mbNumber {
	display: inline;
	color: #999;
	line-height: 14px;
	font-size: 10px;
}

#mbCaption {
	display: block;
	color: #999;
	line-height: 14px;
	font-size: 10px;
}

#mbPrevLink, #mbNextLink, #mbCloseLink, #mbSendLink {
	display: block;
	float: right;
	width: 15px;
	background: transparent url(/nav/mediabox/close.gif) no-repeat 0 0;
	margin: 0;
	outline: none;
}

#mbSendLink {
	width: 25px;
	height:25px;
	background: transparent url(/nav/mediabox/SendLink.gif) no-repeat 0 0;
}

#mbPrevLink {
	width: 15px;
	background: transparent url(/nav/mediabox/prev.gif) no-repeat 0 0;
}

#mbNextLink {
	width: 15px;
	background: transparent url(/nav/mediabox/next.gif) no-repeat 0 0;
}

#mbCloseLink {
	width: 17px;
	background: transparent url(/nav/mediabox/close.gif) no-repeat 0 0;
}
#mbCloseLink:hover{
	background-position:0 0 !important;
}

#sendfotoform{
	font-family:Arial;
	font-size:10px;
}
#sendfotoform input{
	border:none;
	width:160px;
}
#sendfotoform textarea{
	border:none;
	background-color:#e1e1e1;
	width:100%
}
#sendfotoform input.button{
	font-size:10px;
	float:right;
	cursor:pointer;
}

#mbError {
	position: relative;
	top: 30%;
	font-family: Myriad, Verdana, Arial, Helvetica, sans-serif;
	line-height: 19px;
	font-size: 12px;
	color: #fff;
	text-align: center;
	border: 10px solid #700;
	padding: 20px 10px 30px;
	margin: auto;
}
