
#slideshow {
	width:830px;
	padding:10px;
	margin:0 auto;
	position:relative;
	z-index:0;
}

#frame {
	position:absolute;
	z-index:0;
	width:958px;
	height:396px;
	top:-4.8px;
	left:-56px;
}

#example {
	width:850px;
	height:400px;
	position:relative;
}

/*
	Slideshow style
*/

#slides {
	position:absolute;
	top:15px;
	left:4px;
	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:920px;
	height:350px;
	overflow:hidden;
	position:relative;
	display:none;
}

/*
	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 {
	padding:20px;
	width:800px;
	height:320px;
	display:block;
}

#slides .slide p {
	width: 45%;
	line-height: 1em;
}

#slides .slide img {
	float: right;
}

#slides .slide ul {
	list-style:disc;
	font-size: 1em;
	padding: 1em; 
	margin: 0;
	margin-left: 0.5em;
	width: 40%;
}

#slides h1 {
	font-size:1em;
	line-height:1.5em;
}

#slides p {
	font-size:1em;
	line-height: 1em;
	margin: 0;
	margin: 0.5em 0;
}

#slides .link {
	display:block;
	margin-top:10px;
	font-weight:800;
}

/*
	Next/prev buttons
*/
#slides .next,#slides .prev {
	position:absolute;
	top:107px;
	left:-45px;
	width:24px;
	height:43px;
	display:block;
	z-index:101;
}

#slides .next {
	left:855px;
}

/*
	Pagination
*/

.pagination {
	margin:26px auto 0;
	width:200px;
}

.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(/shop/img/pagination.png);
	background-position:0 0;
	float:left;
	overflow:hidden;
}

.pagination li.current a {
	background-position:0 -12px;
}
