.player-header {
position:relative;
height:69px;
}
.player-header h1 {
position:absolute;
left:28px;
top:15px;
font-size:26px;
width:800px;
font-family:MetaWebPro-Medium;
}
.player-header h3 {
position:absolute;
left:28px;
top:15px;
font-size:26px;
width:800px;
font-family:MetaWebPro-Medium;
}
/* RS - June 4, 2013 - Commented out background:url(../../images/products_reskin/breadcrumb_submenu_arrow_right.gif) no-repeat right center; to not show arrow next to heading2 in Shadowbox header */
.player-header h2 {
position:absolute;
left:28px;
font-size:12px;
font-weight:bold;
top:45px;
/* background:url(../../images/products_reskin/breadcrumb_submenu_arrow_right.gif) no-repeat right center; */
padding-right: 12px;

}
/* the overlayed element */
.apple_overlay {
display:none;
background-image:url(/media/img/overlay/white.png);
width:920px;
font-size:11px;
}
/* the overlayed element */
.apple_overlay.small {
display:none;
background-image:url(/media/img/overlay/white.png);
width:626px;
font-size:11px;
}
/* default close button positioned on upper right corner */
.apple_overlay .close,.apple_overlay.small .close {
background-image:url(../../images/products_reskin/player-close.png);
position:absolute;
right:-12px;
top:-12px;
cursor:pointer;
height:23px;
width:23px;
z-index:100
}
.player-header h1{
color:#efefef !important;
}
.player-header h3{
color:#efefef !important;
}
.player-header h2{
color:#efefef !important;
}
/* use a semi-transparent image for the overlay */
#overlay {
background-image:url(../../images/products_reskin/transparent.png);
}
/* use a semi-transparent image for the overlay */
#overlay-small {
background-image:url(../../images/products_reskin/transparent.png);
}
/* TM - June 28, 2013 - Commented out overflow-y:auto to fix IE8 scrollbar issue showing on all shadowbox */
/* container for external content. uses vertical scrollbar, if needed */
div.contentWrap {
/* overflow-y:auto; */
overflow: hidden;
background-color:#272727;
}
