/* Start of CMSMS style sheet 'coda-slider' */
#slider {
    width: 520px;
    position: relative;
margin-left:20px;
margin-top:20px;
}

.scroll {
    height: 300px;
    width: 520px;
    overflow: auto;
    overflow-x: hidden;
    position: relative;
    clear: left;
    background: #cccccc;
}

.scrollContainer div.panel {
    padding: 20px;
    height: 210px;
    width: 490px;
}


ul.cnavigation {
    list-style: none;
    margin: 0;
    padding: 0;
    padding-bottom: 5px;
}

ul.cnavigation li {
    display: inline;
    margin-right: 10px;
	
}

ul.cnavigation a {
    padding: 10px;
    color: #000;
    text-decoration: none;
    background-color: #ececec;
	
}

ul.cnavigation a:hover {
    background-color: #f6f6f6;
}

ul.cnavigation a.selected {
    background-color: #cccccc;
font-weight:bold;
}

ul.cnavigation a:focus {
    outline: none;
}

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

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

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

.hide {
    display: none;
}
/* End of 'coda-slider' */

