/* HoverSlider Styles */


#dim {
	height: 380px;
	margin: 0 -15px;
}

.hs-container,
.hs-btm {
	margin: 0px auto;
}

.hs-inner {
	position: relative;
}

.hs-inner,
.hs-image,
.hs-image-container {
	width: 100%;
	height: 392px;
}

/* BUGFIX v1.5 prevent to show images while loading the page */

.hs-image {
	display: none;
}

.hs-inner {
	overflow: hidden;
}

.hs-html {
	position: absolute;
	z-index: 10;
	display: none;
}

.hs-html * {
	position: relative;
	z-index: 15;
}


.hs-image-container {
	position: absolute;
	display: none;
}

.hs-image {
	position: absolute;
	background-position: center center;
}

.hs-btm {
	position: relative;
	display: none;
}

.hs-shadow {
	position: relative;
	z-index: 1;
}

.hs-slideline {
	position: absolute;
	z-index: 2;
	width: 100%;
	font-size: 0px !important;
	line-height: 0px !important;
}

.hs-slider {
	left: 0px;
	position: absolute;
}

.hs-controls {
	display: inline-block;
	position: relative;
	margin: 0 auto;
	z-index: 3;
}

.hs-controls span {
	display: inline-block;
	height: 100%;
	line-height: 100%;
	margin: 0;
	padding: 0;
	border: 0;
	cursor: default;
}

.hoverslider img{
	height: auto;
	width: 100%;
}

			
			.hs-btm- .hs-shadow {
				display: none;
			}
			
			.hs-btm- .hs-controls {
				height: 32px;
				width: 100%;
				border-bottom:1px solid #e4e1e1
			}
			
			.hs-btm- .hs-controls span {
				background: transparent url('../img/slider-dot-latchmere.png') no-repeat center center;
				text-indent: -200px;
				overflow: hidden;
				color: #000;
				font: 12px/32px "FuturaBT-Light", Arial, Helvetica, Geneva, sans-serif;
				letter-spacing: 3px;
			}
			
			.hs-btm- .hs-controls span.hs-title-active{
				color: #989898!important;
				text-indent: 0;
				font-size: 13px;
				padding-top: 1px;
				background: transparent url('../img/slider-dot.png') no-repeat center center;
				animation: myfirst 5s;
				-webkit-transition : color 1000ms ease-out; 
				-moz-transition : color 1000ms ease-out;
				-o-transition : color 1000ms ease-out; 
				-webkit-transition : font-size 200ms ease-in; 
				-moz-transition : font-size 200ms ease-in;
				-o-transition : font-size 200ms ease-in; 
			}
			
			.hs-btm- .hs-slideline {
				top: 5px;
				height: 2px;
				background: transparent;
			}
			
			.hs-btm- .hs-slider {
				height: 40px;
				width: 80px;
				background: transparent url('../img/drag.png') no-repeat center center;
				top: -9px;
			}
