/* HOME SLIDER */
 
#slider_home {
	float: right;
	background: url(../images/slider_bg.png) no-repeat;
	display: block;
	width: 410px;
	height: 310px;
	position:relative;
}

#slider_home #slidesContainer {
	margin:0 auto;
	width:390px;
	height:310px;
	overflow:auto; /* allow scrollbar */
	position:relative;
}
#slider_home #slidesContainer .slide {
	margin:0 auto;
	width:390px; /* reduce by 20 pixels of #slidesContainer to avoid horizontal scroll */
	height:290px;
	padding: 10px 0;
}



#slider_home  .control {
	display:block;
	width:50px;
	height:50px;
	text-indent:-10000px;
	position:absolute;
	cursor: pointer;
	margin-top: 129px;
}
#slider_home  #leftControl {
	background: url(../images/slider_arrow_green_left.png) top no-repeat;
	top: 0;
	z-index: 100;
	margin-left: -20px;
}
#slider_home  #rightControl {
	background: url(../images/slider_arrow_green_right.png) top no-repeat;
	top: 0;
	left: 380px;
	z-index: 100;
}

#slider_home  #leftControl:hover, #slider_home  #rightControl:hover { background-position: center; }

#slider_home  #leftControl:active, #slider_home  #rightControl:active { background-position: bottom; }


.slide_title {
	position: relative;
	top: -76px;
	display:block;
	width: 370px;
	height:55px;
	padding: 10px;
	background: url(../images/white_90.png) repeat;
	border-top: 1px solid #1c8224;
}

#slider_home .slide h3 {
	display: block;
	width: 368px;
	text-transform: uppercase;
	color: #1c8224;
	font-size: 16px;
	font-weight: bold;
	margin: 0 0 2px 0;
	padding: 0;
	/*height: 16px;
	text-indent: -9999px;
	overflow: hidden;
	margin-bottom: 3px;*/
}

#slider_home .slide p {
	color: #000;
	font-size: 13px;
	line-height: 15px;
	margin: 0;
	width: 370px;
}

#slider_home .slide a {
	display:block;
	width: 390px;
	height: 288px;
	text-decoration: none;
	border: none;
	outline: none;
	overflow: hidden;
	margin: 0;
	padding: 0;
}