/* MediaboxAdvanced - black theme */

#mbOverlay {
	position: fixed;
	z-index: 9998;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	cursor: pointer;
}
#mbOverlay.mbOverlayFF {
	background: transparent url(80.png) repeat;
}
#mbOverlay.mbOverlayIE {
	position: absolute;
}
#mbCenter {
	position: absolute;
	z-index: 9999;
	left: 50%;
	overflow: hidden;
	background-color: #000;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-box-shadow: 0px 10px 40px rgba(0,0,0,0.70);
	-webkit-box-shadow: 0px 10px 40px rgba(0,0,0,0.70);
}
#mbCenter.mbLoading {
	background: #000 url(BlackLoading.gif) no-repeat center;
/*	This style is applied only during animation.	*/
/*	For example, the following turns off shadows,	*/
/*	helping browser performance on slow systems.	*/
/*	To leave shadows on, just remove these lines:	*/
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
}
#mbImage {
	position: relative;
	left: 0;
	top: 0;
/*	Begin styles for inline content, if no style is given	*/
	font-family: Myriad, Verdana, Arial, Helvetica, sans-serif;
	line-height: 20px;
	font-size: 12px;
	color: #fff;
	text-align: left;
	background-position: center center;
	background-repeat: no-repeat;
	padding: 10px;
}
#mbImage a, #mbImage a:link, #mbImage a:visited {
	color: #ddd;
}
#mbImage a:hover, #mbImage a:active {
	color: #fff;
}
#mbBottom {
	min-height: 20px;
	font-family: Myriad, Verdana, Arial, Helvetica, sans-serif;
	line-height: 20px;
	font-size: 12px;
	color: #999;
	text-align: left;
	padding: 0 10px 10px;
}
#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;
	margin: auto 10px;
}
#mbCaption {
	display: block;
	color: #999;
	line-height: 14px;
	font-size: 10px;
}
#mbPrevLink, #mbNextLink, #mbCloseLink {
	display: block;
	float: right;
	height: 20px;
	margin: 0;
	outline: none;
}
#mbPrevLink {
	width: 41px;
	background: transparent url(BlackPrevious.gif) no-repeat center;
}
#mbNextLink {
	width: 41px;
	background: transparent url(BlackNext.gif) no-repeat center;
}
#mbCloseLink {
	width: 46px;
	background: transparent url(BlackClose.gif) no-repeat center;
}
/*	Styles for flash version alert	*/
#mbError {
	position: relative;
	font-family: Myriad, Verdana, Arial, Helvetica, sans-serif;
	line-height: 20px;
	font-size: 12px;
	color: #fff;
	text-align: center;
	border: 10px solid #700;
	padding: 10px 10px 10px;
	margin: 20px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
#mbError a, #mbError a:link, #mbError a:visited, #mbError a:hover, #mbError a:active {
	color: #d00;
	font-weight: bold;
	text-decoration: underline;
}


/* SlimBox */

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

#lbCenter, #lbBottomContainer {
	position: absolute;
	z-index: 9999;
	overflow: hidden;
	background-color: #fff;
}

.lbLoading {
	background: #fff url(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(prevlabel.gif) no-repeat 0 15%;
}
#lbNextLink {
	right: 0;
}
#lbNextLink:hover {
	background: transparent url(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(closelabel.gif) no-repeat center;
	margin: 5px 0;
	outline: none;
}
#lbCaption, #lbNumber {
	margin-right: 71px;
}
#lbCaption {
	font-weight: bold;
}


/* MaxiGallery */

.childscontainer {
	/*margin-bottom: 20px;
	float: left;*/
}
.thumbscontainer {
	margin:0 0 0 0;
	padding:0;
	overflow: hidden;
}

div.thumbscontainer ul.thumbs li {
	list-style:none;
	/*float:left;
	display: block;*/
	list-style-image:none !important;
    list-style-type:none;
	margin:0;
	padding:0;
	display:inline;
}
ul.thumbs {
	list-style:none;
	margin:0 !important;
	padding:0 !important;
	clear:left;
	list-style-image:none !important;
    list-style-type:none;
}
ul.thumbs li img {
	border:none;
	margin:0 !important;
	padding:5px 0;

}
img.thumbad {
	border:none;
	margin:0 !important;
	padding:2px;
	overflow:auto;

}
ul.thumbs li a {
	background:none !important;
	text-decoration:none;
	border: 0;
	margin:0;
	padding:0;
	
}
ul.thumbs li p {
	overflow:hidden;
}
.thumbs .clearboth { 
	clear:both; 
}
.thumbnail {
	padding:0;
	margin:0;
	float:left;
}
.thumbsel {
  padding:1px 0;
  border-top: 2px solid #CC0000;
  border-bottom: 2px solid #CC0000;
}
.pagenumbers {
	margin-bottom:20px;
}

.picturecontainer {
	text-align:center;
}
.picturecontainer .title {
	font-weight:bold;
	margin-top:20px;
}
.picturecontainer .picture img {
	border:	none;
	margin:0 !important;
}
.picturecontainer .picture a {
	background:none !important;
	text-decoration:none;
	border:0;
}

.managecontainer {
/*    float:left; */
    padding:5px;
}
.managecontainer textarea {
	width:180px;
}
.managecontainer hr {
	width:200px;
	text-align:left;
	margin:20px auto 20px 0;
}

.managepicturecontainer {
	margin-bottom:20px;
}
.managepicture {
	float:right;
	/*clear:left;*/
	margin-top:10px;
}
.pictureform .shortfields {
	margin-top:10px;
    margin-left:5px;
	float:right;
}
.pictureform .clearboth {
	clear:both;
}

.uploadcounter {
	width:20px;
	margin-bottom:10px;
	float:left;
	clear:left;
}
.uploadfile {
	margin-bottom:10px;
	float:none;
}
.uploadfile input {
	width:385px;
}
.uploadform {
	margin-top:20px;
	margin-bottom: -10px;
   	clear:both;
}
.uploadform .clearboth {
	clear:both;
}
.deleteform {
	float:left;
}
.synchform {
	float:left;
}

.slideshowwrapper {
	text-align:center;
}
