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;    
}

#FullSizeTitleText
{
    top: 3px;
    left: 4px;
    height: 18px;
    padding: 1px 0px 0px 24px;
    z-index: 1;
    background-repeat: no-repeat;
    background-position: 1px 2px;
    color: #333;
    font-size: 14px;
    font-weight: bold;
    overflow: hidden;
    white-space: nowrap;    
}

#btnFullSizeRefresh{right:102px;top:0px}
#AutoRefreshButtonArea{top: 2px;right: 0px;}
#btnFullSizeAutoRefresh{right:0px;}
#FullSizeAutoRefreshCheckBox{right:75px;}

#PrevNextButtonArea{top:0px;left:50%;z-index: 1;text-align: center;}
#btnFullSizePreviousSlide{right:121px;}
#btnFullSizeNextSlide{right:0px;}
#FullSizeSlideNumberArea
{
    color: #ddd;
    right:21px;
    text-align:center; 
    background-repeat: repeat-x;  
    padding: 5px 0px 0px 0px;  
}

#btnFullSizePlayFromSlide
{
    right: 130px;
    top: 0px;
}

#FullSizeSlideArea{left:0px;top:24px}