﻿/*
首页自动切换图片样式 Create by Smz 2009/04/25
*/
.container, .container *
{
	margin: 0;
	padding: 0;
}

.container
{
	/*width: 408px;
	height: 168px;*/
	width:975px;
	height:318px;
	overflow: hidden;
	position: relative;
}
.container2
{
	width:272px;
	height:278px;
	overflow: hidden;
	position: relative;
	float:left;
}
.slider
{
	position: absolute;
}
.slider li
{
	list-style: none;
	display: inline;
}
.slider img
{
	width: 975px;
	height: 318px;
	display: block;
}

.slider2
{
	width:2000px;
}
.slider2 li
{
	float: left;
}

.slider2 img
{
	width: 272px;
	height: 278px;
	display: block;
	float:left;
}

.num
{
	position: absolute;
	right: 5px;
	bottom: 5px;
}
.num li
{
	float: left;
	color: #FF7300;
	text-align: center;
	line-height: 16px;
	width: 16px;
	height: 16px;
	font-family: Arial;
	font-size: 12px;
	cursor: pointer;
	overflow: hidden;
	margin: 3px 1px;
	border: 1px solid #FF7300;
	background-color: #fff;
	display: none;
}
.num li.on
{
	color: #fff;
	line-height: 21px;
	width: 21px;
	height: 21px;
	font-size: 16px;
	margin: 0 1px;
	border: 0;
	background-color: #FF7300;
	font-weight: bold;
}
.num li.off
{
	float: left;
	color: #FF7300;
	text-align: center;
	line-height: 16px;
	width: 16px;
	height: 16px;
	font-family: Arial;
	font-size: 12px;
	cursor: pointer;
	overflow: hidden;
	margin: 3px 1px;
	border: 1px solid #FF7300;
	background-color: #fff;
}
