.event-block{
	margin: .25rem;
	width: 170px;
	display:inline-block;
	height:300px;
}
	
.event-image{
	height: 150px;
}

.event-desc{
	width:170px;
	font-size:.8rem;
	display:block;
	
}

.event-desc a{
	font-size:1rem;
	margin:.25rem 0;
	display:block;
}

.widgetthumb-isotope{
	width: 170px;
	height: 150px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

.event-carousel{
	width:100%;
	height:300px;
	overflow:hidden;
}

.slick-prev{
	position:absolute;
	left:-23px;
	top:25px;
	width:23px;
	height:32px;
	cursor:pointer;
	background-image:url('images/prev-arrow.png');
	background-repeat: no-repeat;
	z-index:500;
	text-indent:-9999px;
}

@media (max-width: 320px) {
	.slick-prev{
		left:-10px;
	}
}

.slick-next{
	position:absolute;
	right:-10px;
	top:25px;
	width:23px;
	height:32px;
	cursor:pointer;
	background-image:url('images/next-arrow.png');
	background-repeat: no-repeat;
	z-index:500;
	text-indent:-9999px;
}