

.carouselpack {
	height: 1%;
	overflow: hidden;
	position: relative;
	/*position: fixed;*/
	margin-top: 20px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 0;
	padding-right: 120px;
	padding-bottom: 5px;
	padding-left: 120px;
}

.carouselpack .viewport {
	height: 260px;
	overflow: hidden;
	position: relative;
	

	
}

.carouselpack .buttons {
	/*border-radius: 35px;*/
	display: block;
	position: absolute;
	top: 25%;
	left: 0;
	width: 70px;
	height: 120px;
	color: #fff;
	font-weight: bold;
	text-align: center;
	line-height: 35px;
	text-decoration: none;
	font-size: 22px;
	z-index: 1000;
	margin-left: 15px;
}

.carouselpack .next {
	right: 0;
	left: auto;
	top: 25%;
	margin-right: 15px;
}

.carouselpack .buttons:hover {
filter: blur(1px);
	-webkit-filter: blur(1px);
	-moz-filter: blur(1px);
	-o-filter: blur(1px);
	-ms-filter: blur(1px);
}

.carouselpack .disable {
    visibility: hidden;
}

.carouselpack .overview {
    list-style: none;
    position: absolute;
    padding: 0;
    margin: 0;
    width: 240px;
    left: 0;
    top: 0;
}

.carouselpack .overview li {
    float: left;
    margin: 0 20px 0 0;
    padding: 1px;
    height: 121px;
    border: 1px solid #dcdcdc;
    width: 236px;
 }

.Center {
	text-align: center;
	margin-right: auto;
	margin-left: auto;

}