.months li {
	margin-left: 10px;
	}	

.months ul {
	margin-bottom: 20px;
	}

	
.newsBox a{
	color: #CC6600;
	}
	
.menuList a:hover {
	color: #CC6600;
	}

.article {
	width: 650px;
	margin-top: 15px;
	font-size: 12px;
	}
	
.date {
	width: 60px;
	margin-left: 10px;
	float: left;
	}

.monthBox {
	margin-bottom: 30px;
}
	
li.clickable:hover .entryText {
	color: #CC6600;
	}	

	
/* Article Slideshow */
#articleSlideshow {
	height: auto;
	width: 610px;
	height: 350px;
	}
	
#articleSlideshow img{
	width: 610px;
	}

.monthList {
	margin-bottom: 15px;
	float: left;
	}

	
	
	


	
/* controls */

	
#controls {
	width: 650px;
	margin-top: 10px;
	float: right;
	}	

#nav {
	width: 450px;
	text-align: right;
	font-size: 0px;
	float: right;
	}
	
#nav a {
	border: 1px solid #CCC;
	padding: 5px;
	margin-left: 5px;
	color: #FFF;
	}

#nav a.activeSlide {
	background-color: #CCC;
	color: #CCC;
	}
	
#control {
	float: left;
	cursor: pointer;
	}

#pbtn {
	padding: 0 0 0 50px;;
	}

#control .pause {
	background: url('images/pause.gif') top left no-repeat;
	width: 50px;
	}
	
#control .play {
	background: url('images/play.gif') top left no-repeat;
	}