body
{
    margin: 0px;
    padding: 0px; 
    font-size: 11px; 
    font-family: Arial, Verdana, Sans Serif;
}
a:link, a:hover, a:visited{color: #fff}

#FullSizeBackgroundImage,
#FullSizeTitleText,
#btnFullSizeClose,
#btnFullSizeRefresh,
#AutoRefreshButtonArea,
#btnFullSizeAutoRefresh,
#FullSizeAutoRefreshCheckBox,
#btnFullSizePreviousSlide, 
#FullSizeSlideNumberArea, 
#btnFullSizeNextSlide, 
#PrevNextButtonArea,
#FullSizeSlideArea,
#btnFullSizePlayFromSlide{position: absolute}

#FullSizeBackgroundImage
{
    top:0px;
    left: 0px;
    background-repeat: repeat-x;
    border-bottom: solid 1px #ccc;
    width:100%;
    height:22px
}

#FullSizeTitleText
{
    top: 0px;
    left: 4px;
    height: 22px;
    padding: 1px 0px 0px 24px;
    z-index: 1;
    background-repeat: no-repeat;
    background-position: 4px 0px;
    color: #333;
    font-size: 14px;
    font-weight: bold;
    overflow: hidden;
    white-space: nowrap;
}

#btnFullSizeRefresh{right:102px;top:0px;display:inline-block;height:22px;width:28px;}
#AutoRefreshButtonArea{top: 2px;right:-1px;}
#btnFullSizeAutoRefresh{
    right:0px;
    display:inline-block;
    height:22px;
    width:75px;
}
#FullSizeAutoRefreshCheckBox{right:75px;}

#PrevNextButtonArea{top:0px;left:50%;z-index: 1;text-align: center;}
#btnFullSizePreviousSlide{right:121px;display:inline-block;height:24px;width:24px;}
#btnFullSizeNextSlide{right:0px;display:inline-block;height:24px;width:24px;}
#FullSizeSlideNumberArea
{
    color: #555;
    right:21px;
    text-align:center; 
    background-repeat: repeat-x;  
    padding: 4px 0px 0px 0px; 
    display:inline-block;
    height:24px;
    width:100px; 
}

#btnFullSizePlayFromSlide
{
    right: 130px;
    top: 0px;
    display:inline-block;
    height:22px;
    width:28px;
}

#FullSizeSlideArea{left:0px;top:24px; display:inline-block;}