div.gallery-overview {
    width: 255px;
    float: left;
}

div.gallery-overview div.albums {
    margin: 12px;
}

div.gallery-overview div.albums a {
    display: block;
    padding: 5px 15px;
    color: #d0129f;
    font-weight: bold;
    font-size: 14px;
    text-decoration: none;
}

div.gallery-overview div.albums a.more {
    color: #a0a0a0;
}

div.gallery-overview div.albums a.selected {
    /*color: white;
    background-color: #181a5e;*/
    background-color:#FFF200;
    color:#D0129F;
}

div.gallery-overview div.movies {
    margin: 10px 0px 0px 7px;
}

div.gallery-overview div.movies div.movie {
    float: left;
    width: 118px;
    height: 93px;
    margin: 0px 6px 10px 0px;
    background-color: #181A5E;
}

div.gallery-overview div.movies div.movie a {
    display: block;
    width: 118px;
    height: 93px;
}

div.gallery-overview div.more-videos {
    margin: -3px 0px 8px 0px;
}

div.gallery-overview div.more-videos a {
    color: #a0a0a0;
    text-decoration: none;
    font-size: 14px;
    font-weight: bold;
}



div.gallery-detail {
    float: right;
    width: 670px;
    min-height: 500px;
	overflow: hidden;
}

div.gallery-detail-without-background {
    background: none;
    width: 690px;
}

div.gallery-detail .movie-thumb {
    display: inline-block;
	width: 110px;
    height: 80px;
	margin: 0 4px 4px 0;
	background: rgba(0,0,0,.3) none no-repeat center center;
}

div.gallery-detail .movie {
	display: block;
	margin: 20px auto;
	width: 450px;
	height: 350px;
}


div.gallery-detail div.thumbnails {
    margin: 10px 30px 15px;
}

div.gallery-detail .thumb {
    display: inline-block;
	width: 66px;
    height: 66px;
	margin: 0 4px 4px 0;
	background: rgba(0,0,0,.3) none no-repeat center center;
}


div.gallery-detail div.image {
    margin: 85px 0px 0px 0px;
    text-align: center;
    height: 285px;
}

div.gallery-detail div.pager {
    margin: 17px 0px 0px 0px;
    text-align: center;
}


div.all-movies {

}

div.all-movies div.movies {
    margin: 10px 0px 10px 7px;
}

div.all-movies div.movies div.movie {
    float: left;
    width: 118px;
    height: 93px;
    margin: 0px 6px 10px 0px;
    background-color: #181A5E;
}

div.all-movies div.movies div.movie a {
    display: block;
    width: 118px;
    height: 93px;
}



