.gallery-container{
	position: relative;
	margin-top: 15px;
	height: 145px;
	width: 100%;
	background-color: grey;
	overflow: hidden;
}

.gallery-container > .bar-container{
	width: auto;
	height: 100%;
	overflow: hidden;
}

.gallery-container > .button-container{
	width: 155px;
	height: 100%;
	text-align: center;
	margin: 5px 0 0 25px;
}

.gallery-container > .button-container.prev{
	float: left;

}

.gallery-container > .button-container.next{
	float: right;
}

.audiobook-icon-title{
	width: 105px;
	height: 99px;
	position: relative;
	top:-116px;
	left:5px;
	overflow: hidden;
	
}

.audiobook-icon-title > div{
	display: table;
	width: 105px;
	height: 99px;
	
	white-space: normal;
	text-align: center;

}

.audiobook-icon-title > div > span{
	display: table-cell;
	padding: 10px;
	
	font-size: 16px;
	line-height: 16px;
	vertical-align: middle;
}

.audiobook-icon-duration {
	position: relative;
	top: -211px;
	left: 70px;
	font-weight: normal;
	font-size: 12px;
	line-height: 12px;
}

