/*
    TurnWheel Designs (cc) 2008-2009
    http://turnwheel.com
    By Jackson Walker
    And Steven Bower
*/

@import "/css/jquery.lightbox-0.5.css";

.carousel {
    position: relative;
    visibility: hidden;
    left: -5000px;
}
.carousel,.carousel ul {
    width: 800px;
    height: 150px;
    padding: 0;
    margin: 0;
}
.carousel li {
    margin: 0 0 0 2px !important;
    padding: 0 !important;
}
.carousel_nav {
    width: 800px;
}
.carousel_nav a {
    display: inline;
}
.carousel_prev {
    float: left;
    font-size: 1.5em;
    font-weight: bold;
}
.carousel_next {
    float: right;
    font-size: 1.5em;
    font-weight: bold;
}
.java {
    padding-left: 20px;
    text-align: right;
    background: transparent url(/images/java.gif) left no-repeat;
}

#vspecs ul {
    margin: 0;
    list-style-type: none;
}
#vspecs li p {
    padding: 0 0 0 25px;
}
#vspecs li {
    background: url(/images/bullet2.gif) 0 10px no-repeat;
}

ul.bullet, ul.bullet ul {
    list-style-type: none;
}
ul.bullet li {
    padding-left: 25px !important;
    background: url(/images/bullet4.gif) 0 10px no-repeat;
}