/* 
	Resets defualt browser settings
	reset.css
*/
#container {
	width:555px;
	padding:0px;
	margin:0 auto;
	position:relative;
	z-index:0;
}

#products_example {
	width:555px;
	height:538px;
	position:relative;
}

/*
	Slideshow
*/

#products {
	
}

/*
	Slides container
	Important:
	Set the width of your slides container
	Set to display none, prevents content flash
*/

#products .slides_container {
	width:555px;
	height:538px;
	overflow:hidden;
	float:left;
	position:relative;
	display:none;
}

/*
	Each slide
	Important:
	Set the width of your slides
	If height not specified height will be set by the slide content
	Set to display block
*/

#products .slides_container a {
	width:555px;
	height:538px;
	display:block;
}

/*
	Next/prev buttons
*/

#products .next,#products .prev {
	position:absolute;
	top:481px;
	left:31px;
	width:40px;
	height:40px;
	overflow:hidden;
	display:block;
	z-index:999;
	line-height:100px;
}

#products .prev {
	background:url(../img/arrow-prev.png) no-repeat left top;
}

#products .next {
	left:482px;
	background:url(../img/arrow-next.png) no-repeat right top;
}

/*
	Pagination
*/

#products .pagination {
	padding-left:232px;
	margin-left:0px;
	border-radius:0px;
	-webkit-border-radius:0px;
	-moz-border-radius:0px;
	width:555px;
	height:75px;
	position: absolute;
	*position: relative;
	top:463px;
	*top:-75px;
	z-index:888;
	background: url(../img/ad_box.png) no-repeat left center;
}

#products .pagination li {
	float:left;
	margin-top:32px;
	margin-left:8px;
	_margin-left:4px;
	list-style:none;
}

#products .pagination li a {
	display:block;
	width:11px;
	height:11px;
	line-height:200px;
	overflow:hidden;
	margin:0px;
	float:left;
	color:#FFF;
	text-align:center;
	font-family:"宋体";
	font-size:11px;
	background:url(../img/ad_icon.png) no-repeat left top;
}

#products .pagination li.current a {
	background:url(../img/ad_icon_active.png) no-repeat left top;
	margin:0;
}