#sliderWrap {
	width: 100%;
	margin: 0 auto;
	z-index: 10;
	position: relative;
}
#slider {
	position: absolute;
	width: 100%;
	margin-top: -3000px;
}
#slider img {
	border: 0;
}
#sliderContent {
	float: left;
	width: 100%;
	height: auto;
	color: #b9b9b9;
	font-size: 13px;
	padding: 0px 0px;
	background-color: #131313;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: ;
	
}

#openCloseWrap {
	float: right;
	position: absolute;
	width: 50px;
	height: 50px;
	right: 0px;
	font-size: 1px;
	color: #fff;
}
@media only screen and (min-width: 1000px) and (max-width: 1169px){
	
#slider {
	margin-top: -2000px;
}

#sliderContent {
	height: 1900px;
	
}


	
}

@media only screen and (min-width: 768px) and (max-width: 999px){
	
#slider {
	margin-top: -410px;
}

#sliderContent {
	height: 360px;
	
}

}

@media only screen and (min-width: 480px) and (max-width: 767px){
#slider {
	margin-top: -950px;
}

#sliderContent {
	height: 900px;
	
}


	
}

@media only screen and (max-width: 479px){

#slider {
	margin-top: -950px;
}

#sliderContent {
	height: 900px;
	
}


}



