.wrap .seekbar {
    position: absolute;
	top: 31px;
	display: block;
	width: 205px;
	background: url("../../../../globmedia/common/png/seekbar.png") repeat scroll 0% 0% transparent;
	left: 653px;
	height: 10px;
}

.wrap .seekbar_line{
	position: absolute;
	width: 0px;
	background-color: #4f0001;
	height: 7.5px;
	top: 1px;
	border-radius: 12px;
}

.wrap .pause_btn {
    position: absolute;
    top: 15px;
	right: 44px;
	cursor:pointer;
	display:block;
	display:none;
}

.wrap  .play_btn {
    position: absolute;
    top: 15px;
    right: 44px;
	cursor:pointer;
	display:none;
	
}

.wrap  .play_btn_disbaled
{
    position: absolute;
    top: 15px;
    right: 44px;
	
	opacity:0.5;
	
}

.wrap .back_btn {
    position: absolute;
    top: 18px;
	right: 100px;
	cursor:pointer;
	display:none;
}

.wrap  .next_btn {
    position: absolute;
    top: 18px;
	right: 10px;
	cursor:pointer;
	display:none;	
	
}

.wrap  .next_btn_disabled
{
    position: absolute;
    top: 18px;
	right: 10px;
	opacity:0.5;
	
}


.wrap  .ost_text {
	position: absolute;
	bottom: 83px;
	left: 0px;
	cursor: default;
	width: 962px;
	min-height: 11px;
	font-size: 14px;
	color: #ffffff;
	padding: 10px 10px 10px 10px;
	background: url(../../../../globmedia/common/png/footerBg.png);
}

.wrap .startBtnDiv {
	position: absolute;
	left: 0px;
	top: 0px;
	background:#ffffff;
	background-position: 118px 50px;
	display: table;
	text-align: center;
	display:none;
}

.wrap .disabler 
{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 585px;
	background: rgba(0, 0, 0, 0);
	z-index: 1000;
	display: table;
	text-align: center;
	display: none; 
}

.wrap .screenBlocker 
{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 630px;
	background: rgba(0, 0, 0, .2);
	z-index: 1000;
	display: table;
	text-align: center;
	display: block; 
}

.wrap  .page {
    position: absolute;
   top: 21px;
    left: 0px;
	display: none;
    width: 100%;
    height: 100%;
   /*  background: #C5C5FF; */
}

.wrap  .textHolder {
    display: table;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    text-align: center;
    font-size: 45px;
}

.wrap  .textHolder span {
    display: table-cell;
    vertical-align: middle;
}

.wrap  .navigation {
    position: absolute;
    bottom: -37px;
    left: 0px;
    width: 100%;
    height: 100px;
    background: url(../../../../globmedia/common/png/footerBg.png);
}

.wrap  .top_bg {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 23px;
    background: url(../../../../globmedia/common/png/topBg.png);
}
.wrap  .player_header {
	position: absolute;
	top: 0px;
	left: 15px;
	color: #ffffff;
	font-size: 15px;
	line-height: 22px;
}
.wrap  .tab 
{
	font-size: 13px;
	font-weight: bold;
	top: 16px;
}

.wrap  .tab  span
{
	display: table-cell;
	vertical-align: middle;
	height: 100%;
	color:white !important;
}


.wrap .tab:after 
{
	content: '';
	position: relative;
	display: block;
	width: 28px;
	height: 28px;
	float: right;
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	z-index: 100;
	border-top-width: 1px;
	border-right-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-top-color: #333333;
	border-right-color: #333333;
}

.wrap .tab_active 
{
	background: #ccc !important;
}
.wrap .tab_active span
{
	color:black !important;
}
.wrap .tab_active:after 
{
	background: #ccc !important;
}




