.blogWidget.blogSlider {
	position: relative;
}
	.blogWidget.blogSlider .arrows {
		position: absolute;
		top: 25px;
		right: 25px;
		z-index: 10;
	}
		.blogWidget.blogSlider .arrows .arrow {
			display: inline-block;
			width: 35px;
			height: 35px;
			background-image: url('/includes/public/assets/images/blog-slider-arrows.png');
			background-color: #c13828;
			background-repeat: no-repeat;
			background-position: center center;
			cursor: pointer;
			box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
		}
			.blogWidget.blogSlider .arrows .arrow.prev {
				background-position: -20px 5px;
			}
			.blogWidget.blogSlider .arrows .arrow.next {
				background-position: 5px 5px;
			}

	.blogWidget.blogSlider .slides {}
		.blogWidget.blogSlider .slides .slide {
			overflow: hidden;
			position: relative;
		}
			.blogWidget.blogSlider .slides .slide .imgCont {}
				.blogWidget.blogSlider .slides .slide .imgCont img {}

			.blogWidget.blogSlider .slides .slide .contents {
				display: block;
				width: 100%;
				padding: 15px 20px;
				position: absolute;
				bottom: 0;
				background-color: rgba(0, 0, 0, 0.6);
			}
				.blogWidget.blogSlider .slides .slide .contents p {
					margin: 0;
					color: #fff;
				}
