

#container {
	width:580px;
	padding:10px;
	margin:0 auto;
	position:relative;
	z-index:0;
}

#frame {
	position:absolute;
	z-index:0;
	width:739px;
	height:341px;
	top:-3px;
	left:-80px;
}

#example {
	width:490px;
	height:372px;
	position:relative;
	text-align:center
}

/*
	Slideshow style
*/

#slides {
	position:absolute;
	top:0px;
	left:0px;
	z-index:100;
}

/*
	Slides container
	Important:
	Set the width of your slides container
	If height not specified height will be set by the slide content
	Set to display none, prevents content flash
*/

.slides_container {
	width:372px;
	height:372px;
	overflow:hidden;
	position:relative;
	display:none;
	left:30px;
}

/*
	Each slide
	Important:
	Set the width of your slides
	Offeset for the 20px of padding
	If height not specified height will be set by the slide content
	Set to display block
*/

#slides .slide {
	width:372px;
	height:372px;
	display:block;
}

/*
	Next/prev buttons
*/
#slides .next,#slides .prev {
	position:absolute;
	top:145px;
	left:-39px;
	width:24px;
	height:40px;
	display:block;
	z-index:101;
}

#slides .next {
	left:407px;
	background:url(../images/product_neiye_btn_03.png) no-repeat right top;
}
#slides .next:hover {	
	background:url(../images/product_neiye_btn_03.png) no-repeat right bottom;
}
#slides .prev {
	left:0px;
	background:url(../images/product_neiye_btn_03.png) no-repeat left top;
}
#slides .prev:hover{
	background:url(../images/product_neiye_btn_03.png) no-repeat left bottom;
}

/*
	Pagination
*/

.pagination {
	margin:26px auto 0;
	width:100px;
	display:none;width:0px;
}

.pagination li {
	float:left;
	margin:0 1px;
	list-style:none;
}

.pagination li a {
	display:block;
	width:12px;
	height:0;
	padding-top:12px;
	background-image:url(../images/pagination.png);
	background-position:0 0;
	float:left;
	overflow:hidden;
}

.pagination li.current a {
	background-position:0 -12px;
}

/*
	Footer
*/
.pjj{width: 302px;
word-wrap: break-word;
word-break: normal;
word-break: break-all; line-height:20px}
#footer {
	text-align:center;
	width:580px;
	margin-top:9px;
	padding:4.5px 0 18px;
	border-top:1px solid #dfdfdf;
}





#slides .link {
	display:block;
	margin-top:10px;
	font-weight:800;
}