.container, .container *
{
	margin: 0;
	padding: 0;
}

.container
{
	height: 372px;
	width: 1000px;
	overflow: hidden;
	position: relative;
}

.slider
{
	position: absolute;
}

.slider li
{
	float: left;
	list-style: none;
	display: inline;
	width: 1000px;
	height: 372px;
	overflow: hidden;
}

.slider li a
{
	display: block;
	width: 100%;
	height: 100%;
	background-position:center center;
	background-repeat:no-repeat;
	position:relative;
}

.slider li a .title
{
	position:absolute;
	bottom:-1px;
	height:36px;
	text-align:left;
	color:#333;
	width:100%;
	background-image:url(/_upload/tpl/00/37/55/template55/htmlRes/bigpic_res/slidertitlebg.png);
	background-position:left top;
	background-repeat:repeat;
	line-height:36px;
	font-size:14px;
	font-family:Î¢ÈíÑÅºÚ;
	padding-left:16px;	
}

.slider li a .title1
{
	position:absolute;
	bottom:0px;
	height:36px;
	text-align:left;
	color:#fff;
	width:100%;
	line-height:36px;
	font-size:14px;
	font-family:Î¢ÈíÑÅºÚ;
	padding-left:15px;
}


.num
{
	position:absolute;
	right:0px;
	bottom:0px;
	height: 36px;
	text-align: center;
	padding:0 50px;
}

.num ul
{
	display:inline-block; 
}

.num li
{
	list-style:none;
	display: inline-block;
	margin-left: 8px;
	text-align: center;
	line-height: 14px;
	width:14px;
	height: 14px;
	cursor: pointer;
	overflow: hidden;
	margin-top: 13px;
	float:left;
	background-image:url(/_upload/tpl/00/37/55/template55/htmlRes/bigpic_res/libg.png);
	background-position:left bottom;
	background-repeat:no-repeat;
}



.num li.on
{
	background-position:left top;
}
