#mySlides
{
    overflow:hidden;
}
#mySlides .heading
{
    font-size:1.75em;
    line-height:1.75em;
    font-family:verdana;
    color:#5898F8;
    padding-bottom:.25em;
    display:block;
}
#mySlides .description
{
    display:block;
    padding-top:.5em;
    line-height:150%;
}
.jFlowControl
{
    width:8px;
    height:8px;
    background:url(/email/_images/dots.png) 0px 0px no-repeat;
    overflow:hidden;
    display:block;
    cursor:pointer;
    margin:4px;
    float:left;
}
.jFlowControl:hover
{
    background:url(/email/_images/dots.png) 0px -8px no-repeat;    
}
.jFlowSelected, .jFlowSelected:hover
{
    background:url(/email/_images/dots.png) 0px -16px no-repeat;    
}
.jFlowControls
{
    width:960px;
    height:16px;
    padding:10px 0px;
}
#myController
{
    width:144px;
}
.jFlowControls #myController
{
    margin:0 auto;
}
.jFlowPrev
{
    width:16px;
    height:16px;
    background:url(/email/_images/arrows.gif) 0px 0px no-repeat;
    overflow:hidden;
    display:block;
    cursor:pointer;
    float:left;
    padding-right:24px;
}
.jFlowNext
{
    width:16px;
    height:16px;
    background:url(/email/_images/arrows.gif) 100% -16px no-repeat;
    overflow:hidden;
    display:block;
    cursor:pointer;
    padding-left:24px;
}

