<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* 
	Resets defualt browser settings
	reset.css
*/
.caption p{ margin:0; padding:0; border:0; outline:0; font-weight:inherit; font-style:inherit; font-size:100%; font-family:inherit; vertical-align:baseline; }

/*
	Page style
*/


#slides .next, #slides .prev {
    position:absolute;
    top:140px;
    left:311px;
    width:24px;
    height:43px;
    display:block;
    z-index:101;
}
#slides .next {
    left:0px;
}


#container {
	width:335px;
	padding:0px;
	margin:auto auto;
	position:relative;
	border-width: .1em;
	z-index:0;
	float:right;
	
}

#example {
	width:200px;
	height:170px;
	position:relative;
}

#ribbon {
	position:absolute;
	top:-19px;
	left:-19px;
	z-index:500;
}


/*
	Slideshow
*/

#slides {
	position:absolute;
	top:0px;
	left:0px;
	z-index:100;
}

/*
	Slides container
	Important:
	Set the width of your slides container
	Set to display none, prevents content flash
*/

.slides_container {
	width:335px;
	overflow:hidden;
	position:relative;
	display:none;
}

/*
	Each slide
	Important:
	Set the width of your slides
	If height not specified height will be set by the slide content
	Set to display block
*/

.slides_container div.slide {
	width:335px;
	height:335px;
	display:block;
}



/*
	Pagination
*/

.pagination {
	width:335px;
	float:right;
	right:0px;
	margin-left:0px;
	margin-top:5px;
}

.pagination li {
	float:left;
	margin:0 0px;
	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:right;
	overflow:hidden;
}

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

/*
	Caption
*/

.caption {
	z-index:500;
	position:absolute;
	bottom:0px;
	left:0px;
	background:#000;
	background:#fff;
	width:335px;
	font-size:1.4em;
	line-height:1.33;
	color:#fff;
	border-top:0px solid #000;
	text-shadow:none;
	font-family:Arial, Helvetica, sans-serif;
	margin:0;
}

/*
	Footer
*/

</pre></body></html>