


#container {
	width:312px;
	height:266px;
	padding:0px;
	margin:0 auto;
	position:relative;
	z-index:0;
}





/*
	Slideshow
*/

#slides {
	position:relative;
	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:332px;
	height:278px;
	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 a {
	width:312px;
	height:156px;
	display:block;
}

/*
	Next/prev buttons
*/


/*
	Pagination
*/

.pagination {
	margin:0px auto 0;
	width:100px;
	z-index:-101;
}

.pagination li {
	float:left;
	margin:0 1px;
	list-style:none;
}

.pagination li a {
	display:none;
	width:12px;
	height:0;
	padding-top:0px;

	background-position:0 0;
	float:left;
	overflow:hidden;
}

.pagination li.current a {
	background-position:0 0px;
}

/*
	Footer
*/




#slides  .next, #slides .prev  {
	position:absolute;
	background-image:url(g/prev.png) no repeat;
	top:95px;
	left:10px;
	width:30px;
	height:30px;
	display:block;
	z-index:101;
	text-indent:5000px;
}

#slides .next{
	left:312px;
	background-image:url(g/next.png) no repeat;
}

