body
{
    font-family: arial, helvetica;
    background: #000;
    text-align: center;
    margin: 0;
    overflow-y: scroll;
}
img
{
    border: 0;
}
#container
{
    margin: 0 auto;
    color: #fff;
    position: relative;
}       
#content
{
    text-align: left;
    padding: 60px 0 20px 0;
    -webkit-transition: opacity .5s ease-in-out;
    -moz-transition: opacity .5s ease-in-out;
}
#small_gallery_thumb_container
{
    -webkit-transition: -webkit-transform .75s;
    -moz-transition: -moz-transform .75s;
}
#videoFrame
{
    opacity: 0;
    -webkit-transition: opacity .5s ease-in-out;
    -moz-transition: opacity .5s ease-in-out;
    position: fixed;
    background-color: transparent;
    top: 0;
    /*width: 980px;
    height:315px;*/
    display: none;    
}
#videoPlayerFrame
{
    height: 100%;
}
#videoPlayerSubFrame
{
    height: 100%;
    margin: 0;
    /*margin: 0 235px;*/
}
#videoPlayer
{
    border: 1px solid #999;
    background-color: #000;
    position: absolute;
    /*left: 270px;
    right: 270px;*/
    top: 30px;    
    bottom: 30px; 
    -webkit-box-shadow: 0px 10px 5px rgba(3, 3, 3, .75);
}
#videoFrame img
{
    font-weight: bold;
    position: absolute;
    top: 5px;
    /*right: 245px;*/
    width: 20px;
    height: 20px;
    cursor: pointer;
    -webkit-transition: opacity .5s ease-in-out;
    opacity: 0;
    z-index: 2;
    -webkit-box-shadow: 0px 10px 5px rgba(3, 3, 3, .75);
}
.fadeBack
{
    opacity: .18;
}
#promo
{
    position: absolute;
    top: 0;
}
#page_title
{
    font-size: 20px;
    text-align: right;
    padding: 5px;
} 
#page_subtitle
{
    font-size: 16px;
    text-align: left;
    padding: 0 25px;
}        
#top_content
{
    margin: 60px auto 30px auto;
    position: relative;
    width: 915px;  
}
#top_content
{
    white-space: nowrap;
}  
.morebutton
{
    margin-right: 30px;
}
.more_container
{
    float: right;
    width: 300px;
    margin-right: 20px;
    text-align: center;
}
.more_container img
{
    cursor: pointer;
}
.gallery_large,
.gallery_small
{            
    font-size: 12px;
    margin: 5px 0;
    overflow: hidden;
    -webkit-transition: height .25s ease-in-out;
    -moz-transition: height .25s ease-in-out;
}   
.gallery_large
{            
    margin-top: 45px;
}              
.gallery_large .thumb_frame
{
    text-align: left;
    width: 275px;
    height: 110px;
    display: inline-block;
    margin: 8px 10px 5px 10px;
}          
.gallery_large .thumb
{
    float: left;
}
.gallery_small .thumb img,
.gallery_large .thumb img
{
    cursor: pointer;
}
.gallery_large .thumb_info
{
    float: left;
    padding-left: 8px;
    width: 105px;
}
.gallery_small .thumb_frame
{
    text-align: left;
    width: 151px;
    height: 125px;
    display: inline-block;
    margin: 8px 12px 0 12px;
}      
.gallery_small .thumb
{

}
.gallery_small .thumb_info
{
    margin: 5px 0;
}
.gallery_large .gallery_title,
.gallery_small .gallery_title
{
    float: none;
    clear: both;
    width: auto;
    height: auto;
    border: 0;
    padding: 0;
    font-size: 16px;
}
.gallery_large .gallery_title
{
    margin: 4px 0 10px 55px;
}
.gallery_small .gallery_title
{
    margin: 4px 0 10px 55px;
}
.gallery_small .gallery_container
{    
    position: relative;
    height: 150px;  
    text-align: center;
}
.gallery_small .thumb_container
{
    position: absolute;
    left: 55px;
    overflow: hidden;
    white-space: nowrap;
    height: 150px;
}
#right_arrow,     
#left_arrow
{
    position: absolute;
    top: 0px;
    z-index: 2;
    background: #000;
    width: 50px;
    height: 100%;
}
#right_arrow
{
    right: 0px;
}     
#left_arrow
{
    left: 0px;
}
#right_arrow img,     
#left_arrow img
{
    position: relative;
    top: 50px;
    cursor: pointer;
}
#right_arrow button
{
    right: 15px;
}    
#left_arrow button
{
    left: 15px;
}
.gallery_large .thumb_container
{
    text-align: center;
    padding-left: 20px;
}
.thumb_title
{
    color: #fff;
}
.thumb_info
{
    font-weight: bold;
    color: #999;
}
.expanded_small
{
    height: 195px;
}
.collapsed_small
{
    height: 0;
}
.expanded_large
{
    height: 275px;
}
.collapsed_large
{
    height: 155px;
}   
#footer
{
    text-align: center;
}
