#slider {
    width: 645px;
    margin: 0 auto;
    position: relative;
}

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

.scrollContainer div.panel {
    padding: 5px;
    height: auto;
    width: 205px;
    background: url(../_img/news-box.jpg) 5px 5px no-repeat;
}


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

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

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

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

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

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

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

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

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

.hide {
    display: none;
}

/** **/

		.newsstory {
		width:204px;
		
		}
		.newsphoto {
		width:166px;
		height:115px;
		overflow:hidden;
		border: 1px solid #7c7c7c;
		margin:1px 0px 18px 18px;
		}

		.newsheadline {
		padding:0;
		margin:0;
		padding-top:16px;
		padding-bottom:16px;
		text-align:center;
		color:#07a1e4;
		font-family: Georgia, serif;
		font-size:12px;
		line-height:13px;
		}
		.newsdescription {
		font-family: Arial, sans-serif;
		font-size:11px;
		line-height:13px;
		color:#606060;
		padding:0 16px 0 16px;
		margin:12px 0 12px 0;
		}
		.newsreadmore {
		padding:0 16px 0 16px;
		margin-right:-12px;
		float:right;
		border:0;
		text-decoration:none;
		}
