.slider-container						{ overflow:visible; }
a.ss_next, a.ss_prev					{ outline: none; display: none; top: 50%; position: absolute; text-indent: -2000px; z-index: 200; cursor: pointer; 
										width: 45px; height: 45px; margin: -16px 0px 0px 0px !important; 
										background: transparent url("slider-arrows.png") no-repeat; }
a.ss_next								{ background-position: right top; right: 10px; }
a.ss_prev								{ background-position: left top; left: 10px; }
a.ss_next,a.ss_prev						{ display:block }
.slider-container:hover a.ss_next, 
.slider-container:hover a.ss_prev 		{ display:block }
a.ss_next:hover							{ background-position: right -100px; }
a.ss_prev:hover							{ background-position: left -100px; }

/* bullets */
/*****************************************************/
.ss_bullets								{ position: absolute; z-index: 100; left: 28%; bottom: 20px; margin: 0 0 0 -5%; }
.ss_bullets a 							{ background: url("slider-bullets.png") no-repeat scroll 0 0 transparent; 
										border: 0 none; display: block; float: left; cursor: pointer; margin-left: 8px; 
										text-indent: -9999px; z-index: 100; height: 20px; width: 20px; outline: none; }
a.activeSlide, .ss_bullets a:hover		{ background-position: left bottom; }
.ws-title								{ position:absolute; top: 0px; right: 0px; z-index: 50; width: 35%; height: 100%;
										background-color: rgba(106, 135, 74, 1); padding: 24px; }
.ws-title h2								{ font-family: 'Arimo', sans-serif; 
										font-size: 36px; line-height: 40px; color: #fff; padding: 0 0 6px 0; }
.ws-title p								{ font-family: 'scalasanslfregular', serif; 
										font-size: 20px; line-height: 24px; color: #fff; padding: 6px 0 6px 0; }
										
.cycle a span.slideLink, .cycle a:link span.slideLink, .cycle a:visited span.slideLink {
    /*font-weight: normal;
    font-size: 26px;
    line-height: 24px;
    color: #cbe5a1;
    text-decoration: none;*/
	
    background-color: #5d92c3;
    padding: 6px 10px 6px 10px;
	margin: 25px auto;
    color: #fff;
    text-align: center;
    width: 114px;
    display: table;
    font-weight: bold;
    position: relative;
	font-size: 14px;
	border-color: #fff;
    border-style: solid;
    border-width: 1px;
	text-transform: uppercase;
}


