#player_container
{
	position:relative;
	overflow:hidden;
}

#ad_container {
	display: block;
	position: absolute;
	right: 0px;
	bottom: 35px;
	z-index: 10;
	color:#fff;
	cursor: pointer;
	padding:5px;
	text-decoration: none;
	/*
	background: -moz-linear-gradient(top, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0.65) 17%, rgba(0,0,0,0.65) 78%, rgba(0,0,0,0.65) 100%); 
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0.65)), color-stop(17%,rgba(0,0,0,0.65)), color-stop(78%,rgba(0,0,0,0.65)), color-stop(100%,rgba(0,0,0,0.65)));
	background: -webkit-linear-gradient(top, rgba(0,0,0,0.65) 0%,rgba(0,0,0,0.65) 17%,rgba(0,0,0,0.65) 78%,rgba(0,0,0,0.65) 100%); 
	background: -o-linear-gradient(top, rgba(0,0,0,0.65) 0%,rgba(0,0,0,0.65) 17%,rgba(0,0,0,0.65) 78%,rgba(0,0,0,0.65) 100%);
	background: -ms-linear-gradient(top, rgba(0,0,0,0.65) 0%,rgba(0,0,0,0.65) 17%,rgba(0,0,0,0.65) 78%,rgba(0,0,0,0.65) 100%); 
	background: linear-gradient(to bottom, rgba(0,0,0,0.65) 0%,rgba(0,0,0,0.65) 17%,rgba(0,0,0,0.65) 78%,rgba(0,0,0,0.65) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#a6000000',GradientType=0 ); 
	
	background:#000;	
	*/
}

#triggers_container {
	position: absolute;
	left: 0px;
	bottom: 35px;
	z-index: 9;
}

