/* 切换按钮 */
    /* 上一个 */
.osSlider-main .slider-btn-prev {
    position: absolute;
    z-index: 30;
    top: 50%;
    left: -45px;
    width: 40px;
    height: 40px;
    text-indent: -9999px;
    margin-top: -20px;
    background:url(../images/prev.png) 50% 50% no-repeat;
    transition: all .5s linear;
}

.osSlider-main:hover .slider-btn-prev {
    left: 5px;
}
    /* 下一个 */
.osSlider-main .slider-btn-next {
    position: absolute;
    z-index: 30;
    top: 50%;
    right: -45px;
    width: 40px;
    height: 40px;
    text-indent: -9999px;
    margin-top: -20px;
    background: url(../images/next.png) 50% 50% no-repeat;
    transition: all .5s linear;
}

.osSlider-main:hover .slider-btn-next {
    right: 5px;
}

/* 高亮导航部分 */
.osSlider-main .slider-nav {
    position: absolute;
    width:100%;
    height: 22px;
	right:-50px;
    bottom: 5px;
    text-align: center;
    z-index: 25;
}
.osSlider-main .slider-nav li {
    display: inline-block;
    height: 20px;
    line-height: 20px;
    padding: 0 6px;
    margin: 0 4px;
    font-size: 12px;
    color: #eee;
    border: 1px solid #eee;
    background: none;
    cursor: pointer;
}
.osSlider-main .slider-nav li.active {
    color: #333;
    background: #eee;
}
.osSlider-main .slider-nav li:hover {
    border: 1px solid #f60;
    background: #f60;
}

/*图片滚动*/
.h_tonglan {width:96%;background:#FFFFFF;padding:5px 10px; margin-left:15px;}
.h_tonglan dl {width:100%;height:32px;_height:32px;background:url(/image/huixian2.gif) repeat-x top;margin-left:10px;margin-right:10px;}
.h_tonglan dl dd {float:left;width:196px;height:32px;_height:32px;background:url(/image/lvx2.gif) repeat-x top;}
.h_tonglan dl dt {float:right;width:700px;text-align:right;line-height:25px;min-height:25px;color:#6A6A6A;}
.h_tonglan ul {overflow:hidden;}
.h190px {overflow:hidden;margin-left:10px;margin-right:10px;padding-bottom:3px;padding-top:14px;}
.h190px img {width:100%;}

.h218px {width:100%; height:140px; padding-top:8px;}
.h218px th {padding-top:38px;}
.h218px td {overflow:hidden;}
#scrollbox ul {overflow:hidden; }
#scrollbox ul LI {FLOAT:left;width:150px;_width:150px;height:140px;_height:140px;vertical-align:top;font-size:12px;line-height:18px;min-height:18px;text-align:center;overflow:hidden;}
#scrollbox ul LI img{ width:130px;height:100px;border:0px; border:#a8cddc 1px solid; padding:5px;}

/*tab切换*/
.shadetabs
{
	padding: 0;
	margin-left: 0;
	margin-top: 5px;
	margin-bottom: 2px;
	font: bold 12px Verdana;
	list-style-type: none;
}
.shadetabs li
{
	display: inline;
	font-weight: 100;
	margin: 0;
}
.shadetabs li a
{
	text-decoration: none;
	padding: 6px 12px !important;
	padding: 4px 12px;
	margin: 0;
	border: 1px solid #CCC;
	color: #2d2b2b;
	background: white url(../img/shade.gif) bottom left repeat-x;
}
.shadetabs li a:visited
{
	color: #2d2b2b;
}
.shadetabs li a:hover
{
	text-decoration: underline;
	color: #2d2b2b;
}
.shadetabs li.selected
{
	position: relative;
	font-weight: 100;
}
.shadetabs li.selected a
{
	/*selected main tab style */
	background-image: url(../img/shadeactive.gif);
	border-bottom-color: white;
	font-weight: bold;
}
.shadetabs li.selected a:hover
{
	/*selected main tab style */
	text-decoration: none;
}
/*页码控件*/
.tcdPageCode{padding: 10px 20px;text-align: left;color: #ccc;text-align:center;}
.tcdPageCode a{display: inline-block;color: #428bca;display: inline-block;height: 20px;	line-height: 20px;	padding: 0 10px;border: 1px solid #ddd;	margin: 0 2px;border-radius: 4px;vertical-align: middle;}
.tcdPageCode a:hover{text-decoration: none;border: 1px solid #428bca;}
.tcdPageCode span.current{display: inline-block;height: 20px;line-height: 20px;padding: 0 10px;margin: 0 2px;color: #fff;background-color: #428bca;	border: 1px solid #428bca;border-radius: 4px;vertical-align: middle;}
.tcdPageCode span.disabled{	display: inline-block;height: 20px;line-height: 20px;padding: 0 10px;margin: 0 2px;	color: #bfbfbf;background: #f2f2f2;border: 1px solid #bfbfbf;border-radius: 4px;vertical-align: middle;}