/* mediaboxAdvanced - black theme */

#mbOverlay {
	position: absolute;
	z-index: 9998;
	left: 0;
	width: 100%;
	background-color: #000; 
	cursor: pointer;
}

.mbOverlayFF {
	background: transparent url(../images/80.png) repeat !important;
}

.mbOverlayIE {
/*	background: transparent url(../images/50.gif) repeat !important; */
        filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/typo3conf/ext/pmkslimbox/res/images/80.png', sizingMethod='scale');
}

#mbCenter, #mbBottomContainer {
	position: absolute;
	z-index: 9999;
	left: 50%;
	overflow: hidden;
	background-color: #fff;
}

.mbLoading {
	background: #fff url(../images/WhiteLoading.gif) no-repeat center;
}

#mbImage {
	position: absolute;
	left: 0;
	top: 0;
	border: 10px solid #fff;
/*	border-top: 60px solid #fff; */
	background-repeat: no-repeat;
	background-position: bottom;
/*	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: #000;
	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: Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.4em;
	font-size: 11px;
	color: #000;
	text-align: center;
	border: 10px solid #fff;
	border-top-style: none;
}

#mbTitle {
	display: block;
	height: 30px;
	color: #000;
	font-weight: normal;
	font-size: 11px;
	margin-top: 4px;	
}

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

#mbCaption {
	display: none;
	height: 30px;
	font-weight: normal;
}


#mbPrevLink, #mbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	height: 22px;
	outline: none;
}

#mbPrevLink {
	background: transparent url(../slimbox-fi/b_edellinen.gif) no-repeat 0% 0%;
	left: 8px;
/*	height: 22px; */
}


#mbNextLink {
	background: transparent url(../slimbox-fi/b_seuraava.gif) no-repeat 100% 0%;
	right: 10px;
/*	height: 22px; */
}

#mbCloseLink {
	display: block;
	float: right;
	width: 59px;
	height: 50px;
	background: transparent url(../slimbox-fi/b_sulje.gif) no-repeat center;
/*	margin: -35px 0px 0px 0px; */
	outline: none;
}

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

#mbLogo {
	display: block;
	float: left;
	width: 226px;
	height: 50px;
	background: transparent url(../slimbox-fi/logo_sokoshotels.gif) no-repeat center;
/*	position: relative; */
/*	top -42px; */
/*	margin: -42px 0px 0px 0px; */
	margin: 0px;
	padding: 0px;
}

.csc-textpic-caption {
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
	line-height: 1.2em;
	text-align: center;
	padding-top: 5px;
	
}


