.slider {
float:left;
width:100%;
height:373px;
position:relative;
}

.sliderContent {
float:left;
width:100%;
height:373px;
clear:both;
position:relative;
overflow:hidden;
}

.sliderArrows a {
display:block;
text-indent:-9999px;
outline:none;
z-index:50;
background-image:url(../image/prev_next.png);
width:16px;
height:26px;
position:absolute;
top:79%;
}

.prev {
background-position:0 0;
left:15px;
}

.prev:hover {
background-position:0 0;
}

.next {
right:662px;
background-position:-16px 0;
}

.next:hover {
background-position:-16px 0px;
}

.sliderContent .item {
position:absolute;
width:100%;
height:373px;
background:#fff;
}

.sliderBullets {
position:absolute;
bottom:59px;
left:13%;
z-index:50;
}

.sliderBullets a {
display:block;
float:left;
text-indent:-9999px;
outline:none;
margin-left:5px;
width:12px;
height:12px;
background:url(../image/bullets.png) no-repeat;
}

.sliderBullets .active {
background-position:0 -12px;
}

.sliderContent a {
outline:none;
}

.sliderContent a img {
margin-left:309px;
}

a {
color:#fff;
}

a img {
border:none;
}



.slider_content{
	width:270px;
	overflow:hidden;
	position:absolute;
	background:#234F33;
	height:373px;
	padding:0 20px;
	text-align:center;
	text-transform:uppercase;
}
.slider_content h3{
	font-size:24px;
	color:#BCA95B;
	padding:25px 0 0;
	line-height:32px;
	font-family: 'josefin_slabbold';
}	
.slider_content span{
	font-size:17px;
	color:#fff;
	padding:25px 0 5px;
	font-family: 'josefin_slabthin';
	text-transform: none;
	display:block;
}	
.slider_content span a{
	font-size:17px;
	color:#BCA95B;
	text-decoration:underline;
}	
.slider_content span a:hover{
	color:#fff;
}	







	

