@charset "UTF-8";

#contentWrapper {
	min-width: 428px;
}

#leftContentWrapper {
	width: 40%;
	min-width: 360px;
	max-width: 624px;
	height: auto;
}
#mediaPlayerWrapper {
	display: none;
}

#fotoNav {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	visibility: hidden;
}
#fotoNav a {
	position: relative;
	display: block;
	height: 100%;
}
#fotoNav img {
	position: relative;
	width: 18px;
	height: 18px;
	top: 50%;
	margin-top: -9px;
}

.mediaContainer {
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 30;
	display: none;
}

/* IE 7 */
* + html #mediaPlayerFrame {
	height: 100%;
}

.flashEmbed {
	position: relative;
	top: -52px;
}






#mediaMenu {
	padding-top: 12px;
}

#mediaMenu, .mediaHeading hr {
	border: none;
	border-bottom: solid #B8B8B1 1px;
}

.mediaHeading {
	margin-top: 12px;
	padding: 0px 16px;
	display: none;
}

.tip {
	margin-top: -2px;
	visibility: hidden;
}



#mediaMenu .active, .mediaList .active, .mediaList .active a {
	color: #888881;
	font-style: italic;
}
#mediaMenu .active img, .mediaList .active img {
	-moz-opacity: 0.6;
	opacity: 0.6;
	filter:alpha("opacity=60");
}


.mediaList {
	display: none;
}