#feature_wrap {
	display:block;
	height:150px;
	width:100%;
	position:relative;
	padding:0px;
}
ul#feature_buttons {
	width:auto;
	height:0px;
	float:right;
	position:relative;
	bottom:10px
}
ul#feature_buttons li {
	display:block;
	float:left;
	text-align:center;
	color:#FFF;
	font-size:13px;
	font-weight:bold;
	cursor:pointer;
	background-repeat:repeat;
	padding:5px;
	background-image:url(../i/sliderNumberBg.png)
}
ul#feature_buttons li:hover, ul#feature_buttons li:focus {
	color:#000018;
	background-color:#fff
}
ul#feature_buttons li.active {
	color:#FFF;
	background-color:#000
}
a#previous, a#next {
	cursor:pointer;
	display:block;
	width:48px;
	height:48px;
	text-indent:-9999px;
	position:absolute;
	border:none;
	overflow:hidden;
	top:0px;
	left:0px;
}
a#previous, a#previous:visited {
	float:left;

	background-image:url("http://www.msintermedia.com/images/layout/left_arr.gif");
	background-repeat:no-repeat;
	background-position:left top;
	margin-top:60px;
	margin-right:0;
	margin-bottom:0;
	margin-left: -53px;
}
a#next, a#next:visited {
	float:right;
	background: url("http://www.msintermedia.com/images/layout/right_arr.gif") no-repeat top left;
	margin-top:60px;
	margin-right:0;
	margin-bottom:0;
	margin-left:774px;
}
a#previous:hover{
	border:none;
	margin-left: -58px;	
}
a#next:hover {
	border:none;
	margin-left:779px
}
#slider_wrap {
	background:#red;
	width:760px;
	display:block;

	height:150px;
	max-height:150px;
	overflow:hidden
}

	



