.theme-default .dmxGallery2-thumb-container-inner.dmxGallery2-thumb-container-left,
.theme-default .dmxGallery2-thumb-container-inner.dmxGallery2-thumb-container-right,
.theme-default .dmxGallery2-thumb-container-inner.dmxGallery2-thumb-container-bottom {
	bottom: 50px !important;
}

.theme-default .dmxGallery2-thumb:first-child {
	margin-top: 2px;
	margin-left: 0;
}

.theme-default.dmxGallery2-vertical .dmxGallery2-thumb:first-child {
	margin-top: 0;
	margin-left: 2px;
}

.theme-default .dmxGallery2-thumb:last-child {
	margin-bottom: 2px;
	margin-right: 0;
}

.theme-default.dmxGallery2-vertical .dmxGallery2-thumb:last-child {
	margin-bottom: 0;
	margin-right: 2px;
}

.theme-default .dmxGallery2-thumb {
	margin: 2px;
	border: 3px solid #f2f2f2;
}

.theme-default .dmxGallery2-thumb:hover {
	border: 3px solid #34495e;
}

.theme-default .dmxGallery2-thumb-active {
	border: 3px solid #2c3e50;
}

.theme-default .dmxGallery2-prev, .theme-default .dmxGallery2-next,
.theme-default .dmxGallery2-play, .theme-default .dmxGallery2-pause {
	position: absolute;
	display: block;
	background-repeat: no-repeat;
	background-position: center center;
	z-index: 20;
	background-color: #fff;
	opacity: 0.7;
	transition: opacity 400ms;
	width: 40px;
	height: 40px;
}

.theme-default .dmxGallery2-prev:hover, .theme-default .dmxGallery2-next:hover,
.theme-default .dmxGallery2-play:hover, .theme-default .dmxGallery2-pause:hover {
	opacity:1;
}

.theme-default .dmxGallery2-prev {
	bottom: 5px;
	left: 2px;
	background-image: url( 'controlbl_prev.png' );
}

.theme-default .dmxGallery2-next {
	bottom: 5px;
	right: 2px;
	background-image: url( 'controlbl_next.png' );
}

.theme-default .dmxGallery2-play {
	bottom: 5px;
	left: 50%;
	margin-left: -20px;
	background-image: url( 'controlbl_play.png' );
}

.theme-default .dmxGallery2-pause {
	bottom: 5px;
	left: 50%;
	margin-left: -20px;
	background-image: url( 'controlbl_pause.png' );
}
