#wrap
{
	overflow: hidden;
}
#feature
{
	position: relative;
	
}
#feature .button
{
	border-bottom: #999 0px dotted;
	position: absolute;
	border-left: #999 0px dotted;
	border-top: #999 0px dotted;
	top: 72px;
	border-right: #999 0px dotted;
	left: 0px;
}
#feature .prev
{	
	text-indent: -9999px;
	display: block;
	
	float: left;
	width:13px; height:18px; position:absolute; 
}
#feature .next
{
	
	text-indent: -9999px;
	display: block;
	
	float: right;

	width:13px; height:18px; position:absolute;
	
}
#feature .prev:hover
{
	
}
#feature .next:hover
{
	
}
.featureUL
{
	border: 0px dotted #000;
	padding: 0px;
	position: relative;
	list-style-type: none;
	margin: 0px;
	float: left;
	left: 0px;
	top: 0px;
	overflow: hidden;
}
.featureBox
{ 
	width: 292px;
	float: left;
	height: 120px;
	overflow: hidden;
}
#botton-scroll
{
	z-index: 0;
	width: 300px;
	float: left;
	overflow:hidden;
	position:relative;

}


