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

.scroll {
    height: 260px;
    width: 450px;
    overflow: auto;
    overflow-x: hidden;
    position: relative;
    clear: left;
    background: #FFFFFF url(images/content_pane-gradient.gif) repeat-x scroll left bottom; 
	border: 1px solid #eee; 
}

.scrollContainer div.panel {
    padding: 20px;
    height: 200px;
    width: 410px;
}


ul.gallery-navigation {
    list-style: none;
    margin: 0;
    padding: 0;
    padding-bottom: 9px;
}

ul.gallery-navigation li {
    display: inline;
    margin-right: 5px;  
}

ul.gallery-navigation a {
    padding: 14px 16px;
    color: #888;
    text-decoration: none;
}

ul.gallery-navigation a:hover {
    background-colorX: #f6f6f6; color: #ac1701;
}

ul.gallery-navigation a.selected {
    background-colorX: #fff; color: #222; borderX: 1px solid #ddd; 
}
ul.gallery-navigation a.selected:hover {color: #ac1701;}

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

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

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

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

.hide {
    display: none;
}
