/* CSS Document */

/*  Slideshow
------------------------------------------------------*/
#slideshow{
	width:100%;
	background-color:#ebebeb;
}
#slideshow ul, #slideshow li{
	width:100%;
	height:400px;
	list-style-type:none;
	font-size:12px;
}

#pager, #pager-alt{
	position:relative;
	z-index:100000;
	bottom:50px;
	margin-left:680px;
	margin-right:30px;
}
#pager a{
	background: url(../img/slide.png) no-repeat scroll 50% 50%;
	display:block;
	float:left;
	font-size:0px;
	width:13px;
	height:13px;
	margin:2px;
	outline-style:none;
	outline-width:medium;
	padding:-1px;
	z-index:111110;
}
#pager .activeSlide{
	background: url(../img/slide.png) no-repeat scroll 0% 50%;
}
#pager-alt a{
	background: url(../img/slide-alt.png) no-repeat scroll 50% 50%;
	display:block;
	float:left;
	font-size:0px;
	width:13px;
	height:13px;
	margin:2px;
	outline-style:none;
	outline-width:medium;
	padding:-1px;
	z-index:111111;
}
#pager-alt .activeSlide{
	background: url(../img/slide.png) no-repeat scroll 0% 50%;
}


/* Slideshow alt */
#slideshow-alt {
	height:400px;
	background-color:#ebebeb;
    position:relative; /* important */
	overflow:hidden; /* important */
	float:left;
}
#slideshow-altContent {
    width:900px; /* important to be same as image width or wider */
	height:400px;
	margin:12px 0px 0px 12px; 
	padding:0px;
    position:absolute;
	top:0;
}
.slideshow-altImage {
    float:left;
    position:relative;
	display:none;
}
.slideshow-altImage span {
    position:absolute;
	font-size:12px;
    padding:10px 20px;
    width:30%;
    filter: alpha(opacity=70);
    -moz-opacity:0.7;
	-khtml-opacity:0.7;
    opacity:0.7;
    color:#fff;
    display:none;
	bottom:5px;
}
.clear {
	clear: both;
}
.slideshow-altImage span strong {
    font-size: 14px;
}
.bottom {
	bottom: 0;
    left: 0;
}
ul{list-style-type: none;}

/* Slideshow alt2 */
.slide-img{
	width: 650px;
	height: 400px;
	margin-right: 26px;
	float: left;
	border-radius: 0px;
}
.slide-text{
	width:300px;
	margin-top: 22px;
	margin-left:auto;
	margin-right:auto;
	float: left;
	font-size: 12px;
	line-height: 20px;
	color: #333;
	text-align: justify;
}
.heading1-slide{
	font-size:22px;
	color:#65696e;
	line-height:20px;
	margin-bottom:0px;
	float:left;
}
.heading2-slide{
	font-size:13px;
	color:#65696e;
	margin-top:5px;
	margin-bottom:15px;
	float:left;
}
.slide-text p{
	margin:13px 0px 0px 0px;
	float:left;
}

.slide-more a {
  display: inline-block;
  max-width: 200px;
  margin: 20px 10px 30px 10px;
  padding: 10px;
  color: #464646;
  background-color: transparent;
  border: 2px solid #464646;
  border-radius: 3px;
  text-transform: capitalize;
  text-align: center;
  transition: all 0.1s ease;
}
.slide-more, .slide-more:visited {
  margin: 20px 10px 30px 0;
  color: #464646;
  border-color: #464646;

}
.slide-more:hover {
  transition: all 0.3s ease;
}
.slide-more:hover {
  background-color: rgba(255, 255, 255, 0.2);
}
.slide-more a:hover {
  color: #ffffff;
  background-color: rgba(70, 70, 70, 0.9);
}