.slider_container{
	width:732px;
	margin:auto;
	height:350px;
}

.section_content{
	position:relative;
}

.slider_container .activity_item{
	width:730px;
	height:348px;
	overflow:hidden;
	border:1px solid #d7d7d7;
}

.slider_container .activity_item .image{
	width:320px;
	overflow:hidden;
	height:348px;
	float:left;
}

.slider_container .activity_item .content{
	float:right;
	height:288px;
	width:350px;
	padding:30px;
}

#nav{
	text-align:center;
	margin-top:35px;
}

#nav a{
	display:inline-block;
	height:10px;
	width:10px;
	border-radius:10px;
	background-color:#7d7d7d;
	text-indent:-999999999px;
	overflow:hidden;
	margin:2px;
}

#nav a.activeSlide{
	background-color:#a8d439;
}

#prev, #next{
	position:absolute;
	left:0px;
	top:155px;
	width:40px;
	height:40px;
	cursor:pointer;
}

#next{
	left:auto !important;
	right:0px;
}