.post-multislider{
	width: 100%;
	position: relative;
	border: none;
}

.post-multislider .multislider-title {
	text-align: center;
	margin: 30px auto;
}

.post-multislider .next {
	position: absolute;
	top: 34%;
	right: 20px;
	font-size: 100%;
	cursor: pointer;
	color: white;
	background-color: #B11A29;
	border-radius: 35px;
	z-index: 1200;
		padding-top: 7px;
	height: 35px;
	width: 35px;
	
}

.post-multislider .prev {
	height: 35px;
	width: 35px;
	position: absolute;
	top: 34%;
	left: 20px;
	font-size: 100%;
	cursor: pointer;
	color: white;
	background-color: #B11A29;
	padding-top: 7px;
	border-radius: 35px;
	z-index: 1200;

	
}

.post-multislider .post-wrapper{
	width: 100%;
	height: auto;
	margin: 0px auto;
	overflow:hidden;

	padding: 10px 0px 10px 0px;
}
	
	.post-multislider .post-wrapper .post{
		height: 100%;
		width: 100%;
		display: inline-block;
		margin: 0px 10px;
		background: white;
		

		
	}
	
	.post-multislider .post-wrapper .post .post-info{
		height: 130px;
		padding: 0px 5px;
	
		
	}
		
	
	.post-multislider .post-wrapper .post .multislider-image{
		width: 100%;
		height: auto;
		
		
	}		
