#slideshow {width:746px;height:165px;position:relative; bord1er:solid 1px red;}
#frame {position:absolute;z-index:0;width:746px;height:165px;top:-3px; bo1rder: solid 1px blue;}
/*Slideshow*/
#slides {position:absolute;z-index:10; bord1er: solid 1px green;}
/*
	Slides container
	Important:
	Set the width of your slides container
	Set to display none, prevents content flash
*/
.slides_container {width:746px;overflow:hidden;position:relative;display:none; bor1der: solid 1px orange; height: 165px;}
/*
	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:746px;height:165px;display:block; bor1der: solid 1px yellow;}
/*
	Pagination
*/
.pagination {float:right; bord1er: solid 1px; padding: 0px; margin: 0px 5px; position: relative; top: 10px; z-index: 99;}
.pagination li {float:left;margin:0px 0px 0px 15px;list-style:none;}
.pagination li a {display:block;width:12px;height:0;padding-top:12px;background-image:url(/images/slides/pagination.png);background-position:0 0;float:left;overflow:hidden;}
.pagination li.current a {background-position:0 -12px;}