/* Stylesheet for the Meteor Slides slideshow

	Copy "meteor-slides.css" to your theme's directory to replace this stylesheet

*/

#meteor-slideshow, .meteor-slides {
	margin: 0;
	padding: 0;
	position: relative;
	z-index: 1;
	overflow: hidden;
}

#meteor-slideshow .slide {
	margin: 0;
	padding: 0;
	display: none;
}

#meteor-slideshow #slide-1 {
	display: block;
}

#meteor-slideshow .slide a img {
	margin: 0;
	padding: 0;
	border: 0;
}

#meteor-slideshow .slide img {
	margin: 0;
	padding: 0;
	border: 0;
}
