/* 
	Resets defualt browser settings
	reset.css
*/

caption,th,td { text-align:left; font-weight:normal; }
blockquote:before,blockquote:after,q:before,q:after { content:""; }
blockquote,q { quotes:"" ""; }


/*
	Page Style
*/

#container {
	width:410px;
	margin:0 auto;
	position:relative;
	z-index:0;
}

#frame {
	position:absolute;
	z-index:0;
	width:739px;
	height:341px;
	top:-3px;
	left:-80px;
}

#example {
	width:250px;
	height:100px;
	position:relative;
}

/*
	Slideshow style
*/

#slides {
	position:absolute;
	height:190px;
	width:250px;
	top:0px;
	left:0px;
	z-index:100;
}

#slides img { 
	border:transperent !important;
}

/*
	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:250px;
	height:190px;
	overflow:hidden;
	position:absolute;
	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:250px;
	height:150px;
	display:block;
}

/*
	Next/prev buttons
*/
#slides .next,#slides .prev {
	position:absolute;
	top:50px;
	left:0px;
	width:24px;
	height:23px;
	display:block;
	z-index:101;
	border:none;
}

#slides .next {
	left:250px;
}

#slides .next img{
	border:none;	
}

#slides .prev img{
	border:none;	
}

/*
	Pagination
*/

.pagination {
	margin:20px auto 0;
	width:70px;
	display:none;
}

.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(../img/pagination.png);  
	background-position:0 0;
	float:left;
	overflow:hidden;
}

.pagination li.current a {
	background-position:0 -12px;
}

/*
	Footer
*/


/*
	Type and anchors
*/


#slides .link {
	display:block;
	margin-top:10px;
	font-weight:800;
}