@charset "utf-8";
/* CSS Document */
#slidingBlock {
	width:570px;
	border:1px #B9B9B9 solid;
	padding:1px;
	over-flow:hidden;
	height:190px;
	background:url(../images/xl_top.gif) no-repeat top;
	float:left
}
#slidingBlock h4 {
	float:left;
	width:65px;
	height:27px;
	line-height:25px;
	text-align:center;
	font-size:12px;
}
#slidingBlock h4.menuNo {
	font-weight:normal;
	color:#0C73BA;
	margin-top:8px;
}
#slidingBlock h4.menuOn {
	font-weight:bold;
	color:#ffffff;
	background:url(../images/slidingMenu.gif) no-repeat;
	margin-top:8px;
	cursor:pointer;
}
#slidingBlock DIV.slidingList_none {
	display:none
}
#slidingBlock DIV.slidingList ul {
	clear:both;
	margin-top:15px;
	float:left;
	width:369px;
	padding-left:4px;
	margin-right:10px;
}
#slidingBlock DIV.slidingList li {
	list-style-type: none;
	line-height:23px;
        text-indent:30px;
	background: url(../images/ico_new.gif) no-repeat 15px center;
	border-bottom: 1px dotted #ccc;
        margin-left:10px;
}
.img{ float:left; width:153px; height:113px; margin-top:25px;margin-left:23px;}
