/*----------------------------------------------*/
/* Slider */
/*----------------------------------------------*/

#slider {
	width: 900px;
	height: 370px;
	margin: auto;
	padding: 0;
	clear:both;
	margin-bottom: 50px;


}
#slider .loader{
	margin-left:91px;
}
.loader{
	position:absolute;
	display: block;
	margin-left:3px;
	background: url(../images/loading.gif) center center no-repeat;
	width: 24px;
	height: 24px;
}

/* Elastic Image Slideshow */
.ei-slider{
	position: relative;
	width: 100%;
	max-width: 900px;
	height: 350px;
	margin: 0 auto;
}
.ei-slider.span img{
	margin-top: 5px;
}
.ei-slider-loading{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index:999;
	background: url(../images/loading.gif) center no-repeat #e4e4e4;
	color: #878787;
	text-align: center;
	line-height: 400px;
}
.ei-slider-large{
	height: 100%;
	width: 100%;
	position:relative;
	overflow: hidden;
}
.ei-slider-large li{
	position: absolute;
	top: 0px;
	left: 0px;
	overflow: hidden;
	height: 100%;
	width: 100%;
}
.ei-slider-large li img{
	width: 100%;
}
.ei-title{
	position: absolute;
	right: 50%;
	margin-right: 15%;
	top: 30%;
}
.ei-title h2, .ei-title h3{
	text-align: right;
}
.ei-title h2{
	font-size: 50px;
	line-height: 50px;
	font-family: 'TitilliumText22LRegular', Arial, sans-serif;
	color: #fff;
	text-transform: uppercase;
}
.ei-title h3{
	font-size: 40px;
	font-family: 'TitilliumText22LRegular', Arial, sans-serif;
	text-transform: uppercase;
	color: #49aff4;
	line-height: 50px;
}
.ei-slider-thumbs{
	height: 13px;
	margin: 0 auto;
	position: relative;
}
.ei-slider-thumbs li{
	position: relative;
	float: left;
	height: 100%;
}
.ei-slider-thumbs li.ei-slider-element{
	top: 0px;
	left: 0px;
	position: absolute;
	height: 100%;
	z-index: 10;
	text-indent: -9000px;
}
.ei-slider-thumbs li a{
	display: block;
	text-indent: -9000px;
	background: url(../images/bg-ei-thumbs.png) repeat-x;
	width: 100%;
	height: 100%;
	cursor: pointer;
	-webkit-box-shadow: 
        1px 0px 0px 0px #fff;
	-moz-box-shadow: 
        1px 0px 0px 0px #fff;
	box-shadow: 
        1px 0px 0px 0px #fff;
	-webkit-transition: background 0.2s ease;
    -moz-transition: background 0.2s ease;
    -o-transition: background 0.2s ease;
    -ms-transition: background 0.2s ease;
    transition: background 0.2s ease;
}
.ei-slider-thumbs li img{
	position: absolute;
	bottom: 50px;
	opacity: 0;
	z-index: 999;
	max-width: 100%;
	-webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
	-webkit-box-reflect: 
        below 0px -webkit-gradient(
            linear, 
            left top, 
            left bottom, 
            from(transparent), 
            color-stop(50%, transparent), 
            to(rgba(255,255,255,0.3))
            );
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}
.ei-slider-thumbs li:hover img{
	opacity: 1;
	bottom: 13px;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

/* Piecemaker Slider */
#piecemaker{
	margin: -110px 0 -50px 0;
	width: 900px;
}

/* Slide Down Slider */
.slide-down-wrap{
	height: 370px;
	position:relative;
	overflow: hidden;
	margin-bottom: 20px;
}

.slide-down-slider{
	position: relative;
	overflow: hidden;
	width:auto;
	height:370px;
	float: left;
	cursor:pointer;
	-moz-box-shadow:1px 3px 15px #252525;
    -webkit-box-shadow:1px 3px 15px #252525;
    box-shadow:1px 3px 15px #252525;
	background: url(../images/loading.gif) center center no-repeat;
	background-color: #eee;
}
.slide-down-slider .text_slider{
	position: absolute;
	width:100%;
	top:330px;
	margin:0;
	padding:0;
}
.slide-down-slider .innertext{
	padding: 3px 10px 15px 10px;
	background: url(../images/slider-txt-bg.png) repeat;
}
.slide-down-slider .innertext p{
	color: #909090;
}
.slide-down-slider .innertext h4{
	line-height:35px;
	color: #CCC;
}

/* Nivo Slider */

.theme-default #sliderv {
    width:900px; /* Make sure your images are the same size */
    height:360px; /* Make sure your images are the same size */
	background: url(../images/loading.gif) no-repeat 50% 50% #e3e3e3 ;
	/*border: 7px solid rgba(199, 199, 199, 0.55);
	border:               	1px solid rgb(140,140,140);
    border:                	1px solid rgba(140,140,140,.2);
    background:            	rgb(187,187,187);
    background:        		rgba(187,187,187,.2);*/
}
.theme-default #sliderv img{
	background: #e3e3e3;
}
.shadowHolderflat img{
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-left:-155px;
	margin-top:-90px;
}