/*
 * Vertical Thumbnails
 * Complete the bxslider-custom.css
 */

.gallery-container {
	position: relative;
	width: 100%;
	display: block;
}

.gallery-container .slider-left {
	width: 80%;
	width: -webkit-calc(100% - 120px);
	width: -moz-calc(100% - 120px);
	width: calc(100% - 120px);
}

.gallery-container .bxslider-pager {
	position: absolute;
	right: 0;
	width: 100px;
	top: 0;
	height: 100%;
	overflow-x: hidden;
	overflow-y: auto;
}

@media screen and (max-width: 480px) {
	.gallery-container .slider-left {
		width: 80%;
		width: -webkit-calc(100% - 90px);
		width: -moz-calc(100% - 90px);
		width: calc(100% - 90px);
	}
	
	.gallery-container .bxslider-pager {
		width: 70px;
	}
}

.gallery-container .bxslider-pager .bx-thumb-item {
	border-bottom: 4px solid #ccc;
	display: inline-block;
	float: none;
	height: auto;
	margin: 0 2px;
	outline: medium none;
	overflow: hidden;
	position: relative;
	width: auto;
}

.gallery-container .bxslider-pager .scroller-setup .scroller-content {
	padding: 5px;
}