div#my-glider-horizontal div.scroller {
	/* modify width and height of scrolling section if necessary	*/		
	width: 868px; 
	height: 300px;
	overflow: hidden;
	}
	div#my-glider-horizontal div.scroller div.section {
		/* modify width and height of each section as needed (should match the size of the scroller window)	*/		
		width:868px;
		height:300px;
		overflow:hidden;
		float:left;	
		}
	div#my-glider-horizontal div.scroller div.content {
		width: 10000px;
		}
	div#my-glider-horizontal div#section2 {
		color:#ffffff;
		}
		
div#my-glider-vertical div.scroller {
	/* modify width and height of scrolling section if necessary	*/			
	width: 868px; 
	height: 317px;
	overflow: hidden;
	margin:0px auto;
	}
	div#my-glider-vertical div.scroller div.section {
		/* modify width and height of each section as needed (should match the size of the scroller window)	*/		
		width:868px;
		height:320px;
		overflow:hidden;
		/*float:left;*/		
		}
	div#my-glider-vertical div.scroller div.content {
		width: 10000px;
		padding:0px;
		}
	div#my-glider-vertical div#section2 {
		}

.active {
	background-color: #000;
	color: #fff;
	}		
		
		
.bannerheaderinfoholder {
  float:left;
  width:280px;
  height:300px;
}
		
.bannerheadertitle {
  float:left;
  width:250px;
  padding:40px 0 0 13px;
  font-size:25px;
  font-weight:bold;
  color:#175573;
}

.bannerheaderdesclink {
  float:left;
  width:250px;
  height:100px;
  padding:10px 0 0 15px;
  font-size:12px;
}

.bannerheaderdesclink a{
  font-size:12px;
  color:#0052ae;
  text-decoration:underline;
  font-weight:bold;
}


.bannerheaderdesclink a:hover{
  text-decoration:none;
}

.bannerheadergetactivelink {
  float:left;
  width:230px;
  height:100px;
  padding:0px 0 0 3px;
}

.bannerheaderimageholder {
  float:right;
  width:576px;
  height:100px;
}
		
