.Slide {
	background-color: #000000;
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	height: 360px;
	cursor: pointer;
	vertical-align: bottom;
}

/* container for slides */
.images {
	position:relative;
	height:360px;
	width:640px;
	float:left;
	cursor:pointer;
	background-color: #000000;
	background-image: url(https://www.naturalnews.com/Slides/Loading.gif);
	background-repeat: no-repeat;

}

/* single slide */
#slide1 {
	display:none;
	position:absolute;
	top:0;
	left:0;		
	height:360px;
}
#slide2 {
	display:none;
	position:absolute;
	top:0;
	left:0;		
	height:360px;
}
#slide3 {
	display:none;
	position:absolute;
	top:0;
	left:0;		
	height:360px;
}
#slide4 {
	display:none;
	position:absolute;
	top:0;
	left:0;		
	height:360px;
}
#slide5 {
	display:none;
	position:absolute;
	top:0;
	left:0;		
	height:360px;
}

/* tabs (those little circles below slides) */
.slidetabs {
	clear: both;

}

/* single tab */
.slidetabs a {
	width:8px;
	height:8px;
	float:left;
	margin:3px;
	background:url(https://www.naturalnews.com/Images/SlideNavigator2.gif) 0 0 no-repeat;
	display:block;
	font-size:1px;		
}

/* mouseover state */
.slidetabs a:hover {
	background-position:0 -8px;      
}

/* active state (current page state) */
.slidetabs a.current {
	background-position:0 -16px;     
} 	




/* disabled navigational button. is not needed when tabs are configured with rotate: true */
.disabled {
	visibility:hidden !important;		
}

.SlideBar {
	background-color:#000000;
	filter: alpha(opacity=70);
  -moz-opacity: 0.7;
	-khtml-opacity: 0.7;
  opacity: 0.7;
	display: block;
	width: 640px;
}

.SlideText {
	padding: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #FFFFFF;
}
