@charset "utf-8";


#carousel{
	width: 900px;
	height: 271px;
	position:relative;
	overflow: hidden;
	margin-bottom: 10px;
	padding-bottom: 10px;
	background: url(../img/base_com/mv_bg.gif) repeat-x left bottom;
}
* html #carousel{
	height: 281px;
}
#carousel-inner{
	width: 99999px;
}
#carousel li{
	float: left;
	list-style:none;
}


#carousel-navi{
	
}
#carousel-navi li{
	list-style:none;
	
	
	position: absolute;
	margin-top: -45px;
	top: 50%;
}
#bt-prev{
	left: 0;
}
#bt-next{
	right: 0;
}
