

#wrapper {
    width: 880px;
    margin: 0 auto;
}

#intro {
    padding-bottom: 0px;
}



#slider {
    width: 880px;
    margin: 0 auto;
    position: relative;
	padding-left:10px;
	text-align:left;
}

.scroll {
    height: 125px;
    width: 880px;
	
    overflow: auto;
    overflow-x: hidden;
    position: relative;
    clear: left;


	background-image: url(images/content_pane-gradient.gif); 
	background-repeat: repeat-x left bottom;;
}

.scrollContainer div.panel {

    padding: 0 35px 0 0;
    height: 125px;
    width: 878px;
	text-align:left;
}

p.time {font-family: Arial, verdana,helvetica, sans-serif;
	font-weight:normal;
    font-size: 13px;
	line-height:16px;
	padding-top:10px;
	}


ul.navigation {
    list-style: none;
    margin: 0;
    padding: 0 4px 4px 4px;

	 font-family: Arial, verdana,helvetica, sans-serif;
	font-weight:normal
    font-size: .7 em;
	line-height:.7 em
}

ul.navigation li {
    display: inline;
    padding: 0 4px 4px 4px;
 font-family: Arial, verdana,helvetica, sans-serif;
	font-weight:bold;
    font-size: 1.2 em;
	line-height:.9 em;
	text-align:left;
}

ul.navigation a {
    padding: 0 4px 4px 4px;
    color: #999;
    text-decoration: none;
}

ul.navigation a:hover {
	color:#7c2117;
}

ul.navigation a.selected {
    background-color: #fff;
	color:#7c2117;
}

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

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

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

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

.hide {
    display: none;
}

span.bigger{font-family: Arial, Verdana; font-size:14px; font-weight:bold; color:#7c2117; line-height:1em; }
