
#container { width: 974px; margin: 0 auto 2em auto; }

.sliderGallery {
    overflow: hidden;
    position: relative;
    height: 240px;
    width: 100%;
    -webkit-box-shadow: 0 2px 10px #aaa; -moz-box-shadow: 0 2px 10px #aaa; box-shadow: 0 2px 10px #aaa;
    -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px;
    margin: 1em 0 0 0;
}
.sliderGallery .list {
    background: url(/g/images/linux/range/font.png);
    border: 1px solid #ccc;
    height: 240px;
    -moz-border-bottomleft-radius: 4px;
    -moz-border-bottomright-radius: 4px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    -webkit-border-radius: 4px;
}

.sliderGallery ul {
    position: absolute;
    list-style: none;
    overflow: hidden;
    white-space: nowrap;
    vertical-align: top;
    margin: -15px auto;
    padding-top: 30px;
    padding-left: 40px;
    height: 170px;
    width: 1600px;
}

.sliderGallery ul li {
    list-style: none;
    float: left;
    padding: 12px 24px 6px 24px;
    text-align: center;
}

.sliderGallery ul li.sep { border-left: 1px solid #dde; }

.sliderGallery ul li img {
    display: block;
    height: 92px;
    margin: auto;
}

.sliderGallery ul li a { cursor: pointer; }
.sliderGallery ul li a:hover { text-decoration: none; color: #444;}
.sliderGallery ul li p { font-size: 80%; color: #555555; margin-top: 0.5em;}

.sliderGallery ul li span {
    display: block;
    padding: 2px;
    font-size: 90%;
    margin-top: 0.5em;
    font-weight: bold;
}

.sliderGallery ul li .imgtxt {
    padding-top: 10px;
    font-size: 30px;
    height: 82px;
    margin: auto;
}

.slider-cont {
    width: 900px;
    height: 20px;
    position: absolute;
    top: 200px;
    left: 40px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    z-index: 0;
    background: #666;
    background: -webkit-gradient(linear, left top, left bottom, from(#aaa), to(#444));
    background: -moz-gradient(linear, left top, left bottom, from(#ddd), to(#ccc));
    background: gradient(linear, left top, left bottom, from(#aaa), to(#ddd));
    border: 0;
    -webkit-box-shadow: 0 0 10px #444;
    -moz-box-shadow: 0 0 10px #444;
    box-shadow: 0 0 10px #444;
}



.leftarr, .rightarr { position: absolute; width: 20px; height: 20px; z-index: 1;
    font-weight: bold;
    background: #000; color: #fff; 
    background-color: #2854b0;
    background: -webkit-gradient(linear, left top, left bottom, from(#9ecbf7), to(#2854b0));
    background: -moz-gradient(linear, left top, left bottom, from(#9ecbf7), to(#2854b0));
    background: gradient(linear, left top, left bottom, from(#9ecbf7), to(#2854b0));
    text-shadow: 0 1px 3px #000;
    -webkit-text-shadow: 0 1px 3px #000;
    -moz-text-shadow: 0 1px 3px #000;
    text-shadow: 0 1px 3px #000;
    cursor: pointer;
}
.leftarr { left: 0;
    -webkit-border-top-left-radius: 6px; -webkit-border-bottom-left-radius: 6px;
    -moz-border-radius-topleft: 6px; -moz-border-radius-bottomleft: 6px;
    border-top-left-radius: 6px; border-bottom-left-radius: 6px;
}
.rightarr { right: 0;
    -webkit-border-top-right-radius: 6px; -webkit-border-bottom-right-radius: 6px;
    -moz-border-radius-topright: 6px; -moz-border-radius-bottomright: 6px;
    border-top-right-radius: 6px; border-bottom-right-radius: 6px;
}

.slider {
    width: 900px;
    height: 20px;
    position: absolute;
    left: 0;
    z-index: 0;
}

.handle {
    position: absolute;
    top: 0px;
    height: 20px;
    width: 140px;
    cursor: pointer;
    background-color: #2854b0;
    background: -webkit-gradient(linear, left top, left bottom, from(#9ecbf7), to(#2854b0));
    background: -moz-gradient(linear, left top, left bottom, from(#9ecbf7), to(#2854b0));
    background: gradient(linear, left top, left bottom, from(#9ecbf7), to(#2854b0));
    z-index: 2;

    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;

    -webkit-box-shadow: 0 0 1px #000;
    -moz-box-shadow: 0 0 1px #000;
    box-shadow: 0 0 1px #000;
}

.slider span {
    font-size: 80%;
    cursor: pointer;
    position: absolute;
    z-index: 4;
    top: 4px;
    font-weight: bold;
    color: #fff;
    text-shadow: 0 1px 3px #000;
    -webkit-text-shadow: 0 1px 3px #000;
    -moz-text-shadow: 0 1px 3px #000;
}

.slider .sl-all { left: 30px; }
.slider .sl-pro { left: 500px; }
.slider .sl-oem { left: 740px; }

/*
.slider-cont { height: 4px;-webkit-box-shadow: none; top: 202px; }
.slider { top: -8px; }
.slider span { top: 25px; color: #000; text-shadow: 0 0 6px #fff; }
*/

ul.ba { margin: 0; padding: 1em 0.5em; }
ul.ba li {
    float: left;
    display: block;
    width: 265px;
    list-style: disc;
    margin: 0 10px 1em 0;
}
ul.switch-to {
    padding: 1em 0;
    margin: 0;
}
ul.switch-to li {
    list-style: none;
    margin-bottom: 1em;
}

div.brb {}
div.brb a {
    display: block;
    width: 100%; height: 150px;
    border: 1px solid #ccc;
    margin-bottom: 1em;
    text-align: center;
}