.triggers {
	text-align:left;
	font-weight:normal;
	color: #fff;
	cursor: pointer;
	padding-left: 10px;
	
	background: rgb(1,66,108); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(1,66,108,1) 62%, rgba(9,25,38,1) 99%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(62%,rgba(1,66,108,1)), color-stop(99%,rgba(9,25,38,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(1,66,108,1) 62%,rgba(9,25,38,1) 99%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(1,66,108,1) 62%,rgba(9,25,38,1) 99%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(1,66,108,1) 62%,rgba(9,25,38,1) 99%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(1,66,108,1) 62%,rgba(9,25,38,1) 99%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#01426c', endColorstr='#091926',GradientType=0 ); /* IE6-9 */
}
.liveTriggers{
	background: rgb(107,1,1,1); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(107,1,1,1) 62%, rgba(0,0,0,1) 99%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(62%,rgba(107,1,1,1)), color-stop(99%,rgba(0,0,0,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(107,1,1,1) 62%,rgba(0,0,0,1) 99%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(107,1,1,1) 62%,rgba(0,0,0,1) 99%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(107,1,1,1) 62%,rgba(0,0,0,1) 99%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(107,1,1,1) 62%,rgba(0,0,0,1) 99%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6b0101', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
}
.triggers:hover {
	background: #112c47; /* Old browsers */
background: -moz-linear-gradient(top,  #112c47 1%, #091926 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#112c47), color-stop(100%,#091926)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #112c47 1%,#091926 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #112c47 1%,#091926 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #112c47 1%,#091926 100%); /* IE10+ */
background: linear-gradient(to bottom,  #112c47 1%,#091926 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#112c47', endColorstr='#091926',GradientType=0 ); /* IE6-9 */
}
.liveTriggers:hover {
background: #6b0101; /* Old browsers */
background: -moz-linear-gradient(top,  #6b0101 1%, #000000 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#6b0101), color-stop(100%,#000000)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #6b0101 1%,#000000 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #6b0101 1%,#000000 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #6b0101 1%,#000000 100%); /* IE10+ */
background: linear-gradient(to bottom,  #6b0101 1%,#000000 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6b0101', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
}
.trigger_hover {
	display: none;
	position: relative;
	text-align: left;
	font-size: 10px;
	color:#fff;
	height:32px;
}
.triggers p,.trigger_hover p{
	
}
.tcur {
	color:#fff;
	font-size: 12px;
}
.tadd {
	color:#e8e801;
	font-size: 10px;
	text-transform: uppercase;
}
.ttext {
	color: #cacacc;
	font-size: 10px;
	height: 15px;
	overflow: hidden;
	/*text-transform: uppercase;*/
}
.tflag {
	padding-top:9px;
	/*padding-left:45px;*/
	height:23px;
	line-height:23px;
	background: no-repeat left bottom;
	overflow: hidden;
	margin-right:4px;
	text-transform: uppercase;
}
.tflag img{
	width: 39px;
	height: 23px;
	margin-right: 5px;
	float: left;
}
.timg {
	height:32px;
	background: transparent no-repeat left top;
}
.timg img{
	width: 125px;
	height: 23px;
	}
.close_triggers {
	background: transparent url(../img/triggers/94.png) no-repeat left center;
	width: 30px;
	padding-left: 10px;
	height: 16px;
	position: absolute;
	right: -1px;
	top: -1px;
	text-align: right;
	z-index: 9;
}
.close_triggers div{
	width: 15px;
	float: left;
	height: 16px;
	background: no-repeat center center;
}
.close_triggers div.tclose{
	background-image: url(../img/triggers/97.png);
}
.close_triggers div.texpand{
	background-image: url(../img/triggers/100.png);
}
.close_triggers div.tcollapse{
	background-image: url(../img/triggers/102.png);
}
.big_triggers {
	position:absolute;
	z-index:13;
	background: rgb(1,66,108); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(1,66,108,1) 62%, rgba(9,25,38,1) 99%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(62%,rgba(1,66,108,1)), color-stop(99%,rgba(9,25,38,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(1,66,108,1) 62%,rgba(9,25,38,1) 99%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(1,66,108,1) 62%,rgba(9,25,38,1) 99%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(1,66,108,1) 62%,rgba(9,25,38,1) 99%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(1,66,108,1) 62%,rgba(9,25,38,1) 99%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#01426c', endColorstr='#091926',GradientType=0 ); /* IE6-9 */
	/*font-weight:bold;
	font-size:30px;*/
	cursor: pointer;
	left:0px;
	bottom:0px;
	display: none;
}
.big_triggersLive {
	background: rgb(107,1,1,1); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(107,1,1,1) 62%, rgba(0,0,0,1) 99%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(62%,rgba(107,1,1,1)), color-stop(99%,rgba(0,0,0,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(107,1,1,1) 62%,rgba(0,0,0,1) 99%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(107,1,1,1) 62%,rgba(0,0,0,1) 99%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(107,1,1,1) 62%,rgba(0,0,0,1) 99%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(107,1,1,1) 62%,rgba(0,0,0,1) 99%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6b0101', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
}
.big_triggers h2, .big_triggers h3, .big_triggers p{
	font-weight: normal;
	border: 0px solid #fff;
	margin-left: 90px;
	text-align: left;
}
.big_triggers h2{
		color: #fff; 
}
.big_triggers h3{
	color: #cacacc;
	text-transform: uppercase;
}
.big_triggers p{
	color:#e8e801;
}
#player_playlist {
	position:absolute;
	top:0px;
	left:0px;
	z-index:12;
	background:blue;
	text-align:center;
	line-height: 70px;
	font-weight:bold;
	height: 70px;
	display: none;
}

#player_scroller {
	height:32px;
	/*display: none;*/
}

#player_currency, #player_news {
	height:16px;
	position:relative;
	overflow:hidden;
	font-size:12px;
	color:#fff;
	font-weight:bold;
}

#player_currency {
	background: #fff;
}

#player_news {
	background: #000;
}

#player_news a{
	color:#fff;
	font-weight:bold;
	font-size:12px;
	text-decoration: none;
}

div.horizontal_scroller {
	position:relative;
	display:block;
	overflow:hidden;
}

div.scrollingtext {
	position: absolute;
	white-space:nowrap;
	font-size:12px;
	color:#000000;
}

#player_news ul, #player_currency ul {
	position: relative;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	white-space: nowrap;
}

#player_news ul li, #player_currency ul li {
	float: left;
	display: list-item;
	list-style-image: none;
}

#player_currency ul li {
	
}

#player_currency ul li div {
	height: 16px;
	line-height: 16px;
	font-size:12px;
	font-weight:bold;	
	margin-right: 8px;
	background: #fff;
	float: left;
}

#player_currency ul li div.curArrow {
	width: 8px;
}

#player_currency ul li.act div.curArrow{
	background: transparent url(../img/arrows_green_red.png) no-repeat left center;
}

#player_currency ul li.noact div.curArrow{
	background: transparent url(../img/arrows_green_red.png) no-repeat right center;
}
	
#player_currency ul li div a{
	color: #000;
	text-decoration: none;
}

#player_currency ul li.act div a{
	color: #0B9C0B;
	text-decoration: none;
}

#player_currency ul li.noact div a {
	color: #CE0C0C;
	text-decoration: none;
}

#player_currency ul li div.curDelimeter {
	color: #000;
	font-weight: normal;
}
.isMacFixVideo > video {
	width:inherit !important;
	height:inherit !important;
	transform:none !important;
	-webkit-transform:none !important;
}