#slider .sourceImg{
	display:none;
}
@media (min-width: 1080px) {
/* CSS Document */

#slider h2{
	font-family:"Times New Roman";
	text-transform:uppercase;
	font-size:18px;
}
#slide{
	text-align:center;
	background:#F9F9F9;
	position:relative;
}

#currentSlideImg{
	max-width:1000px;
	max-height:400px;
	vertical-align:middle;
}
#scr{
	width:1000px;
	height:450px;
	 line-height: 400px;
	 margin:0 auto;

}
.left{
	left:0;
}
.right{
	right:0;
}
.left,.right{
	position:absolute;
	top:0;
	height:100%;
	width:40px;
	border:none;
	background:#DDDDDD;
	z-index:2;
	font-size: 24px !important;
    font-weight: bold;
}
.left:hover,.right:hover{
	cursor:pointer;
	background:#231F21;
	color:#fff;
}
#currentSlideDescription{
	position:relative;
	z-index:1;
	text-align:center;
	padding:8px 60px;
	font-size:18px;
	color:#000;
	background: #F2F2F1;
	border-top:1px double #231F21; 
	width:1080px;
	font-weight:bold;
	min-height:40px;
	box-sizing:border-box;
	margin: -50px auto 0px;
}
}
@media (max-width: 1079px) {
	/* CSS Document */

#slider h2{
	font-family:"Times New Roman";
	text-transform:uppercase;
	font-size:22px;
}
#slide{
	background:#F9F9F9;
	text-align:center;
	position:relative;
}

#currentSlideImg{
	max-width:90%;
	max-height:250px;
	vertical-align:middle;
}
#scr{
	width:90%;
	height:300px;
	 line-height: 250px;
	 margin:0 auto;

}
.left{
	left:0;
}
.right{
	right:0;
}
.left,.right{
	position:absolute;
	top:0;
	height:100%;
	width:40px;
	border:none;
	background:#DDDDDD;
	z-index:2;
	font-size: 24px !important;
    font-weight: bold;
}
.left:hover,.right:hover{
	cursor:pointer;
	background:#231F21;
	color:#fff;
}
#currentSlideDescription{
	position:relative;
	z-index:1;
	text-align:center;
	padding:14px 60px;
	font-size:18px;
	color:#000;
	background: #F2F2F1;
	border-top:1px double #231F21; 
	width:100%;
	font-weight:bold;
	min-height:50px;
	box-sizing:border-box;
	margin: -50px auto 0px;
}

}
