.slider_cont{}
.fadeinOuter{
	position:relative;
	clear: both;
	overflow:hidden;
} 
.slideshow {
	max-width:100%;
	height:auto;
	position: relative; 
	float:left;
	/*overflow:hidden;
	box-shadow: 0 0 20px rgba(0,0,0,0.4); */
	background-color:#FFF;
}
.sliderinner{
float:left;

}
.sliderinner img{
	position: absolute;
	}
.slideshow > div { 
   	position: absolute; 
    top: 0; 
    left: 0; 
    right: 0; 
    bottom: 0; 
	height:auto; 
}
/* this holds the div open */
.slideshow .sliderinner:first-child,.sliderinner img:first-child { 
	width:100%;
	position: relative;
	display:block; 
	height:auto; 
}
.slider_image_cont{
	overflow:hidden;
	position:relative;
	z-index:1;
}
.slider_heading{
	  margin: 0 auto;
	  width:100%;
	  position:relative;
	  z-index:2;
	   text-align:center;
	 /*background:-moz-linear-gradient(0% 90% 90deg, #000000, transparent  85%);
	 
	 -webkit-box-shadow: 0 8px 6px -6px black;
	  -moz-box-shadow: 0 8px 6px -6px black;
	  box-shadow: 0 8px 6px -6px black;	*/	
}
.slider_heading a{

}
.slider_heading h2,.slider_heading h3,.slider_heading h4,.slider_heading h5{margin:0;}
.slider_heading h3{margin-top:15px;}
.slider_text{
	color:#FFF;
	width:90%;
	float:left;		
}
.outerpanel{padding:0 10px;background-color:#F5F5F5;}
.text_over{
	background-color:#FFF;
	padding:10px;
	width:100%;
	position:absolute;
	top:0;
	z-index:10000;
	-webkit-box-shadow: 1px 7px 10px -6px rgba(0,0,0,0.75);
	-moz-box-shadow: 1px 7px 10px -6px rgba(0,0,0,0.75);
	box-shadow: 1px 7px 10px -6px rgba(0,0,0,0.75);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
	filter: alpha(opacity=60);
	-moz-opacity: 0.6;
	-khtml-opacity: 0.6;
	opacity: 0.6;
}
.text_under {
	color:#666;position:relative;width:100%;z-index:10000;}
.gallery_text{
	  width:100%;
	  padding:5px 0 3px 0;
	  position:relative;
	  background-color:#FFF;
	  opacity: 0.6;
	  min-height:70px;
	  filter: alpha(opacity=60);	
	  text-align:center;
	  -webkit-box-shadow: 0 8px 6px -6px black;
	  -moz-box-shadow: 0 8px 6px -6px black;
	  box-shadow: 0 8px 6px -6px black;
	  border-radius:3px;
	}
.gallery_text h2{width:100%;text-align:center; padding:5px 0 3px 0;}	
.gallery_text a{
	display:block;
	width:100%;
	text-align:center!important;
	position:relative;
	background-image:url('/media/images/static/ic-read_more.png');
	background-repeat:no-repeat;
	background-position:2% center;
}
/*
.text_over h3, .text_over p, .text_over a{
	color:#fff;
	margin:0 !important;
	padding:0 !important;
	text-align:left;
	text-decoration:none!important;
}
.text_over h3, .text_under h3{font-size:34px;}
.text_over p, .text_under p{font-size:18px;}


.text_under h3,.text_under p, .text_under a{
	margin:0 !important;
	padding:0 !important;
	text-align:left;
	text-decoration:none!important;	
	color:#666;
		
}*/
.thumbspanel  {
	position:relative;
	width:100%;
	float:left;
	}
.fadeinOuter	.rightPanel {
	position:relative;
	float:right;
	overflow:hidden;
	}
.fadeinOuter .leftPanel {
	position:relative;
	float:left;
	overflow:hidden;
	border-right:2px solid #FFF;
	}

.rightPanel .thumbspanel,  .leftPanel .thumbspanel {
	position:relative;

	}

.rightPanel .thumbslide_Inner, .leftPanel .thumbslide_Inner{
		position:relative;
		width:100%;

		} 
.nav_outer .dots_right, .nav_outer .dots_left{
	width:20%;
	
		}
.nav_outer .dots_left{float:right;margin-left:20%;}

.nav_outer .dots_right .navInner, .nav_outer .dots_left .navInner{
		width:100%;
		}	
.nav_outer .dots_left {right:0;}
.nav_outer .dots_right {left:0;margin:0;}	
.thumbspanel .slide_left{
	display:none;
	height:50px;
    width:25px;
    border-radius: 0 90px 90px 0;
	background-color:#FFF;
	background-image:url(/media/images/static/images/slider_left_arrow.png);
	background-repeat:no-repeat;
	background-position:left;
	background-size:60% 60%;
	z-index:3000;
	position:absolute; 
	left: 0;
    top: 50%;
	cursor:pointer;
	margin-top:-28px;
	}
.thumbspanel .slide_right{
	display:none;
	height:50px;
    width:25px;
    border-radius:  90px 0 0 90px ;
	background-color:#FFF;
	background-image:url(/media/images/static/images/slider_right_arrow.png);
	background-repeat:no-repeat;
	background-position:right;
	background-size:60% 60%;
	z-index:3000;
	position:absolute; 
	right: 0;
    top: 50%;
	margin-top:-28px;
	cursor:pointer;

	}
.noselect {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.rightPanel  .slide_up,.leftPanel .slide_up{
	display:none;
	height:50px;
    width:25px;
    border-radius:  90px 0 0 90px ;
	background-color:#FFF;
	 -webkit-box-shadow: 0 0 5px 0 black;
     -moz-box-shadow: 0 0 5px 0 black;
     box-shadow: 0 0 5px 0 black;
	background-image:url(/media/images/static/images/slider_right_arrow.png);
	background-repeat:no-repeat;
	background-position:center;
	background-size:60% 60%;
	z-index:3000;
	position:absolute; 
	left: 45%;
    top: -14px;
	margin-top:0;
	cursor:pointer;
	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	transform: rotate(-90deg);}
.rightPanel .slide_down, .leftPanel .slide_down{
	display:none;
	height:50px;
    width:25px;
    border-radius:  90px 0 0 90px ;
	background-color:#FFF;
	-webkit-box-shadow: 0 0  2px  2px   black;
    -moz-box-shadow: 0 0  2px  2px  black;
    box-shadow: 0 0 2px  2px #333333;
	background-image:url(/media/images/static/images/slider_right_arrow.png);
	background-repeat:no-repeat;
	background-position:center;
	background-size:60% 60%;
	z-index:3000;
	position:absolute; 
	left: 45%;
    bottom:-13px;
	margin-top:0;
	cursor:pointer;
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	transform: rotate(90deg);
	}
.thumbslide_Inner{position:relative;width:200%;}
.thumbslide_Inner .thumbItem{}
.thumbspanel{float:left;margin:0;}
.thumbslide_Inner{}
.floatR{float:right;}
.thumbsInner{float:left;width:100%;}
.thumbsInner .thumbItem:first-child{padding-left:0}
.thumbsInner .thumbItem:nth-child(6){padding-left:0}
.thumbItem{
	cursor:pointer;
	float:left;
	margin-bottom:3px;
	padding-left:3px;
	height:auto;
	overflow:hidden;
	}
/*.thumbItem:first-child{padding-left:0;}*/
.thumbItem img{height:100%;}
.thumbItem:hover{opacity:.7;}
.bottomPanel{margin-top:5px; float:left;width:100%;}
.nav_outer{
	position:relative;
	/*border:solid 3px #FFF;*/
	overflow:hidden;
	}
.fadeinOuter .navDots:first-child{margin-left:15px;}
	.nav_outer img {}
.slidernav{
	z-index:2000;
	padding-bottom:10px;
	position:absolute;
	width:100%;
	text-align:center;
	bottom:0;
}
.sliderinner{
	background-color:transparent;
	}
.navInner{
	position:relative;
	text-align:center;
	margin:0 auto;
	padding-bottom:5px;
}
/*
.slidernav .navDots{
	margin-right:10px;
	position:relative;
	cursor:pointer;
	background-color:#FFF;
	opacity:.5;
	height:15px;
	width:15px;
	border:thin solid;
	border-radius: 50%;
	display:inline-block;
}*/
.thumb_active{opacity:.7;}
.navInner .active{opacity:1;}