.slideshow{
	margin: 0 auto;	
	position: relative;
	max-width: 875px;
	width: 100%;
    height: 130px;
    margin-bottom: 100px;
}
.center{
	    position: absolute;
    z-index: 999;
    top: 50%;
    width: 27px;
}
#prev{
	float: left;
    margin: 0 0 0 -147px;
    width: 27px;
    height: 46px;
    background-image: url(../img/prev-carousel-slide.png);
    background-repeat: no-repeat;
}
#next {
    float: right;
    margin: 0 -100px 0 0;
    width: 27px;
    height: 46px;
    background-image: url(../img/next-carousel-slide.png);
    background-repeat: no-repeat;
}
.cycle-pager{
	position: absolute;
	text-align: center;
	width: 100%;
	z-index: 200;
	left: 0;
	bottom: 0px;
}
img.cycle-slide.cycle-slide-active, img.cycle-carousel-wrap{
    padding: 50px 60px;
}
