/* =Slideshow
-------------------------------------------------------------- */

.meteor-slides {
	margin: 0;
	margin-bottom: 5px;
	/*overflow: hidden;*/
	padding: 0;
	position: relative;
	left:-100px;
	z-index: 1;
	display:block;
	width:685px !important;
}

.navpaged,
.navboth {
	padding: 0 0 45px 0;
}

/* =Slide
-------------------------------------------------------------- */

.meteor-slides .mslide {
	display: none;
	margin: 0;
	padding: 0;
	width:685px;
	position:relative;
}

.meteor-slides .mslide-1 {
	display: block;
	width:685px;
}

.meteor-slides .mslide a {
	border: 0;
	margin: 0;
	padding: 0;
	width:685px;
}

.meteor-slides .mslide img {
	border: 0;
	display: block;
	margin: auto !important;
	
	width:685px;
	padding: 0;
	-moz-box-shadow: 0px 0px 5px 0px #000000;
	-webkit-box-shadow: 0px 0px 5px 0px #000000;
	box-shadow: 0px 0px 5px 0px #000000;
}

.meteor-slides .mslide 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-slides ul.meteor-nav {
	list-style: none;
	margin-bottom: 0;
	padding: 0;
}

body .meteor-slides ul.meteor-nav {
	display: none;
}

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;
	width:0;
	height:0;
}

.meteor-nav .next a {
	right: 0px;
	width:0;
	height:0;
}

.meteor-nav a {
	display: block;
	outline: none;
	position: absolute;
	text-indent: -9999px;
	width:0; 
	height:0;
	font-size:0;
	line-height:0
	z-index: 50;
}

.navboth .meteor-nav a {
	top: 0px;
	width:0; 
	height:0;
	font-size:0;
	line-height:0
}
	
.meteor-nav .prev a {
	background: url('../images/prev.png') no-repeat center right;
	width:0; 
	height:0;
	font-size:0;
	line-height:0
}

.meteor-nav .prev a:hover {
	background: url('../images/prev.png') no-repeat center left;
	width:0; 
	height:0;
	font-size:0;
	line-height:0
}

.meteor-nav .next a {
	background: url('../images/next.png') no-repeat center left;
	width:0; 
	height:0;
	font-size:0;
	line-height:0
}

.meteor-nav .next a:hover {
	background: url('../images/next.png') no-repeat center right;
	width:0; 
	height:0;
	font-size:0;
	line-height:0
}

/* =Paged Navigation
-------------------------------------------------------------- */

.meteor-buttons {
	bottom: 0px;
	left: 56%;
	margin-bottom:15px;
	position: absolute;
}

.meteor-buttons a {
	background: url('../images/buttons.jpg') no-repeat bottom left;
	display: block;
	float: left;
	width: 25px;
	height: 25px;
	margin: 0 2px;
	outline: none;
	text-indent: -9999px;
}

.meteor-buttons a:hover {
	background: url('../images/buttons.jpg') no-repeat bottom right;
}

.meteor-buttons a.activeSlide {
	background: url('../images/buttons.jpg') no-repeat bottom right;
}
