#galleria{
    width: 100%;
    height: 100%;
    background: #000;
}


* {
    padding: 0;
    margin: 0;
}

html, body {
    height: 100%;
    padding: 0px;
    margin: 0px;
}

#galleryListContent {
    width: 93%;
    margin: 0 auto;
}

#galleryListContent a {
    text-decoration: none !important;
}

.galleryPageItem {
    display: block;
    background-color: #6083a9;
    white-space: nowrap;
    border-bottom: 1px solid #b8d0ea;
}

a:hover .galleryPageItem {
    background: #7497bd;
}

.galleryPageItems a:first-child .galleryPageItem {
    border-top: 1px solid #b8d0ea;
}

.galleryPageItem .galleryPageItemImage,
.galleryPageItem .galleryPageItemText{
    display: inline-block;
    font-size: 1em;
    vertical-align: top;
}

.galleryPageItem .galleryPageItemImage {
    width: 38%;
    font-size: 0px;
    position: relative;
}

.galleryPageItem .galleryPageItemImage img:first-child{
    width: 100%;
}

.galleryPageItem .galleryPageItemImage img:last-child{
    position: absolute;
    left: 4px;
    top: 4px;
}

.galleryPageItem .galleryPageItemText {
    width: 50%;
    padding-top: 0.4em;
    margin-left: 0.5em;
    margin-right: 0.4em;
    display: inline-block;
}

.galleryPageItem .galleryPageItemText .galleryPageItemName {
    color: white;
    display: inline-block;
    white-space: normal;
    font-family: PtSansBold, Arial;
    font-size: 0.75em;
    line-height: 1em;
}

.galleryPageItem .galleryPageItemText .galleryPageItemDate {
    color: #b8d0ea;
    font-family: Arial;
    margin-top: 0.2em;
    font-size: 0.7em;
}

.galleryPlayer {
    background: black;
    height: 100%;
    width: 100%;
    position: relative;
}

.gallerPlayerContent {
    height: 100%;
}

.gallerPlayerContent img {
    width: 100%;
}

.galleryPlayerControls {
    width: 100%;
    height: 7%;
    position: absolute;
    bottom: 0;
}

.galleryPlayerControls .galleryPlayerControlsImages {
    width: 29%;
    display: inline-block;
    overflow: hidden;
    height: 100%;
    white-space: nowrap;
}

.galleryPlayerControls .galleryPlayerControlsImages a span {
    height: 100%;
    overflow: hidden;
    display: inline-block;
}

.galleryPlayerControls .galleryPlayerControlsImages a span img{
    height: 100%;
}

.galleryPlayerControls .galleryPlayerControlsPlayButton a span {
    border-radius: 5px;
    background: #c4272e;
    display: inline-block;
    height: 100%;
    font-size: 0px;
    vertical-align: top;
    padding-left: 8%;
    padding-right: 8%;
}

.galleryPlayerControls .galleryPlayerControlsPlayButton a span img {
    height: 50%;
}

.galleryPlayerControls .galleryPlayerControlsNavigatorButton {
    height: 100%;
    display: inline-block;
    vertical-align: top;
}

.galleryPlayerControls .galleryPlayerControlsNavigatorButton a {
    text-decoration: none;
}

.galleryPlayerControls .galleryPlayerControlsNavigatorButton a span {
    background: #c4272e;
    display: block;
    height: 100%;
    padding-left: 15%;
    padding-right: 15%;
    font-size: 1em;
}