@charset "utf-8";
/* CSS Document */

img.slidshow {
	width: 1000px;
	height: 375px;
	}
	
.mySlides {
display:none;
}

/* Slideshow container */
.slideshow-container {
  max-width: 100%; 
  position: relative;
  margin: auto;

}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: 12%;
  color: white;
  font-weight: bold;
  font-size: 300%;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
}

/* Next & previous buttons gallery*/
.gprev, .gnext {
  cursor: pointer;
  position: absolute;
  top: 30%;
  width: auto;
  padding: 16px;
  margin-top: 12%;
  color: black;
  font-weight: bold;
  font-size: 500%;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
}

/* Position the "next button" to the right */
.gnext {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.gprev:hover, .gnext:hover {
  background-color: rgba(0,0,0,0.8);
}

/* Caption text */
.slidetext {
	color: #ffffe6;
	font-weight: bold;
	font-size: 200%;
	padding: 0px 0px 0px 0px; 
	position: absolute;
	bottom: 0px;
	height: 100%;
	width: 25%; 
	text-align: center;
	 vertical-align: middle;
	background-color: #cc0000;
	opacity:1.0;
}

/* Number text (1/3 etc) */
.numbertext {
  color: gray;
  font-size: 100%;
  padding: 1% 1%;
  position: absolute;
  top: 0;
}
.dotdiv {
	max-width: 100%;
	margin: auto;
	padding: 5px 0px;
}
.dotspan {
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}
/* The dots/bullets/indicators */
.dot {
  cursor:pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}
input[type="Button"].startbut
{
    Width: 120%;
	FONT-SIZE: 100%;
}

.rightspan {
float:right;
font-size: 170%;
}
.active, .dot:hover {
  background-color: #717171;
}

/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}
.slidetab {
	margin: 0px;
	border: 0px solid black;
	border-spacing: 0;
	padding:0px;
    /*BACKGROUND-COLOR: wheat; */
	BACKGROUND-COLOR: Lavender;
    WIDTH: 100%;
}

td.NoBorder
{
border: 1px solid #bfbfbf;
padding:0px;
margin: 0px;
text-align: center;
line-height: 120%;
vertical-align: middle;
FONT-SIZE: 300%;
}

td.NoBorderfill
{
border: 0px solid #bfbfbf;
padding:0px;
margin: 0px;
BACKGROUND-COLOR: White;
width: 25%;
}	
	
td.NoBorderD
{
border: 1px solid #bfbfbf;
padding:0px;
margin: 0px;
text-align: center;
line-height: 120%;
vertical-align: middle;
FONT-SIZE: 200%;
}

td.NoBorderfillD
{
border: 0px solid #bfbfbf;
padding:0px;
margin: 0px;
BACKGROUND-COLOR: White;
width: 25%;
}	

.designcap {
padding: 5px 2px 5px 2px;
margin: 0px;
text-align: left;
line-height: 120%;
vertical-align: middle;
FONT-SIZE: 100%;	
}

	
@-webkit-keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

h1.gallery{
	text-align: Left;
	line-height: 100%;
	font-size: 200%;
	font-weight: normal;
}
h1.galtit{
	text-align: Left;
	line-height: 100%;
	font-size: 200%;
	font-weight: bold;
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 600px) {
  .prev, .next {
	font-size: 150%;
	padding: 2%;
	margin-top: 10%;
  }
  .gprev, .gnext {
	font-size: 300%;
	padding: 2%;
	margin-top: 10%;
	color: white;
  }
  .dot {
	margin: 0 1px;
	height: 12px;
	width: 12px;
  }
  
  .slidetext {
	font-size: 100%;
	padding: 2px 0px 2px 0px; 
	}
.dotspan {
	position: static;
}	

td.NoBorder
{
line-height: 120%;
FONT-SIZE: 130%;
}

td.NoBorderD
{
line-height: 120%;
FONT-SIZE: 130%;
}

.rightspan {
font-size: 110%;
}
.numbertext {
  font-size: 70%;
  padding: 0% 1%;
}
td.NoBorderfill
{
width: 0%;
}
td.NoBorderfillD
{
width: 0%;
}
h1.gallery{
	font-size: 120%;
	line-height: 120%;
}
h1.galtit{
	font-size: 150%;
	line-height: 100%;
}
.designcap {
padding: 5px 2px 5px 2px;
line-height: 120%;
FONT-SIZE: 120%;	
}

}  