#audio-controls {
	padding: 0 2em;
	height: 4em;
	position: relative;
	top: 1.5em;
}
#audio-controls #seekslider {
	width: 100%;
	background: #eee;
	height: 0.25em;
	margin-bottom: 1em;
	cursor: pointer;
}
#audio-controls #seekslider .seek-range {
	background: #777;
	height: 0.25em;
	width: 0;
	position: absolute;
	left: 0 !important;
	display: inline-block;
	margin-left: 25px;
}
#audio-controls #seekslider .ui-slider-handle {
	width: 1px;
	background: #eee;
	height: 0.25em;
	position: absolute;
	display: inline-block;
	margin-left: 25px;
}
#audio-controls #audio-controls-left {
	width: 50%;
	float: left;
}
#audio-controls #audio-controls-left button#playpausebtn {
	width: 50px;
	height: 50px;
	float: right;
	border:none;
	cursor: pointer;
}
#audio-controls #audio-controls-left button#playpausebtn.play {
	background: transparent url(../Icons/Project/Play.svg) no-repeat 50% 50%;
}
#audio-controls #audio-controls-left button#playpausebtn.pause {
	background: transparent url(../Icons/Project/Pause.svg) no-repeat 50% 50%;
}
#audio-controls #audio-controls-right {
	width: 50%;
	float:left;
	position: relative;
}
#audio-controls #audio-controls-right #volumebox {
	float: right;
	list-style: none;
	margin: 0;
	padding: 0;
}
#audio-controls #audio-controls-right #volumebox li {
	float: left;
	width: 0.5em;
	margin-left: 0.1em;
	margin-right:0.1em;
	height: 2.3em;
	list-style: none !important;
}
#audio-controls #audio-controls-right #volumebox li span {
	background: #eee;
	display: inline-block;
	width: 0.5em;
	bottom: 0;
	position: absolute;
	cursor: pointer;
}
#audio-controls #audio-controls-right #volumebox li:hover span:hover,
#audio-controls #audio-controls-right #volumebox li span.active {
	background: #777;
}
#audio-controls #audio-controls-right #volumebox #volume1 {
	height: 0.6em;
}
#audio-controls #audio-controls-right #volumebox #volume2 {
	height: 0.9em;
}
#audio-controls #audio-controls-right #volumebox #volume3 {
	height: 1.2em;
}
#audio-controls #audio-controls-right #volumebox #volume4 {
	height: 1.5em;
}
#audio-controls #audio-controls-right #volumebox #volume5 {
	height: 1.8em;
}
#audio-controls #audio-controls-right #volumebox #volume6 {
	height: 2.1em;
}
#audio-controls #audio-controls-right #volumebox #volume7 {
	height: 2.3em;
}

#tx-buw-showcase-images {
	overflow: hidden;
}

#tx-buw-showcase-header {
	position: relative;
	z-index: 999;
}

.csc-gallery-slideshow-images{
	position: relative;
	max-height: 562px;
    max-width: 1000px;
}
.csc-gallery-slideshow-images .figure {
	margin-bottom: 0;
	height: 562px;
	width: 100%;
}
#tx-buw-showcase-images {
	max-height: 562px;
}
.csc-gallery-slideshow-images img {
	display: block;
	margin: 0 auto;
}
#tx-buw-showcase-audio img{
	display: block;
	max-height: 430px !important;
    width: auto !important;
    margin: 20px auto 0;
}
