/*
Created by Stony Chen on Jun 15, 2016
Browser: IE 7+, Fire Fox, Chrome
*/

.slider-overlay, .slider{
	display: block;
	white-space: nowrap;
}

.slider-overlay{
	background-color: #000000;
    filter:alpha(opacity=70);
	z-index: 100;
	opacity: 0.7;
	width: 100%;
	height: 100%;
	position: fixed;
	top:0px;
	left: 0px;
}

.slide{
	top: 50%;
	left: 50%;
	position: fixed;
	z-index: 101;
	display: none;
	text-align: center;
	vertical-align: middle;
	white-space: nowrap;
}

.slide img{
	max-height: 100%;
	max-width: 100%;
    width:auto;
    margin-left:auto;
    margin-right:auto;
	cursor: pointer;
}

.btn-previous, .btn-next{
	z-index: 103;
	display: none;
	background-color: white;
	opacity: 0.6;
	text-decoration: none;
	width: 60px;
	height: 30px;
	top: 50%;
	left: 50%;
	position: fixed;
	margin-top: -15px;
	text-align: center;
	line-height: 1.9;
	cursor: pointer;
}

.slider-dummy{
	position: absolute;
	top: -10000px;
    width:auto;
    margin-left:auto;
    margin-right:auto;


}