#slider {
    width: 620px;
    margin: 0 10px;
    position: relative;
}

.scroll {
		float:left;
    height: 328px;
    width: 405px;
    overflow: auto;
    overflow-x: hidden;
    position: relative;
    clear: left;
    background:#FFFFFF;
    margin: 0;
    padding: 0;
}

.scrollstatic {
		float:left;
    width: 405px;
    position: relative;
    background:#FFFFFF;
    margin: 0;
    padding: 0;
    padding-bottom:15px;
    min-height:328px;
		height:auto !important;
		height:328px;
}

.scrollstatic div.ssholder{
    padding: 10px;
    width: 385px;
}

.scrollContainer div.panel {
    padding: 10px;
    height: 308px;
    width: 385px;
}

.gallerypanel {
		float:left;
    width: 405px;
    position: relative;
    clear: left;
    background:#FFFFFF;
    margin: 0;
    padding: 0;
    min-height:328px;
		height:auto !important;
		height:328px;
}

.scrollContainer div.panel h2{font-size:1.3em;line-height:1.2em;font-weight:normal;color:#000;width:250px;float:right;}
.scrollContainer div.panel h3{font-size:1.3em;line-height:1.2em;font-weight:normal;padding-bottom:.6em;color:#6d6d66;width:250px;float:right;}
.scrollContainer div.panel p{font-size:1.2em;line-height:1.2em;padding-bottom:.6em;color:#6d6d66;width:250px;float:right;}
.scrollContainer div.panel p strong, .scrollContainer div.panel p strong{font-weight:normal;color:#000;}
.scrollContainer div.panel p a{text-decoration:none;color:red;}
.scrollContainer div.panel p a:hover{text-decoration:underline;}
.scrollContainer div.panel .newsPic{font-size:1em;line-height:1.2em;color:#fff;background:#6e6e67;width:125px;float:left;}
.scrollContainer div.panel .newsPic p{color:#fff;padding:0;padding:2px 2px;width:auto;float:none;}
.scrollContainer div.panel .buttons{width:250px;float:right;}


.scrollstatic .scrollContainer h2{font-size:1.3em;line-height:1.2em;font-weight:normal;color:#000;width:385px;float:right;}
.scrollstatic .scrollContainer h3{font-size:1.3em;line-height:1.2em;font-weight:normal;padding-bottom:.6em;color:#6d6d66;width:385px;float:right;}
.scrollstatic .scrollContainer p{font-size:1.2em;line-height:1.2em;padding-top:.6em;color:#6d6d66;width:385px;float:right;}
.scrollstatic .scrollContainer p strong, .scrollstatic .scrollContainer p a strong, .scrollstatic .scrollContainer p span{font-weight:normal;color:#000;}
.scrollstatic .scrollContainer p a{text-decoration:none;color:red;}
.scrollstatic .scrollContainer p a:hover{text-decoration:underline;}
.scrollstatic .scrollContainer .buttons{width:385px;float:right;}
.scrollstatic .scrollstatic .scrollContainer img{padding-bottom:10px;}

.gallerypanel h2{font-size:1.3em;line-height:1.2em;font-weight:normal;color:#000;padding:10px 10px 0 10px;}
.gallerypanel h3{font-size:1.3em;line-height:1.2em;font-weight:normal;padding-bottom:.6em;color:#6d6d66;padding-left:10px;}
.gallerypanel p{font-size:1em;line-height:1.2em;padding-bottom:.6em;color:#6d6d66;padding-left:10px;}

.gallerypanel img{
margin:0;
padding:0;
float:left;
margin:0 0 0 10px;
padding:0 0 10px 0;
}

.gallerypanel a img{border:1px solid #fff;}
.gallerypanel a:hover img{border:1px solid #fff;}

#headlines {
		float:right;
		width:215px;
}

#headlines .codaheading{
background:url(../images/heading-news.jpg) repeat-x;
height:40px;
margin-left:10px;
color:#fff;
font-size:1.4em;
line-height:27px;
font-weight:normal;
}

#headlines .codaheading a{
color:#fff;
}

#headlines h1{
height:40px;
color:#fff;
line-height:27px;
padding:0 0 0 10px;
font-weight:normal;
}

ul.navigation {
		clear:right;
		float:right;
    list-style: none;
    margin: 0;
    padding: 0;
    width:215px;
    height:288px;
    background:url(../images/coda-bg.gif) repeat-y;
}

ul.navigation.static {
    height:auto;
    padding-bottom:15px;
}

ul.navigation li {
    xdisplay: inline;
    xmargin-right: 10px;
    width:100%;
}

ul.navigation a {
    xpadding: 10px;
    color: #000;
    text-decoration: none;
    padding: 5px 0;
    display:block;
    width:100%;
    cursor:pointer;
}

ul.navigation a h3{font-size:1em;line-height:1.2em;font-weight:normal;color:#000;width:185px;padding-left:20px;}
ul.navigation a p{font-size:1em;line-height:1.2em;font-weight:normal;color:#6d6d66;width:185px;padding-left:20px;}

ul.navigation a:hover {
    background-color: #edeeee;
    text-decoration:none;
}

ul.navigation a.selected {
    background-color: #fff;
}

ul.navigation a:focus {
    outline: none;
}

.scrollButtons {
    position: absolute;
    top: 150px;
    cursor: pointer;
}

.scrollButtons.left {
    left: -20px;
}

.scrollButtons.right {
    right: -20px;
}

.hide {
    display: none;
}