*{
    padding:0;
    margin: 0;
}
a{
    outline:none;
}
html,body{
    height: 100%;
    width:100%;
    overflow: hidden;
    color:white;   
    font-family:Trebuchet MS,sans;          
}

#header{
    position: absolute;
    top:0;
    left:0;
    width:100%;
    height:57px;
    background:#0E0E0E url(narezka/bg_x_repeat.png) repeat-x scroll 0 -120px;
    border-top:1px solid #343434;
    border-bottom:1px solid #1F1F1F;
    font-size:13px;
    overflow:hidden;   
    z-index:30; 
}
#content{
    background: black;
    position: absolute;
    top: 57px;
    left:0;                                                         
    right:0;
    bottom:40px;
    z-index:10;
    overflow: auto;  
    font-size: 12px;    
}
#footer{
    position:absolute;
    left:0;
    bottom:0;
    background:#252525 url(narezka/bg_x_repeat.png) repeat-x scroll 0 -70px;
    height:40px;
    text-align:center;
    width:100%;
    z-index:20;
}

* html #content{
    top:57px;
    height: expression(document.body.offsetHeight-57-40);
    width:100%;
    overflow: auto;  
}
.clear{
    clear:both;
}

#header .video_gall_header{
    width: 50%;
    margin: 0 auto;
    text-align: center;
    font-size: 22px;
    line-height: 57px;
}

#header button{
    position:absolute;
    top:14px;
    left: 19px;
    background: none;
    border: none;
    outline: none;
    color:white;
    font-size: 14px;
    height:32px;
    cursor: pointer;      
}

#header button .outer {
    background:transparent url(narezka/button_left.png) no-repeat scroll 0 -71px;
    height:32px;
    margin-left:-3px;
    padding-left:2px;
    display:block;
    padding:0 4px 0 2px;
    position:relative;
    width:100%;    
}

* html #header button{ 
    background: gray;
    height: 20px;
    line-height: 20px;
}

* html #header button .outer, * html #header button .label { 
    background: none;
    height: auto;
    margin: 0;
    padding: 0;
    width: auto;
}

#header button .label {
    right:-6px !important;
    margin-left:6px !important;
    width:auto !important;
    background:transparent url(narezka/button_right.png) no-repeat scroll right -71px;
    font-weight:bold;
    height:14px;
    line-height:13px;
    padding:7px 3px 10px 4px;
    text-indent:-14px;  
    padding-left:10px;
    padding-right:10px;    
    position: relative;  
}
#content {  

background: url("narezka/gallery_second_page_back.jpg") 50% 0 repeat;
} 

#content .pageTitle{
    height: 80px;
    line-height: 80px;
    padding: 0 0 0 64px;
    font-size: 22px;
}

#content .item_list .item{
    float:left;
    margin: 0 0 0 60px;
    display: inline;
    position: relative;
    zoom:1;
    padding: 0 20px;
}

#content .item_list .item canvas, #content .item_list .item img{
    cursor:pointer !important;    
}

#content .item_list .item .metadata{
    height: 57px;
    text-align: center;
    display:table-cell;    
    vertical-align: middle;
    width: 216px;
    overflow: hidden;
}
#content .item_list .item .metadata .albumName{
    font-size: 18px;
}

#small_logo{
    height: 40px;
    width: 65px;
    background: url("narezka/model_logo_small.png") 0 50% no-repeat;
    margin: 0 auto;
    position: relative;
    display: block;
    cursor: pointer;
}


* html #small_logo {
        background: none;    
        filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='narezka/model_logo_small.png', sizingMethod='crop');
}   
.imgContainerInner{
   /* height: 200px;  */
    zoom:1;             
}

* html .imgContainerInner{
    zoom:1;   
    float: left;    
    overflow: hidden;              
}

#light_block{
    height:100%;
    position:absolute;  
    width:100%;
    z-index:500;
    background: black;
    display: none; 
}

* html body{
    height: 100%;
}
body{
    min-height: 100%;
}
html{
    height: 100%;
}


