#wrapper {
    width: 900px;
    height: 500px;
    margin: 0 auto;
    background: #fff url(/g/l/bg-content-top.png) 0 0 repeat-x;
    
}

#intro {
    padding-bottom: 10px;
}


#slider {
    width: 900px;
    margin: 0 auto;
    position: relative;
}

.scroll {
    height: 500px;
    width: 700px;
    overflow: auto;
    overflow-x: hidden;
    position: relative;
    background: url(images/content_pane-gradient.gif) repeat-x scroll left bottom;
}

.scrollContainer div.panel {
    padding: 20px 20px 0 20px;
    height: 500px;
    width: 700px;
    font-size: 11px;
    display: block;
    float: right;
}


ul.navigation {
    
    list-style: none;
    margin: 0;
    padding: 1px 0 70px 0;
    width: 200px;
    display: block;
    float: left;
    background: #414141 url(/download/images/productnavback.png) 0 0 no-repeat;
-webkit-border-bottom-left-radius: 5px;
-moz-border-radius-bottomleft: 5px;
border-bottom-left-radius: 5px 5px;
}

ul.navigation li {
    display: block;
    margin: 0;
    padding: 0;
    height: 50px;
    border: none;
}

ul.navigation li.separator {
    margin: -2px 0 0 0;
    padding: 0;
    line-height: 0;
    width: 200px;
    height: 2px;
    border: none;
    display: block;
}

ul.navigation a {
    font-size: 13px;
    display: block;
    color: #fff;
    text-decoration: none;
    height: 48px;
    width: 188px;
    padding: 11px 0 0 12px;
    text-shadow: 0px -1px 1px #333333;
    line-height: 12px;
    
}

ul.navigation a img {
    padding:0;
    margin: 0 12px 0 0;
    vertical-align: middle
}

ul.navigation a:hover, ul.navigation a.selected {
    background: transparent url(/download/images/navbutton-arrow-active.png) 0 0 no-repeat;
    color: #FFB500;
}


ul.navigation a:focus {
    outline: none;
}

.scrollButtons {
    position: absolute;
    top: 210px;
    cursor: pointer;
}

.scrollButtons.left {
    left: -35px;
}

.scrollButtons.right {
    right: -35px;
}

.hide {
    display: none;
}


/* Special Styles for Download Content Section */


h1 {
    margin: 0 0 35px 0;}
    
    
.divider {
    margin: 0; padding: 0; height: 20px; width: 648px; border-top: 1px solid #ccc; display: block;  }

.images {
    float: right; margin-left: 20px; width: 300px; text-align: left;
}

.downloadbutton {
    width: 157px; height: 25px;
}

.screenshot {
    width: 300px;
    margin-top: 42px;
}

.description {
    float: right; width: 330px; }

.description ul {margin-left:0; padding-left: 0; }

.description ul li {margin-left:0; padding-left: 12px; list-style-type: none; background: url(/download/images/arrow.png) 0 5px no-repeat;}


.hide {
    display: none;}
    
.downloadnow {
    background: url(/download/images/download_button.png) 0 0 repeat-x;}