div.meteor-slides {
	margin: 0px; padding: 0px; height: auto !important; line-height: 0; overflow: visible !important; clear: both; float: none; position: relative; z-index: 1; max-width: 100%;
}
div.meteor-left.meteor-slides {
	margin: 0px 20px 20px 0px; clear: none; float: left;
}
div.meteor-right.meteor-slides {
	margin: 0px 0px 20px 20px; clear: none; float: right;
}
div.meteor-center.meteor-slides {
	margin: 0px auto;
}
div.navpaged.meteor-slides {
	margin-bottom: 20px;
}
div.navboth.meteor-slides {
	margin-bottom: 20px;
}
.meteor-slides .meteor-clip {
	margin: 0px; padding: 0px; width: 100%; line-height: 0; overflow: hidden; position: relative;
}
.meteor-slides .meteor-shim {
	margin: 0px; padding: 0px; border: 0px currentColor; border-image: none; height: auto !important; max-width: 100%;
}
.meteor-slides a:focus {
	
}
.meteor-slides .mslide {
	margin: 0px; padding: 0px; height: auto !important; display: none; max-width: 100%;
}
.single-slide .mslide {
	display: block;
}
.meteor-slides .mslide a {
	margin: 0px; padding: 0px; border: 0px currentColor; border-image: none;
}
.meteor-slides .mslide img {
	margin: auto !important; padding: 0px !important; border: 0px currentColor; border-image: none; height: auto !important; display: block; max-width: 100%; box-shadow: none !important;
}
.meteor-slides .mslide img[src$='.png'] {
	-ms-zoom: 1;
}
.meteor-slides ul.meteor-nav {
	list-style: none; margin: 0px !important; padding: 0px; height: auto; display: none;
}
.navhover.meteor-slides ul.meteor-nav {
	display: inline;
}
ul.meteor-nav li {
	list-style: none; margin: 0px; padding: 0px; height: auto; display: inline;
}
.meteor-nav .prev a {
	left: 0px;
}
.meteor-nav .next a {
	right: 0px;
}
.meteor-slides .meteor-nav a {
	border: currentColor; transition:all; border-image: none; width: 27px; height: 100%; text-indent: -9999px; display: block; position: absolute; z-index: 998; box-shadow: none;
}
.meteor-nav .prev a {
	background: url(../images/prev.png) no-repeat right;
}
.meteor-nav .prev a:hover {
	background: url(../images/prev.png) no-repeat left;
}
.meteor-nav .next a {
	background: url(../images/next.png) no-repeat left;
}
.meteor-nav .next a:hover {
	background: url(../images/next.png) no-repeat right;
}
* html .meteor-nav .prev a {
	background: url(../images/prev.gif) no-repeat right;
}
* html .meteor-nav .prev a:hover {
	background: url(../images/prev.gif) no-repeat left;
}
* html .meteor-nav .next a {
	background: url(../images/next.gif) no-repeat left;
}
* html .meteor-nav .next a:hover {
	background: url(../images/next.gif) no-repeat right;
}
.meteor-slides .meteor-buttons {
	margin: 0px; padding: 6px 0px 0px; left: 0px; width: 100%; height: 9px; bottom: -15px; position: absolute; z-index: 999;
}
header#branding .meteor-buttons {
	left: 5px;
}
.meteor-slides .meteor-buttons a {
	background: url(../images/buttons.png) no-repeat left bottom; margin: 0px 3px 0px 0px !important; border: currentColor; transition:all; border-image: none; width: 9px; height: 9px; text-indent: -9999px; float: left; display: block; box-shadow: none;
}
.meteor-buttons a:hover {
	background: url(../images/buttons.png) no-repeat right bottom;
}
.meteor-buttons a.activeSlide {
	background: url(../images/buttons.png) no-repeat right bottom;
}
* html .meteor-buttons a {
	background: url(../images/buttons.gif) no-repeat left bottom;
}
* html .meteor-buttons a:hover {
	background: url(../images/buttons.gif) no-repeat right bottom;
}
* html .meteor-buttons a.activeSlide {
	background: url(../images/buttons.gif) no-repeat right bottom;
}
