
#splash h3, #splash img, #splash_left h3, #splash_left img, #splash_right h3, #splash_right img {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
}

#splash img, #splash_left img, #splash_right img {
	width: 420px;
	height: 280px;
}

.overcooked {

	text-align: left;

	display: block;

	overflow: hidden;

	text-indent: -999em;

	white-space: nowrap;

}

#splash, #splash_left, #splash_right {
	position: relative;
	width: 420px;
	height: 280px;
	margin-bottom: 20px;
}

.sca {
	position: relative;
	width: 100%;
	height: 280px;
	white-space: nowrap;
	overflow: hidden;
}

.its {
	position: absolute;
	width: 20000em;
	height: 280px;
}

.es {
    position: relative;
    float: left;
	width: 420px;
	height: 280px;
    z-index: 98;
}

.es a {
	display: block;
	width: 420px;
	height: 280px;
	text-align: center;
}

.es h1, .es h3 {
	position: absolute;
	top: 220px;
	left: 0;
	width: 420px;
	color: white;
	font-size: 22px;
	/*line-height: 1em;*/
	padding:6px 20px;
	text-align: center;
	border-bottom: 1px solid rgba(0,0,0,0.6);
	z-index: 12;
}

.es span {
	background-color: #222323;
	position: absolute;
	top: 220px;
	left: 0;
	display: block;
	width: 100%;
	height: 30px;
	opacity: 0.6;
	filter: alpha(opacity = 60);
	z-index: 11;
}

.headline_switcher {
	position: absolute;
	top: 240px;
	left: 0;
	width: 100%;
	height: 26px;
}

.bw {
	background-image: url(iconset.png);
	background-color: #484848;
	position: absolute;
	top: 205px;
	display: block;
	width: 42px;
	height: 42px;
    z-index: 99;
    cursor: pointer;
    box-shadow: 0 0 2px black;
}

#splash .lf, #splash_left .lf, #splash_right .lf {background-position: 0 -151px; left: 0;}
#splash .lf:hover, #splash_left .lf:hover, #splash_right .lf:hover {background-position: 0 -193px; left: 0;}
#splash .rh, #splash_left .rh, #splash_right .rh {background-position: -42px -151px; right: 0;}
#splash .rh:hover, #splash_left .rh:hover, #splash_right .rh:hover {background-position: -42px -193px; right: 0;}

div.sca div.headline_switcher {
	position: absolute;
	top: 250px;
	left: 0;
	width: 420px;
	height: 30px;
	display:none;
}

div.sca:hover div.headline_switcher {display:block;}
div.sca div.headline_switcher .navi {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 10px;
	padding: 10px 0;
	z-index: 100;
	text-align: center;
	vertical-align: middle;
}
div.sca div.headline_switcher .navi a {
	background-color: #828079;
	display: inline-block;
	width: 8px;
	height: 8px;
	margin-right: 1em;
	border-radius: 6px;
	-moz-border-radius: 6px;
	overflow: hidden;
	box-shadow: inset 0 1px 1px black;
}

div.sca div.headline_switcher .navi a:hover,div.sca div.headline_switcher .navi a.active {background-color:#52c4ff;}
div.sca div.headline_switcher div.holder {position:relative;width:100%;height:36px;}
div.sca div.headline_switcher div.holder span.masker {
	background-color: #222323;
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 36px;
	z-index:99;
	opacity: 0.6;
	filter: alpha(opacity = 60);
}

#splash a.bw, #splash_left a.bw, #splash_right a.bw {
	background-color: #000000;
	position: absolute;
	top: 115px;
	display: block;
	width: 40px !important;
	height: 42px;
	z-index: 999;
	display:none;
}

#splash:hover a.bw, #splash_left:hover a.bw, #splash_right:hover a.bw {display:block;}
