/*
	 CSS-Tricks Example
	 by Chris Coyier
	 http://css-tricks.com
*/

* { margin: 0; padding: 0; }
body {
	background: #fff;
	margin:0;
}
img{ margin:0;}



.group:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
*:first-child+html .group { zoom: 1; } /* IE7 */

#example-one {
	margin: 0 auto;
	list-style: none;
	position: relative;
	width: 800px;
	height:53px;
}
#example-one li {
	display: block;
	width:160px;
	float:left;
}


/**/
#example-one li a {
float:left;
text-decoration:none;
text-indent:-9999px;
display:block;
width:800px;
height:53px;
background:url(../img/common/menu.png) no-repeat left top;
}


#example-one li a.m1 {width:160px; background-position:0 0;}
#example-one li a.m2 {width:160px; background-position:-160px 0;}
#example-one li a.m3 {width:160px; background-position:-320px 0;}
#example-one li a.m4 {width:160px; background-position:-480px 0;}
#example-one li a.m5 {width:160px; background-position:-640px 0;}


#example-one li a.m1:hover {background-position:0 -53px;}
#example-one li a.m2:hover {background-position:-160px -53px;}
#example-one li a.m3:hover {background-position:-320px -53px;}
#example-one li a.m4:hover {background-position:-480px -53px;}
#example-one li a.m5:hover {background-position:-640px -53px;}
.goods_btn {
	position: absolute;
	left: 100px;
	top: 255px;
}
.goods_btn li {
	list-style: none;
	padding-top: 10px;
}
.goods_btn li a:hover img  {  
filter: alpha(opacity=50);  
opacity:0.5;  
   }
#content_others .goods_back .goods_btn .coming {
	padding-top: 0px;
	text-align: right;
	color: #F00;
}
.info_btn {
	position: absolute;
	left: 425px;
	top: 254px;
}
