.slideshow * { margin: 0; padding: 0; }

/*body, td, textarea, input {
  font-size: 1em;
  line-height: 1.5;
}

body {
  background: #fafafa; color: #444; text-shadow: 0 1px 1px rgba(250, 250, 250, 0.2);
  padding: 0 20px;
  font-family: Open Sans, sans-serif;
  font-size: 10pt;
  font-weight: 400;
}
*/
.slideshow * {
  text-rendering: optimizeLegibility !important;
  -webkit-font-smoothing: antialiased !important;
  font-smoothing: antialiased !important;
}

a, a:visited {
	text-decoration: none;
}

a:hover {
}

/* Slideshow metrics  Actual Size and Actual Font */
.slideshow {
  width: 980px;
  height: 550px; 
  font-family:Arial, Helvetica, sans-serif;  
  }

/* ... */
.slides img {
  width: 100%;
  height: 100%;
}

/* Super slide */
.with-overlay {
  position: relative;
}

.with-overlay img,
.with-overlay .overlay {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
}

.with-overlay img {
  z-index: 1;
}
/* color overlay the slide image */
.with-overlay .overlay {
  z-index: 2;
  /*background: rgba(0, 10, 60, 0.15);*/
  background: rgba(20, 20, 20, 0.8);
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3), 0 0 4px rgba(0, 0, 0, 0.3);
  height:60px;
  margin-top:490px;/*342px;*/
  text-align: left;
  line-height: 200px;
}

.with-overlay .in {
  display: inline-block;
  vertical-align: middle;
  padding-top:5px;
  padding-left:20px;
  padding-right:20px;
  /* Compensation for dots */
  padding-bottom: 15px;
  line-height: 1.4em;
}

.with-overlay h3 {
  color: white;
  /*font-size: 1.6em;*/
  font-weight: bold;
  margin-bottom: 0;
  font-size: 13px;
}
.with-overlay h4 {
	color: #CCC;
	margin-bottom: 0;
	font-size: 11px;
	font-weight:lighter;
	font-family:Arial, Helvetica, sans-serif;
}

.linksymbol{
position : relative;
font-size : 8px;
top:-1px;
}

.with-overlay p {
  /*margin-bottom: 20px;*/
  margin-top: 4px;
  font-size:16px;
  font-weight:400;
  letter-spacing:0px;
  word-spacing:2px;
  font-family:Tahoma, Geneva, sans-serif;
  text-shadow:1px 1px #000;
  text-transform:uppercase;
}

/* each slide text COLOR */
.slide1 p a{color:#FFF;}
.slide2 p a{color:#FFF;}
.slide3 p a{color:#FFF;}
.slide4 p a{color:#FFF;}
.slide5 p a{color:#9df0ff;}
.slide6 p a{color:#96bfdd;}

.with-overlay .highlight{
	color:#FFF;
}

.with-overlay .slide1 {
  background: rgba(20, 20, 20, 0.85);
}
.with-overlay .slide3 {
  background: rgba(20, 20, 20, 0.85);
}
.with-overlay .slide5 {
  background: rgba(20, 20, 20, 0.85);
}

.with-overlay a.action {
  display: inline-block;
  padding: 3px 20px;
  border: solid 2px #ddd;
  text-transform: uppercase;
  font-weight: bold;
  color: white;
  border-radius: 20px;
}

/*html, body {
  height: 100%; }
/* decide position  */
/*body {
  width: auto;
  /*margin: 0 auto;
  margin-top:0;
  margin-bottom:0;
  display: table; }*/
.all {
  padding: 20px;
  display: table-cell;
  vertical-align: middle; }

a.btn,
a.btn:visited {
  display: inline-block;
  color: #333;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 0.8em;
  padding: 2px 10px;
  margin: 0 4px;
  border: solid 2px #666;
  border-radius: 20px;
  min-width: 30px;
}

a.btn:hover {
  background: #3b5;
  border-color: #3b5;
  color: white;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.4);
}

a.btn:active {
  background: #222;
  border-color: #222;
}
