@charset "utf-8";

.slider_wrap {
	position: absolute;
	display: inline-block;
	width: 100%;
	height: 600px;
	overflow: hidden;
	background-color: #F5F5F5;
	border-bottom: 1px solid #3B3B3B;
}

.slider_fasa { 
	position: absolute;
	width: 100%;
	height: 80px;
	top: 0px;
	left:0px;
	background-color:rgba(255,255,255,0.8);
	-webkit-box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.2);
	-moz-box-shadow:	 0px 3px 7px 0px rgba(0, 0, 0, 0.2);
	box-shadow:	0px 3px 7px 0px rgba(0, 0, 0, 0.2);
	z-index: 2;
}

.loader { 
	position: absolute;
	width: 100%;
	height: 6px;
	top: 0px;
	left:0px;
	 background: transparent url(grfx/loader.jpg) center center repeat;
	z-index: 3;
}

.slider { 
display: inline-block;
}

.slider > img {
    position: absolute;
	opacity: 0.9;
	width: 100%;
	height: auto;
    top: 0; 
    left: 0;
    display: none;
}

.slider_overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	opacity: .4;
    background: transparent url(img/pattern.png) center center repeat;
	z-index: 1;
}



@media screen and (max-width: 1680px) {
	
.slider_wrap {
	height: 400px;
}
}

@media screen and (max-width: 960px) {
	
.slider_wrap {
	height: 300px;
}

}

@media screen and (max-width: 740px) {
	
.slider > img {
	width: 720px;
	height: auto;
	left: 50%;
	margin-left: -360px;
}
}
