.albums .album-content .album-image-description {
    margin-top: 16px;
}

.album-content #image-view,
.album-content #image-list{
	width: 100%;
}
#image-list .slides li{
	cursor: pointer;
}

#image-view .slides .image {
	max-height: 400px;
}
#image-view .slides .image img{
	max-height: 400px;
	width: auto;
	margin: auto;
}

#image-list .slides li {
	max-height: 100px;
}
#image-list .slides li img{
	width: 180;
	margin: auto;
}
