
.jimgMenu {
	width: 880px;
	height: 204px;
	overflow: hidden;
	margin: 10px 0px;
}

.jimgMenu ul {
	list-style: none;
	margin: 0px;
	padding:0px;
	display: block;
	height: 200px;
	width: 2340px;
}
.jimgMenu ul li {
	float: left;
	border-right: 2px solid #fff;
	/*cursor:pointer;*/
	display:block;
	overflow:hidden;
	width:38px;
	height: 204px;
}

.jimgMenu ul li a {
	/*text-indent: -1000px;*/
	/*background:#FFFFFF none repeat scroll 0%;*/

}
.jimgMenu ul li.ma {
	background: url(../images/ma.gif) no-repeat bottom left;
	margin-right:4px;
}
.jimgMenu ul li.mi {
	background: url(../images/mi.gif) no-repeat bottom left;
	margin-right:4px;
}
.jimgMenu ul li.cs {
	/*background: url(../images/ma.gif) no-repeat top left;*/
	min-width:793px;
	margin-right:4px;
}
.jimgMenu ul li.cs:hover {
	background: url(../images/cs.gif) no-repeat top left;
	min-width:793px;
	margin-right:4px;
}
.tabcontent{
	margin:10px 10px 10px 60px;
}
.tabcontent .content{
	font-size:14px;
	line-height:20px;
	width:700px;
	margin:10px 0px 0px;
}
.tabcontent .more{
	text-align:left;
	margin:15px 0px 0px;
	width:600px;
}
.tabcontent .more img{
	margin:0px 5px 0px 0px;
}
.slider{
	width:900px;	
}
.slider .box01{
	float:left;
	background:url(../images/slider_bg01.gif) no-repeat;
	width:10px;
	height:222px;
}
.slider .box02{
	float:left;
	background:url(../images/slider_bg02.gif) repeat-x;
	width:880px;
	height:222px;
}
.slider .box03{
	float:left;
	background:url(../images/slider_bg03.gif) no-repeat;
	width:10px;
	height:222px;
}
.clear {
	clear: both;
}

