
#container {
	width:280px;
	margin:0 auto;
	position:relative;
	z-index:0;
}

#frame {
	position:absolute;
	z-index:0;
	width:29px;
	height:341px;
	top:-3px;
	
}

#example {
	width:280px;
	height:370px;
	position:relative;
}

/*
	Slideshow style
*/

#slides {
	position:absolute;
	top:15px;
	left:4px;
	z-index:1000;
}

/*
	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:270px;
	height:355px;
	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 {

	width:244px;
	height:240px;
	display:block;margin-top: 23px
}

/*
	Next/prev buttons
*/
#slides .next,#slides .prev {
	position:absolute;
	top:-45px;
	left:-39px;
	width:24px;
	height:43px;
	display:block;
	z-index:101;
}

#slides .next {
	left:575px;
}

/*
	Pagination
*/

.pagination {
	margin:10px;
	width:100%;
}

.pagination li {
 float: none;
    list-style: none outside none;
 margin: -375px -23px;
    width: 100%;
}

.pagination li a {
	display:block;
	width:12px;
	height:0;
	padding-top:12px !important;
	background-image:url(../img/pagination.png);
	background-position:0 0;
	float:left;
	overflow:hidden;
	margin-left:5px ;
}

.pagination li.current a {
	background-position:0 -12px;
}

.pj{height: 390px;
    overflow: hidden;
    padding: 0px;
    width: 250px;}




#slides .link {
	display:block;
	margin-top:10px;
	font-weight:800;
}
