/* =Slideshow-------------------------------------------------------------- */
.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;}
/* =Slide-------------------------------------------------------------- */
#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 .slide img[src$='.png']{-ms-filter:"progid:dximagetransform.microsoft.gradient(startcolorstr=#00ffffff,endcolorstr=#00ffffff)";
/* IE8 */
filter:progid:dximagetransform.microsoft.gradient(startcolorstr=#00ffffff,endcolorstr=#00ffffff);
/* IE7 */
zoom:1;}
/* =Previous/Next Navigation-------------------------------------------------------------- */
#meteor-slideshow ul.meteor-nav{list-style:none;margin:0;padding:0;}
html > body .meteor-slides ul.meteor-nav{display:none;}
html > body .meteor-slides:hover ul.meteor-nav{display:block;}
ul.meteor-nav li{display:inline;list-style:none;margin:0;padding:0;}
.meteor-nav .prev a{left:0px;}
.meteor-nav .next a{right:0px;}
.meteor-nav a{display:block;outline:none;position:absolute;text-indent:-9999px;width:25px;z-index:50;}
.meteor-nav .prev a{background:url('images/prev.png') no-repeat center right;}
.meteor-nav .prev a:hover{background:url('images/prev.png') no-repeat center left;}
.meteor-nav .next a{background:url('images/next.png') no-repeat center left;}
.meteor-nav .next a:hover{background:url('images/next.png') no-repeat center right;}
/* =Paged Navigation-------------------------------------------------------------- */
.meteor-buttons{bottom:0px;left:44%;margin:0;position:absolute;margin-top: -5px;}
.meteor-buttons a{background:url('images/buttons.png') no-repeat bottom left;display:block;float:left;width:10px;height:10px;margin:0 2px;outline:none;text-indent:-9999px;position:relative;top:-7px;}
.meteor-buttons a:hover{background:url('images/buttons.png') no-repeat bottom right;}
.meteor-buttons a.activeSlide{background:url('images/buttons.png') no-repeat bottom right;}
