﻿/*--------- slider ---------*/
ul
{
	list-style: none;
}
#slide
{
	/*width: 1024px;*/
    width:720px;
	height: 280px;
	position: relative;
	overflow: hidden;
	z-index: 2;
	margin: 0 auto;
	/*box-shadow: 0px 0px 10px 0px #4b4a4a;*/
	-moz-border-radius: 3px 3px 3px 3px;
	-khtml-border-radius: 3px 3px 3px 3px;
	-webkit-border-radius: 3px 3px 3px 3px;
	clear:both;
}

.slider
{
	/*width: 1024px;*/
    width:720px;
	height: 280px;
	position: relative;
	z-index: 2;
}
.items
{
	display: none;
}

/*.pagination {position:absolute; bottom:-68px; z-index:1000; background: url(../ImageSideShow/bg_pagination.png) 0 0 no-repeat;width:600px; height:68px;padding:38px 0 0 430px;}*/
.pagination
{
	position: absolute;
	bottom: -60px;
	z-index: 1000;
	width: 280px;
	height: 80px;
	margin:0px auto;
	padding: 38px 0 0 360px;
}
.pagination li
{
	float: left;
	margin: 0 2px 0 2px;
}
.pagination a
{
	display: block;
	width: 14px;
	height: 14px;
	background: url(/Content/html/ImageSideShow/pagination.png) 0 bottom no-repeat;
}
.pagination li.current a, .pagination li:hover a
{
	background: url(/Content/html/ImageSideShow/pagination.png) 0 0 no-repeat;
	
}


