﻿#AdShow{
	margin: 0px;
	padding: 0px;
	float: left;
	clear: none;
	width: 100%;
}
#AdShow .AdTab
{
	margin: 0px 0px 0px 0px;
	float: Left;
}
#AdShow .AdImg
{
	margin: 0px;
	float: Left;
}
#AdShow .AdImg img
{	
	width: 525px;
	height: 265px;
}
#AdShow .AdTab ul {
	padding:0;
	margin:0;
	list-style-type: none;
	display: block;
	padding-top:0px;
}
#AdShow .AdTab ul li
{
	width: 173px;
	height:57px;
	line-height: 26px;
	padding: 0px;
	top: 0px;
	float: top;
	margin: 0px 0px 1px 0px;
	list-style: none;
	-moz-user-select: none;
	-khtml-user-select: none;
	cursor: pointer;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 15px;
	color: #000000;
	text-align: center;
	vertical-align: text-bottom;
	text-decoration: none;
	position: relative;
}
#AdShow .AdTab ul li.on {
	font-weight:bold;
	height:57px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 15px;
	color: #333;
	padding-top:0px;
	padding-left:0px;
	background:url(images/but_over.png);
	text-decoration: none;
}
#AdShow .AdTab ul li.off {
	height:52px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 15px;
	color: #333;
	padding-top:0px;
	padding-left:0px;
	background:url(images/but.png);
	text-decoration: none;
}
