<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
/* Additional */



/* TABS */
p {
	margin: 0;
	padding: 0;
}
.tabs {
    position: relative;
    margin: 0 auto;
	width: 855px;
	}


.tabs_cont {
    position: relative;
    margin: 0 auto;
	width: 855px;
	min-width: 340px;
	height: 485px;
    min-height: 150px;
	background: #531331;
	-moz-border-radius: 0 6px 6px 6px;
	-webkit-border-radius: 0 6px 6px 6px;
	border-radius: 0 6px 6px 6px;
	-moz-box-shadow: 0 -2px 3px -2px rgba(0,0,0,0.2), 2px 2px 2px rgba(0,0,0,0.1);
	-webkit-box-shadow: 0 -2px 3px -2px rgba(0,0,0,0.2), 2px 2px 2px rgba(0,0,0,0.1);
	box-shadow: 0 -2px 3px -2px rgba(0,0,0,0.2), 2px 2px 2px rgba(0,0,0,0.1);
	padding: 0px;
	position: relative;
	z-index: 2;}
.tabs_cont &gt; div {
	position: absolute;
	left: -9999px;
	top: 0;
	opacity: 0;
    -moz-transition: opacity .5s ease-in-out;
    -webkit-transition: opacity .5s ease-in-out;
	transition: opacity .5s ease-in-out;}

#tab_1:checked ~ .tabs_cont #tab_c1,
#tab_2:checked ~ .tabs_cont #tab_c2,
#tab_3:checked ~ .tabs_cont #tab_c3,
#tab_4:checked ~ .tabs_cont #tab_c4 {
	position: static;
	left: 0;
	opacity: 1;}
#video_player { 
   line-height: 0;
  font-size: 0;
  background:  url('../imagesidol/intro.png') no-repeat center;
 background-size: 855px 480px;
 width: 100%;
 height: 100%;
 height: 485px !important;
  max-width: 855px;
  min-height: 150px;
  min-width: 340px;
  border:0px solid yellow;
  margin: 0 auto;
}

.thumbs img:hover{
background: url(flash.gif); 
{FILTER: alpha; opacity:0.90};
}</pre></body></html>