
#slider {
	/*width: 320px;
	height: 130px;*/
	list-style: none;
	overflow-y: auto;
	overflow-x: hidden;
}

#slider h2 { font-size:13px; font-family:Georgia, "Times New Roman", Times, serif; color:#1a1a1a; font-style:normal; font-weight:bold; text-decoration:none; padding:25px 0 8px 0;}
#slider h2  a{ color:#000; text-decoration:underline;}
#slider h2  a:hover { text-decoration:none;}

#slider p{font-size:12px; font-family:Georgia, "Times New Roman", Times, serif; color:#1a1a1a; font-style:normal; font-weight:normal; line-height:19px;} 

#slider1 p{font-size:12px; font-family:Georgia, "Times New Roman", Times, serif; color:#1a1a1a; font-style:normal; font-weight:normal; line-height:18px; padding:5px 0 0 0; text-align:left;}

#slider2 p{font-size:13px; font-family:Georgia, "Times New Roman", Times, serif; color:#1a1a1a; font-style:normal; font-weight:normal; line-height:18px; padding:5px 0 0 0; text-align:center;} 
.vid{ margin:5px auto 0 auto;}
.ceoimg { margin:5px auto 0 auto;}

div.anythingSlider .anythingWindow {
/*	border: 1px solid #777;*/
}

div.anythingSlider.activeSlider .anythingControls ul a.cur, div.anythingSlider.activeSlider .anythingControls ul a {
	background-color: #7C9127; display:none;
}


div.anythingSlider {
	display: block;
	margin: 0 auto;
	overflow: visible !important; 
	position: relative;
	padding: 0 25px 0px 25px;
}

div.anythingSlider .anythingWindow {
	overflow: hidden;
	position: relative;

}

.anythingBase {
	background: transparent;
	list-style: none;
	position: absolute;
	overflow: visible !important;
	top: 0;
	left: 0;
	margin: 0;
	padding: 0;
}

.anythingBase .panel {
	background: transparent;
	display: block;
	overflow: hidden;
	float: left;
	padding: 0; 
	margin: 0;
}
.anythingBase .panel.vertical {
	float: none;
}

/* Navigation Arrows */
div.anythingSlider .arrow {
	top: 50%;
	position: absolute;
	display: block;
}
div.anythingSlider .arrow a {
	display: block;
	height: 40px;
	margin: -12px 0 0 0; /* half height of image */
	width: 20px;
	text-align: center;
	outline: 0;
	background: url(../images/default.png) no-repeat;
}
/* hide text, target the span so IE7 doesn't text-indent the link */
div.anythingSlider .arrow a span { display: block; visibility: hidden; }
/* back arrow */
div.anythingSlider .back { left: 0; }
div.anythingSlider .back a {background: url(../images/ar_left.png) 8px top no-repeat; }

div.anythingSlider .back.disabled { display: none; } /* disabled arrows, hide or reduce opacity: opacity: .5; filter: alpha(opacity=50); */
/* forward arrow */
div.anythingSlider .forward { right: 0; }
div.anythingSlider .forward a { background: url(../images/ar_right.png) left top no-repeat; }

div.anythingSlider .forward.disabled { display: none; } /* disabled arrows, hide or reduce opacity: opacity: .5; filter: alpha(opacity=50); */

/* Navigation Links */
div.anythingSlider .anythingControls { outline: 0; display: none; }
div.anythingSlider .anythingControls ul { margin: 0; padding: 0; float: left; }
div.anythingSlider .anythingControls ul li { display: none;}
div.anythingSlider .anythingControls ul a {
	font: 11px/18px Georgia, Serif;
	display: inline-block;
	text-decoration: none;
	padding: 2px 8px;
	height: 18px;
	margin: 0 5px 0 0;
	background-image: url(../images/default.png);
	background-position: center -288px ;
	background-repeat: repeat-x;
	text-align: center;
	outline: 0;
	border-radius: 0 0 5px 5px;
	-moz-border-radius: 0 0 5px 5px;
	-webkit-border-radius: 0 0 5px 5px;
}
