/* 06/07/10 */
.banners {
	float: left;
	height: 300px;
	width: 1000px;
	background-color: #000;
	position:relative;
	z-index:0px;
}
.bannerrotator {
	float: left;
	height: 284px;
	width: 984px;
	top: 10px;
	left:7px;
	position:absolute;
	z-index:1;
}
.banner
{
	height: 284px;
	width: 984px;
	float:left;
}
.bannerthms {
	float: left;
	top:257px;
	left:27px;
	height: 28px;
	width: 500px;
	z-index: 2;
	position:absolute;
}
.thm {
	float: left;
	height: 28px;
	width: 28px;
	margin-right: 7px;
}
.bannerthms .thm a
{
  display: block;
  width: 28px;
  height: 28px;
  background: url("../../images/default/image_thm.png") no-repeat 0 0;
}
.bannerthms .thm a.activeNow
{
    display: block;
    width: 28px;
    height: 28px;
    background: url("../../images/default/image_thm.png") no-repeat 0 -28px;
}

.bannerthms .thm a:hover
{
  background-position: 0 -28px;
}


#bannerthm span
{
  display: none;
}
.display-none
{
  display: none;
}
.banner a img
{
    border:0px;
}
.txt-input
{
  border:1px solid #DFDFDF;
  width:127px;
  height:15px;
  font-size:14px;
  background:#000;
  color:#FFF;
  margin:0px 0px 2px 0px;
  padding-left:3px;
}
