body {
background: #FFFFFF;
}
#box {
        width: 540px;
        height: 231px;
        border: 1px solid #9F9F9F;
        padding: 0;
      }
#box img {
border: 0;
}

/*--Main Container--*/
.main_view {
        float: left;
        position: relative;
}
/*--Window/Masking Styles--*/
.window {
        height:231px;        width: 540px;
        overflow: hidden; /*--Hides anything outside of the set width/height--*/
        position: relative;
}
.image_reel {
        position: absolute;
        top: 0; left: 0;
}
.image_reel img {float: left;}

/*--Paging Styles--*/
.paging {
        position: absolute;
        bottom: -14px; right: -12px;
        width: 144px; height:30px;
        z-index: 100; /*--Assures the paging stays on the top layer--*/
        text-align: center;
        line-height: 30px;
        background: url(../jquery/paging_bg.png);
        background-repeat: no-repeat;
        display: none; /*--Hidden by default, will be later shown with jQuery--*/
        border: 3px solid #DFDFDF;
}
div#box a {
        padding: 5px;
        text-decoration: none;
        color: #0070C0;
font-weight: bold;
}
div#box a.active {
        font-weight: bold;
        background: #0070C0;
        color: #ffffff;
        border: 1px solid #610000;

        -moz-border-radius: 3px;
        -khtml-border-radius: 3px;
        -webkit-border-radius: 3px;
}

