/*  Stylesheet for the Meteor Slides 1.4 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 and update the image paths below,
	or create new graphics to replace them.
	
	Learn more about customizing the stylesheet for Meteor Slides: 
	http://www.jleuze.com/plugins/meteor-slides/customizing-the-stylesheet/
*/


/* VRP: import the plugin's regular style-sheet, and make our changes here */
@import url("../../plugins/meteor-slides/css/meteor-slides.css");

.meteor-buttons {
  bottom: 50px;
	margin-left: 20px;
}

.meteor-buttons a {
	background: url('modified-slide-buttons.png') no-repeat bottom left;
	width: 92px;
	height: 37px;
	margin-left: 5px;
	margin-right: 5px;
}

.meteor-buttons a:hover {
	background: url('modified-slide-buttons.png') no-repeat bottom right;
}

.meteor-buttons a.activeSlide {
	background: url('modified-slide-buttons.png') no-repeat bottom right;
}