#slider {
    width: 760px;
    margin: 0 auto;
}

.scroll {
    height: 401px;
    width: 760px;
    overflow: auto;
    overflow-x: hidden;
    clear: left;
	z-index: 30;
}

.scrollContainer div.panel {
    height: 401px;
    width: 760px;
	
}

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

}

ul.navigation li {
    display: inline;
    margin-right: 10px;
	height: 15px;
	width:15px;

}

ul.navigation a {
    padding: 7.5px;
    color: #000;
	height: 15px;
	width:15px;
    text-decoration: none;
	background:url(../images/icons/slider-off.gif) no-repeat center;
	outline:none;


	
}

ul.navigation li a.selected {
    background:url(../images/icons/slider-on.gif) no-repeat center;
	outline:none;
}

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

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

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

.hide {
    display: none;
}
