/*
	Page Style
*/

#slides_container
{
	height:300px;
	margin:auto;
	position:relative;
	width:800px;
}

/*
	Slideshow style
*/

#slides
{
	position:absolute;
	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
{
	display:none;
	height:200px;
	left:20px;
	margin:auto;
	overflow:hidden;
	position:relative;
	width:760px;
}

#slides_header
{
	color:#fff;
	filter:Shadow(color=#000000, direction=180, strength=2);
	font-family: "Oleo Script", cursive;
	font-size:36px;
	text-align:center;
	text-shadow:0px 2px 0px rgba(0,0,0,0.5);
}

.slide_title
{
	color:#fff;
	filter:Shadow(color=#000000, direction=180, strength=2);
	font-family: "Oleo Script", cursive;
	font-size:24px;
	text-align:center;
	text-shadow:0px 2px 0px rgba(0,0,0,0.5);
}

/*
	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
{
	color:#fff;
	display:block;
	width:758px;
}

/*
	Next/prev buttons
*/
#slides .next, #slides .prev
{
	display:block;
	height:43px;
	left:-24px;
	position:absolute;
	top:125px;
	width:24px;
	z-index:101;
}

#slides .next
{
	left:800px;
}

/*
	Pagination
*/

.pagination
{
	margin:10px auto 0;
	width:100px;
}

.pagination li
{
	float:left;
	list-style:none;
	margin:0 1px;
}

.pagination li a
{
	background-image:url(http://www.fiestaytoros.com/css/slides/pagination.png);
	background-position:0 0;
	display:block;
	float:left;
	height:0;
	overflow:hidden;
	padding-top:12px;
	width:12px;
}

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

/*
	Type and anchors
*/

#slides .link
{
	display:block;
	font-weight:800;
	margin-top:10px;
}