/* Stylesheet for the Meteor Slides 1.3 slideshow

	

	Copy "meteor-slides.css" from "/meteor-slides/css/" to your theme's directory to replace

	the plugin's default stylesheet.

	

	If you have navigation enabled, be sure to copy the "buttons.png", "next.png",

	and "prev.png" files to your theme's images folder, or create new graphics to replace them.



*/



.meteor-slides {

	margin: 0;

	overflow: hidden;

	padding: 0;

	position: relative;

	z-index: 1;

}



.navpaged, .navboth {

	padding: 0 0 15px 0;

}



.slides {

	margin: 0;

	padding: 0;

}



#meteor-slideshow .slide {

	display: none;

	margin: 0;

	padding: 0;

}



#meteor-slideshow #slide-1 {

	display: block;

}



#meteor-slideshow .slide a {

	border: 0;

	margin: 0;

	padding: 0;

}



#meteor-slideshow .slide img {

	border: 0;

	display: block;

	margin: auto;

	padding: 0;

}



#meteor-slideshow ul.meteor-nav {


	list-style: none;

	margin: 0;

	padding: 0;

}



ul.meteor-nav li {

	display: inline;

	list-style: none;

	margin: 0;

	padding: 0;

}



.meteor-nav .prev a {

	left: 10px;

}



.meteor-nav .next a {

	right: 10px;

}



.meteor-nav a {

	display: block;

	outline: none;

	position: absolute;

	text-indent: -9999px;

	width: 52px;

	z-index: 50;

}

	




.meteor-buttons {position:absolute; right:24px; bottom:24px; z-index:100;}



.meteor-buttons a {

	background: url('../images/buttons.png') no-repeat bottom right;

	display: block;

	float: left;

	width: 30px;

	height: 27px;

	outline: none;

	text-indent: -9999px;

}



.meteor-buttons a:hover {

	background: url('../images/buttons.png') no-repeat bottom left;

}



.meteor-buttons a.activeSlide {

	background: url('../images/buttons.png') no-repeat bottom left;

}