﻿.playerContainer
{
    background-image:url(/Main/Education/OnlineCourses/DirectorsCredentials/images/Consoles/1024/qv_background.gif);
    background-repeat:repeat-x;
    border-bottom-color:#a5cae9;
}
.player
{
    float: left;
    clear: left;
    margin: 10px 10px 10px 20px;
}
.leftSide
{
    float:left;
    clear:none;
}
.rightSide
{
    width:626px;
    float:left;
    clear:none;
}
.slideArea
{
    float:left;
    width:626px;
    height:468px;
    border:0px;
    margin-top:10px;
    margin-bottom:0px;
    margin-right:0px;
}
.toolBar
{
    float:left;
    clear:left;
    margin:0px;
    width:626px;
    height:47px;
    background-image:url(/Main/Education/OnlineCourses/DirectorsCredentials/images/Consoles/1024/toolbg.gif);
}
.slideControls
{
    float:right;
    width:76px;
    height:35px;
    /*border:solid 1px black;*/
    margin-top:7px;
    margin-right:9px;
}
.prevSlideButton
{
    float:left;
    clear:left;
    width:30px;
    height:20px;
    background-image:url(/Main/Education/OnlineCourses/DirectorsCredentials/images/Consoles/1024/previous.gif);
    background-position:0px -2px;
    cursor:pointer;
    margin-left:5px;
}
.nextSlideButton
{
    float:right;
    clear:none;
    width:30px;
    height:20px;
    background-image:url(/Main/Education/OnlineCourses/DirectorsCredentials/images/Consoles/1024/next.gif);
    background-position:0px -2px;
    cursor:pointer;
    margin-right:5px;
}
.slideLocation
{
    float:left;
    font-size:10px;
    font-family:Verdana;
    width:76px;
    height:15px;
    color:White;
    text-align:center;
}
.sponsorArea
{
    border: thin outset lightblue;
    background-color:#5d9ed4;
    width:355px;
    height:177px;
    float:left;
    clear:left;
    margin-top:34px;
    margin-left:3px;
    margin-right: 5px;
    background-position:center center;
    background-repeat:no-repeat
}
