#slider {
	width: 940px;
	position: relative;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.sliderInner {
	padding-top: 20px;
	padding-right: 40px;
	padding-bottom: 20px;
	padding-left: 20px;
}
.sliderSection {
	display: inline;
	float: left;
	width: 440px;
}
.sliderSection p {
	/*width: 360px;*/
	
	margin-bottom:8px;
	text-align: justify;
	margin-left: 40px;
	margin-right: 20px;
}
.sliderSection ul {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 14px;
	width: 230px;
	list-style-type: square;
}
.sliderSection li {
	margin-bottom: 4px;
	
}

.sliderImgTopRight{
	float:right;
	margin-left:20px;
	margin-bottom:10px;
}
.sliderImgTopLeft{
	float:left;
	margin-right:20px;
	margin-bottom:5px;
	margin-left:40px;
}
.sliderImgBtmRight {
	position: relative;
	right: 10px;
	bottom: 10px;	
	}

.sliderTitle {
	font-size: 14px;
	color: #333;
	display: block;
	margin-bottom: 12px;
	font-weight: bold;
}

.sliderSubTitle {
	font-size: 13px;
	color: #515151;
	display: block;
	margin-bottom: 8px;
	font-weight: bold;
}
.sliderBulletTitle{
	font-weight: bold;
	color: #333;
	margin-top: 5px;
	margin-bottom: 5px;
}

.scroll {
	height: 340px;
	width: 940px;
	overflow: auto;
	overflow-x: hidden;
	position: relative;
	clear: left;
	/*background: #FFFFFF url(../images/content_pane-gradient.gif) repeat-x scroll left bottom;	*//*border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;*/
}

.scrollContainer div.panel {
	height: 340px;
	width: 940px;
}

/*#shade {
    background: url(../images/shadow2.gif) no-repeat 0 0;
    height: 80px;
}*/

ul.navigation {
	list-style: none;
	margin: 0;
	height:58px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;	/*background-image: url(../images/rainDrops.gif);
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #627792;*/
}

ul.navigation li {
	display: inline;
	/*margin-right: 30px;*/
		float:left;
	width:187px;
	text-align:center;
	padding-top: 10px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCC;	
}

ul.navigation a {
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #333;
	/*font-weight: bold;*/
	/*width: 236px;*/
}

ul.navigation a:hover {
	color: #369;
}

ul.navigation a.selected {
	/* background-color: #fff;*/
/*   text-decoration:underline;*/
color: #036;
}

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

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

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

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

.hide {
    display: none;
}
