﻿@charset "utf-8";
#factory_style_ul{
	float: left; height:50px;
}
#factory_style_ul li{
 width:142px;

 height: 36px;
 background: url("../images/1_6_factory_style_bg.gif") no-repeat;
 text-align: center;
 line-height: 36px;
 overflow: hidden;
 float:left
}
#factory_style_ul li a{
width:142px; height:36px; display:block;
 color:#646464;
}
#factory_style_ul li.active{
 background: url("../images/1_6_factory_style_bg_active.gif") no-repeat;
 color:#ffffff;
 font-weight: bold;
}
#factory_style_ul li.active a{
 color:#ffffff;
}
#factory_style_img_div{
 float: left;
 width: 615px;
 height:410px;
 overflow: hidden;
 position: relative;
}
#factory_style_left{
 position: absolute;
 left:0px;
 top: 190px;
 cursor: pointer;
}
#factory_style_right{
 position: absolute;
 right:0px;
 top: 190px;
 cursor: pointer;
}