@CHARSET "UTF-8";

.vg-items-continer {
	height: 167px;
	width: 792px;
	overflow: hidden;
	position: relative;
}
.vg-items-continer .prev-link
, .vg-items-continer .next-link {
	position: absolute;
	top: 0;
	height: 95px;
	width: 40px;
	background: #fefefe;;
	border: 1px solid #ccc;	
	cursor: pointer;
	margin: 0px 2px; 0px; 2px;
	color: #ccc;
	font-size: 18px;
	padding-top: 70px;
	text-align: center;
} 
.vg-items-continer .prev-link {
	left: 0;
	display: none;
}
.vg-items-continer .next-link {
	right: 0;
	display: none;
}

.more-views ul{
	/*margin-left: 32px !important;*/
	position: relative;
}
