﻿/*Styles for the scrollbar*/
.ScrollBar
{ 
    position:absolute;
    right:5px;
    top:0px;
    visibility:hidden;
    width:11px;
    height:335px;
    font-size:1px;
    z-index:2;
}
.ScrollBarD
{ 
    position:absolute;
    right:5px;
    top:0px;
    visibility:hidden;
    width:11px;
    height:210px;
    font-size:1px;
    z-index:2;
}
.ScrollBar .Up, .ScrollBarD .Up
{
    position:absolute; 
    left:0;
    top:0;
    z-index:2;
}  
.ScrollBar .Up img, .ScrollBarD .Up img,
.ScrollBar .Down img, .ScrollBarD .Down img
{
    border:none;
}
.ScrollBar .Down, .ScrollBarD .Down
{ 
    position:absolute; 
    left:0; 
    bottom:0; 
    z-index:3;
}  
.ScrollBar .Track
{ 
    position:absolute;
    left:0;
    top:11px;
    width:12px;
    height:330px;
    background-image:url(../images/TrackbarBody.gif);
    background-repeat:repeat-y;
    z-index:1    
}
.ScrollBarD .TrackD
{ 
    position:absolute;
    left:0;
    top:11px;
    width:12px;
    height:200px;
    background-image:url(../images/TrackbarBody.gif);
    background-repeat:repeat-y;
    z-index:1;
}
.ScrollBar .Track .TrackBar
{
    position:absolute;
    left:1px;
    top:1px;
    width:10px;
    background-image:url(../images/TrackbarTop.png);
    background-repeat:no-repeat;
    height:30px;
    z-index:1;
}  
.ScrollBarD .TrackD .TrackBarD
{
    position:absolute;
    left:1px;
    top:1px;
    width:10px;
    background-image:url(../images/TrackbarTop.png);
    background-repeat:no-repeat;
    height:30px;
    z-index:1;
}
.container .Langs
{
    position:absolute;
    right:10px;
    top:20px;
}
.container .Langs a
{
    text-decoration:none;
    height:14px;
    line-height:14px;
}
.GalleryPageActualText 
{   
    width:460px;
    height:335px;
    float:left;
    line-height:150%;
    overflow:hidden;
    position:relative;
}
.GalleryPageActualText .GalleryPageActualTextInside
{
    width:440px;   
    cursor:default;
    position:absolute;
}
.GalleryPageActualText2 
{   
    width:295px;
    height:335px;
    float:left;
    line-height:150%;
    overflow:hidden;
    position:relative;
}
.GalleryPageActualText2 .GalleryPageActualTextInside2
{
    width:275px;   
    cursor:default;
    position:absolute;
}
.GalleryPageActualTextD
{   
    width:295px;
    height:220px;
    float:left;
    line-height:150%;
    overflow:hidden;
    position:relative;
}
.GalleryPageActualTextD .GalleryPageActualTextInsideD
{
    width:275px;
    cursor:default;
    position:absolute;
}

