/* Start of CMSMS style sheet 'slider' */
/* CSS Document */

#sliderArea {
	float:right;
	width:475px;
	text-align:left;
	margin-top:60px;
}


/* Start of CMSMS style sheet 'slider' */

#slidertitle {
    width: 240px;
    position: relative;
	color:#027238;
	font-size:1.4em;
	padding-left:15px;
}

#slider {
    width: 240px;
    position: relative;
}

.scroll {
    height: 200px;
    width: 240px;
    overflow: auto;
    overflow-x: hidden;
    position: relative;
    clear: left;
    /*background: #FFFFFF url(images/content_pane-gradient.gif) repeat-x scroll left bottom;
  	border: 1px solid green;*/
}

.scrollContainer div.panel {
    padding: 15px;
    height: 160px;
    width: 210px;
	font-size:0.9em;
/*border: 1px solid blue;*/
}

#shade {
    background: #EDEDEC /*url(images/shade.jpg)*/no-repeat 0 0;
    height: 50px;
}

ul.navigation {
    list-style: none;
    margin: 0;
    padding: 0;
    padding-bottom: 9px;
/*border: 1px solid pink;*/
}

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: 100px;
    cursor: pointer;
}

.scrollButtons.left {
    left: -30px;
}

.scrollButtons.right {
    right: -30px;
}

.hide {
    display: none;
}


/* slider stuff */

div#mainhome{
   margin-left: 2%; /* this will give room for sidebar to be on the left side, make sure this space is bigger than sidebar width */
   margin-right: 2%; /* and some air on the right */
}

.scrollnext {
float: right;
}

.scrollprevious {
float: left;
}
/* End of 'slider' */

.scroll a img {
	border:5px solid #cccccc;
	margin-bottom:10px;
}

.scroll a:hover img {
	border:5px solid #999999;

}

.scroll_head {
	color:#027238;
	font-weight:bold;
}



/* End of 'slider' */

