.bcPlayerWrapForWomen{margin:0px 0px 0px 0px; height:272px; display:block;}
.bcPlayerWrap{margin:0px 0px 0px 0px; height:272px;}

.tileListContainer { float:left; position: relative; }
#tileList { width:280px; height:272px; top:0px; overflow:hidden; position:relative;}
.listWrap {border-top:solid 1px #a4a1a1;}
/*Styling for the individual list items (tiles)*/     
.videoTile { position:relative; width:280px; height:62px; border-bottom:solid 1px #a4a1a1; background-color:#FFF; cursor:pointer; padding:3px;}        
    .videoTile .thumb{ height:60px; width:70px; float:right; border:solid 1px #a4a1a1; margin-left:10px; margin-right:3px;}
    .videoTile .playBtn{position:absolute; right:15px; top:8px;}
    .videoTile .displayName { text-align:right; position:relative; font-size:11px; font-family:arial; color:#eb3027; text-transform:uppercase; font-weight:bold; margin:10px 0 0 0;; line-height: 12px;}
    .videoTile .description { text-align:right; font-size:9px; font-family:arial; margin-top:5px; line-height:10px;}

/*styling for the currently selected lsit item*/
#tileList .active{ background:#ddd!important;}

#playerContainer
{ float:left; margin-left:10px; position:relative; }


.topWhite
{
    z-index:3;
    height:20px;
    width:100%;
    position:absolute;
    top:0;
    background: url('../images/topWhite.png') repeat-x; 
}
.bottomWhite
{
    z-index:3;
    height:20px;
    width:100%;
    position:absolute;
    bottom:0;
    background: url('../images/bottomWhite.png') repeat-x;
    
}