#index-tabs {
	display: table;
	width: 694px;
	margin: 0;
	padding: 0;
	margin-left: 266px;
	background: #FFCC01;
}
#index-tabs li {
	width: 90px;
	padding: 18px 8px;
	display: table-cell;
	list-style: none;
	background: none;
	margin: 0;
	text-align: center;
}
#index-tabs li em {
	color: #B8292F;
	text-align: center;
	font-size: 2em;
	padding-bottom: 6px;
	-moz-transition-duration: 0.3s;
	-moz-transition-property: background-color, color;
	-webkit-transition-duration: 0.3s;
	-webkit-transition-property: background-color, color;
	transition-duration: 0.3s;
	transition-property: background-color, color;
}
#index-tabs li span {
	display: block;
	font-weight: bold;
	font-size: .8em;
	color: #B8292F;
	line-height: 1em;
}

#index-tabs li a:hover span {
	color: white;
}
#index-tabs li a:hover em {
	color: white;
}

/* SUPERNEWS */
#supernews {
	margin: 0 0 18px 0;
}
#supernews .header {
	position: relative;
	height: 200px;
	width: 658px;
	background: #E0E0E0;
	overflow: hidden;
	margin-bottom: 16px;
}
#supernews .header .photo {
	position: absolute;
	top: 0;
	left: 0;
	border: 0;
	margin: -120px 0 0 0;
	width: 650px;
}
#supernews .header .photo img {
	width: 658px;
}
#supernews h2 {
	position: absolute;
	left: 15px;
	bottom: 15px;
	margin: 0;
	background: none;
	font-size: 1.8em;
	font-weight: normal;
	z-index: 100;
	width: 450px;
	color: #f0f0f0;
	text-shadow: 0 0 .8em black;
}
#supernews h2 a,
#supernews h2 a:hover {
	color: #f0f0f0;
}
#supernews h2.primus {
	bottom: 14px;
	left: 17px;
	z-index: 99;
	color: black;
}

#supernews td {
	vertical-align: bottom;
}
#supernews p {
	margin: 0;

}

/* Player */

#supernews-player {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 9;
}
#supernews-indicator {
	position: absolute;
	top: 6px;
	right: 10px;
	z-index: 50;
}
#supernews-indicator .stop {
	float: right;
	width: 40px;
	height: 40px;
	background: url(../images/icn_indicator_stop.png) no-repeat 0 0;
}
#supernews-indicator .external {
	float: right;
	width: 40px;
	height: 40px;
	background: url(../images/icn_indicator_youtube.png) no-repeat 0 0;
}
#supernews-indicator .unmute {
	float: right;
	width: 40px;
	height: 40px;
	background: url(../images/icn_indicator_mute.png) no-repeat 0 0;
}
#supernews-indicator .mute {
	float: right;
	width: 40px;
	height: 40px;
	background: url(../images/icn_indicator_unmute.png) no-repeat 0 0;
}
#supernews-indicator .reduced {
	float: right;
	width: 40px;
	height: 40px;
	background: url(../images/icn_indicator_expand.png) no-repeat 0 0;
}
#supernews-indicator .expanded {
	float: right;
	width: 40px;
	height: 40px;
	background: url(../images/icn_indicator_reduce.png) no-repeat 0 0;
}

#supernews-indicator.loading {
	width: 34px;
	height: 22px;
	background: url(../images/icn_loading.gif) no-repeat 0 0;

}
#supernews .indicator-left {
	position: absolute;
	top: 6px;
	left: -5px;
	z-index: 20;
}


#supernews .article blockquote {
	position: absolute;
	right:30px;
	top: 30px;
	left: 470px;
	bottom: 80px;
	color: white;
	z-index: 12;
	font-size: 18px;
	line-height: 130%;
	text-align: center;
	font-weight: bold;
	text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
}

#supernews .article .button {
	position: absolute;
	left: 670px;
	bottom: 30px;
	z-index: 12;
}
#supernews .btnplay {
	position: absolute;
	bottom: 47px;
	right: -5px;
	width: 52px;
	height: 50px;
	background: url(../images/supernews_base.png) 0 0 no-repeat;
	z-index: 20;
}
#supernews .btnplay img {
	margin-top: 4px;
	margin-left: 6px;
}
#supernews .footer {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 1030px;
	height: 30px;
	background: url(../images/supernews_bottom.png) 0 0 no-repeat;
}

#supernews-player .photo img {
	margin-top: 150px;
}

#facebook-box {
	border: 4px solid #F58020;
	width: 312px !important;
	margin-bottom: 26px;
}

#galleria-wrapper {
	display: none;
}
#galleria {
	width: 660px;
	height: 370px;
	padding: 0;
	margin: 0;
}
.bcaption {
	margin-top: 8px;
}

#sitemenu {
	position: absolute;
	left: 460px;
	top: 8px;
}
#sitemenu a {
	color: white;
	font-size: 1.1em;
	font-weight: bold;
	display: block;
}
#sitemenu a:hover {
	text-decoration: underline;
}
