/* 
	Resets defualt browser settings
	reset.css
*/


/*
	Page Style
*/

#container {
	width:580px;
	padding:10px;
	margin:0 auto;
	position:relative;
	z-index:0;
}

#frame {
	position:absolute;
	z-index:0;
	width:739px;
	height:1790px;
	top:-3px;
	left:-80px;
}
#framesmall {
	position:absolute;
	z-index:0;
	width:739px;
	height:710px;
	top:-3px;
	left:-80px;
}

#example {
	width:600px;
	height:1790px;
	position:relative;
}

#example11 {
	width:600px;
	height:710px;
	position:relative;
}

/*
	Slideshow style
*/

#slides {
	position:absolute;
	top:15px;
	left:4px;
	z-index:100;
}

#slides11 {
	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:570px;
	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:530px;
	height:1790px;
	display:block;
}


#slides .slide11 {
	padding:20px;
	width:530px;
	height:710px;
	display:block;
}

/*
	Next/prev buttons
*/
#slides .next,#slides .prev {
	position:absolute;
	top:107px;
	left:-39px;
	width:24px;
	height:43px;
	display:block;
	z-index:101;
}

#slides .next {
	left:585px;
}


#slides11 .next,#slides .prev {
	position:absolute;
	top:107px;
	left:-39px;
	width:24px;
	height:43px;
	display:block;
	z-index:101;
}

#slides11 .next {
	left:585px;
}





/*
	Pagination
*/

.pagination {
	margin:26px auto 0; 
	width:100px;
}

.pagination li {
	float:left;
	margin:0 1px;
	list-style:none;
}

.pagination li a {
		visibility:hidden;
}

.pagination li.current a {
	
}




#slides .link {
	display:block;
	margin-top:10px;
	font-weight:800;
}