#slider {
    width: 888px;
    margin: 0 auto 0 auto;
    position: relative;
    border:1px solid #cccacb;
    background:#ffffff;
}

.scroll {
    height: 330px;
    width: 888px;
    overflow: auto;
    overflow-x: hidden;
    position: relative;
    clear: left;
}

.scrollContainer div.panel {
    padding: 5px 50px 5px 5px;
    height: 330px;
    width: 875px;
}

/*start nav  */

table.navigation a {
    padding: 15px 0 15px 0;
    color: #ffffff;
    text-decoration: none;
    display:block;
}

table.navigation td{
	align:center;
	text-align:center;
}

table.navigation a:hover {
    background: url(images/navbackover.jpg) repeat-x;
}

table.navigation a.selected {
    background: url(images/navbackover.jpg) repeat-x;
}

table.navigation a:focus {
    outline: none;
}
/*end nav  */


.hide {
    display: none;
}