/* Start of CMSMS style sheet 'slideshow-boards' */
/*--Main Container--*/
.main_view {
	float: left;
	position: relative;
}
/*--Window/Masking Styles--*/
.window {
	height:250px;	width: 950px;
	overflow: hidden; /*--Hides anything outside of the set width/height--*/
	position: relative;
}
.image_reel {
	position: absolute;
	top: 0; left: 0; 

}
.image_reel img {float: left;}

/*--Paging Styles--*/
.paging {
        background: #9e8457;
	position: relative;
	width: 950px; height:36px;
	z-index: 100; /*--Assures the paging stays on the top layer--*/
	text-align: right;
	line-height: 36px;
	display: none; /*--Hidden by default, will be later shown with jQuery--*/
	font-family: "Georgia", Arial, Helvetica, sans-serif;
        margin-right:5px;
}
.paging a {
	text-decoration: none;
	color: #fff;
        padding:5px;
}
.paging a.active {

	background:  #666666;
	border: 1px solid #ffffff;
}

.paging h2 {padding-left:12px ; margin:0; float:left; }

.paging a:hover {}
/* End of 'slideshow-boards' */

