/* iCarousel css */
#feature_story {
position: relative; /* important */
overflow: hidden; /* important */
width: 640px; /* important */
height: 275px; /* important */
margin: 0;
background: #fff;
z-index:5;
}#feature_story_content {
position: absolute;
top: 0;
margin-left: 0;
z-index:5;
}#feature_story_content
#feature_story_content li {
list-style: none;
margin: 0;
padding: 0;
}#feature_story_content {
width:8000px;
}#feature_story_wrap #feature_story ul li {
display: block;
float: left;
margin: 0;
padding: 0;
border: none;
background-color: #fff;
width:640px;
height:270px;
}#feature_story_wrap #feature_story ul li img {
display: block;
}#feature_story_frame {
float:left;
padding:10px 0px 5px 0px;
margin-left:5px;
}#feature_story_wrap #feature_story_frame ul li {
margin: 0 2px;
display:inline;
}#feature_story_wrap #feature_story_frame ul li img:hover {border: 1px solid #369;}
#previous, #next {
float:left;
margin-top:60px;
cursor:pointer;
}#feature_story_wrap {
float:left;
}
	
