.ps-slider-wrapper {
	width: 100%;
	max-height: 500px;
	height: 500px;
	background-image: none;
	background-color: rgb(255, 255, 255);
}

.ps-slider-wrapper .slide {
	width:100%;
	height:100%;
	background-color: rgba(0, 0, 0, 0);
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	display: table;
}

.ps-item-link {
	display: inline-block;
	vertical-align: middle;
	margin-right: -100%;
	width: 100%;
}

a.ps-item-link img {
	max-width:100%;
	width:100%;
	height: auto;
}

.ps-item {
	height: 500px;
}

.bx-wrapper .bx-viewport {
    -moz-box-shadow: 0 0 5px #ccc;
    -webkit-box-shadow: 0 0 5px #ccc;
    box-shadow: 0 0 5px #ccc;
    border: solid #fff 5px;
    left: -5px;
    background: #fff;
}
.caption1{
    /*position:absolute;
    bottom:0px;
    left:0px;
    z-index:10;
    width: 100%;
	color:white;
    background: none repeat scroll 0% 0% rgba(80, 80, 80, 0.75);
    background-color: rgba(80, 80, 80, 0.75);
    background-image: none;
    background-repeat: repeat;
    background-attachment: scroll;
    background-position: 0% 0%;
    background-clip: border-box;
    background-origin: padding-box;
    background-size: auto auto;*/
	/*vertical-align: middle;
	margin-left: 2em;
	width: 50%;
	display: inline-block;
	background: rgba(255,255,255,.85);
	padding: 0 1em;
	border-radius: 4px;*/
    display: table-cell;
    height: 100%;
    margin-left: 2em;
    padding: 0 1em;
    text-align: center;
    vertical-align: middle;
    width: 93%;
	cursor: pointer;
}

.caption1 span {
	background: rgb(57, 158, 124);
	background: rgba(57, 158, 124, 0.35);
	border-radius: 4px;
	padding: 5px;
	font-size: 26px;
	color: white;
}

.caption1 a {
	color: white !important;
}