/*

    IE specific styling is in ie.css

*/
#feature {

}

#feature .item {

}

.thumbs li{
    list-style: none;
}
#thumbs {
    position: relative;
    top: 414px;
    right: 5px;
    width: 100%;
    height: 15px;
}


#thumbs {
    /* See IE styling in ie.css*/
}


#thumbs ul {
    position: absolute;
    right: 45px;
    top: 85px;
    padding: 6px 0 0;
    z-index: 400;
}

#thumbs ul {
    right: 20px;
}

#thumbs li {
    float: left;
    height: 15px;
    width: 15px;
    margin: 0 7px 0 0;
    background: url(../images/thumb.png)no-repeat;
}

#thumbs a.thumb {
    display: block;
    width: 15px;
    height: 15px;
    border: none;
}

#thumbs li.selected {
    background: url(../images/thumb_select.png)no-repeat;
}

#slideshow {
    position: relative;
    top: -14px;
}

#controls {
    display: none;
}



