.box {
	width: 460px;
    height: 360px;
}

.vmc-simple-slide-wrap
{
	overflow: hidden;
	position: relative;
}
.vmc-simple-slide
{
	height: 100%;
	list-style: none;
	margin: 0;
	padding: 0;
	width: 200%;
}
.vmc-simple-slide .vmc-simple-slide-item
{
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
	float: left;
	height: 100%;
	margin-left: 0px;
	padding-left: 0px;

}
.vmc-simple-slide .vmc-simple-slide-img
{
	border: 0;
	height: 100%;
	margin: 0;
	padding: 0;
	width: 100%;
}
.vmc-simple-slide-handle-buttons
{
	bottom: 10px;
	left: 0;
	list-style: none;
	margin: 0;
	padding: 0;
	position: absolute;
	text-align: center;
	width: 100%;
	z-index: 10;
}
.vmc-simple-slide-handle-buttons .vmc-simple-slide-handle-button
{
	background: #fff;
	border-radius: 50%;
	cursor: pointer;
	display: inline;
	display: inline-block;
	height: 12px;
	margin: 0 6px;
	width: 10px;
	zoom: 1;
}
.vmc-simple-slide-handle-buttons .active
{
	background: #c00;
}
.vmc-simple-slide-page-buttons
{
	height: 0;
	left: 0;
	position: absolute;
	top: 50%;
	width: 100%;
	z-index: 10;
}
.vmc-simple-slide-page-buttons .vmc-simple-slide-page-button
{
	background: transparent no-repeat center center;
	background-size: contain;
	cursor: pointer;
	height: 120px;
	position: absolute;
	width: 60px;
}
.vmc-simple-slide-page-buttons .next
{
	background-image: url("next.gif");
	border-radius: 20px 0 0 20px;
	right: 0;
	top: -60px;
}
.vmc-simple-slide-page-buttons .prev
{
	background-image: url("prev.gif");
	border-radius: 0 20px 20px 0;
	left: 0;
	top: -60px;
}
.vmc-simple-slide-page-buttons .hover
{
	background-color: #000;
	filter: alpha(Opacity=10);
	moz-opacity: .1;
	opacity: .1;
}
.vmc-simple-slide-summary-mask
{
	background: #000;
	bottom: 0;
	filter: alpha(Opacity=0);
	height: 20%;
	left: 0;
	moz-opacity: .0;
	opacity: .0;
	position: absolute;
	width: 100%;
	z-index: 5;
}
.vmc-simple-slide-summary
{
	bottom: 0;
	height: 20%;
	left: 0;
	overflow: hidden;
	position: absolute;
	width: 100%;
	z-index: 6;
}
.vmc-simple-slide-summary .text
{
	color: #fff;
	font-size: 20px;
	text-shadow:2px 2px 2px black;
	font-weight: 400;
	padding: 10px 20px;
	text-align: center;
}
.vmc-simple-slide-summary a
{
	color: #fff;
	text-decoration: none;
}