.vmc-simple-slide-wrap {overflow: hidden; position: relative;}
.vmc-simple-slide {width: 200%;	height: 100%; list-style: none;	padding: 0;	margin: 0;}
.vmc-simple-slide .vmc-simple-slide-item {float: left; height: 100%; background-position: center top; background-repeat: no-repeat;	background-size: cover;}
.vmc-simple-slide .vmc-simple-slide-img {width: 100%; height: 100%;	border: 0; padding: 0; margin: 0;}
.vmc-simple-slide-handle-buttons {z-index: 10; position: absolute; bottom: 10px; left: 0; width: 100%; list-style: none; padding: 0; margin: 0; text-align: center;}
.vmc-simple-slide-handle-buttons .vmc-simple-slide-handle-button { display: inline-block; *zoom: 1;	*display: inline; width: 12px; height: 12px; border-radius: 50%; background: #fff; margin: 0 6px; cursor: pointer;}
.vmc-simple-slide-handle-buttons .active {background: #e70;}
.vmc-simple-slide-page-buttons {z-index: 10; position: absolute; top: 50%; left: 0; height: 0; width: 100%;}
.vmc-simple-slide-page-buttons .vmc-simple-slide-page-button {position: absolute; height: 50px; width: 50px; background-size: contain; cursor: pointer;}
.vmc-simple-slide-page-buttons .next {top: -60px; right: 10px; border-radius: 50%; background-image: url("../img/slider_right.png"); opacity: 0;}
.vmc-simple-slide-page-buttons .prev {top: -60px; left: 10px; border-radius: 50%; background-image: url("../img/slider_left.png"); opacity: 0;}
.vmc-simple-slide-page-buttons .hover {opacity: .5;}
.vmc-simple-slide-summary-mask {z-index: 5;	position: absolute;	bottom: 0; left: 0;	width: 100%; height: 20%; background: #000;	opacity: .3;}
.vmc-simple-slide-summary {z-index: 6; position: absolute; bottom: 0; left: 0; width: 100%;	height: 20%; overflow: hidden;}
.vmc-simple-slide-summary .text {color: #fff; padding: 10px 20px; font-size: 16px;	font-weight: 400;}
.vmc-simple-slide-summary a {color: #fff; text-decoration: none;}