/* contains player and peripherals */
#content-wrapper {
    background-color: #e1e5e1;
    border: 1px solid #c8d4c6;
    font-family: Verdana,Helvetica,Arial,Sans-Serif;
    font-size: 10pt;
    width: 980px;
    padding: 0;
    margin: 10px auto;
}
/* contains player flash for embed player */
#embed-wrapper {
    width: 512px; /* standard player width */
    background-color: #cdd5cd;
    border: 1px solid #c4c8c4;
    padding: 7px;
    margin: 10px auto;
}
/* contains player flash for thumbnail player */
#thumbnail-wrapper {
    width: 618px; /* leave space for the thumbnail component on the right hand side */
    background-color: #cdd5cd;
    border: 1px solid #c4c8c4;
    padding: 7px;
    margin: 10px auto;
}
/* contains player flash and leave behind advert for main player */
#player-wrapper {
    width: 512px;
    float: left;
    background-color: #cdd5cd;
    border-bottom: 1px solid #c4c8c4;
    border-right: 1px solid #c4c8c4;
    padding: 5px 4px 7px 5px;
}
/* contains leave behind advert */
#leave-behind-wrapper {
    height: 60px;
    width: 468px;
    margin: 0 auto; 
    margin-top: 8px;
}
/* contains directory peripheral */
#directory-wrapper {
    position: relative;
    top: 0;
    right: 0;
    margin: 9px 7px 7px 4px;
    float: left;
    height: 360px;
    width: 446px; 
}
#directory-panel {
    position: absolute;
    top: 0;
    left: 0;
}
#mrec-wrapper {
    margin-top: -1000px;
    margin: auto;
    position:relative;
}
#mrec-message {
    margin-top: 5px;
    width:300px;
    margin-left:75px;
    display:inline-block;
}
#player-wrapper #leave-behind-wrapper{
    background-color: #CDD5CD !important;
}
/* contains related videos peripheral */
#related-wrapper {
    margin: 0 8px 8px;
    height: 170px;
    width: 960px;
    text-align: left;
}

#mrec{
    width:300px;
    height:250px;
    margin-left:75px;
}

.movideoPlayer{
    -moz-border-radius: 5px !important;
    -webkit-border-radius: 5px !important;
    -khtml-border-radius: 5px !important;
    border-radius: 5px !important;
    background-color:#D0D0D0 !important;
    padding:5px !important;
}