@CHARSET "UTF-8";

#controll {
    position: relative;
    float: left;
    width: 120px;
    overflow: hidden;
    margin-top: 100px;
    margin-right: 10px;
}

#scroll {
    position: relative;
    width: 200px;
}

#album_controll, #photo_controll {
    width: 80px;
    margin-right: 13px;
}

/* root element for scrollable */ 
div.scrollable { 
    /* required settings */ 
    position:relative; 
    overflow:hidden; 
} 

/* root element for scrollable items */ 
div.scrollable div.items { 
    position: absolute; 

    /* this time we have very large space for the height */ 
    height: 20000em;
    width: 77px;
    text-align: center; 
}

#album_controll {
    float: left;
    height: 77px;
}

#album_scroll {
    height: 57px;
}

.album {
    margin: 10px 0 5px;
    font-size: 70%;
    position: relative;
}

.photo {
    position: relative;
}

.album span,.album a {
    display: block;
}

#photo_controll {
    float: left;
}

#photo_scroll {
    height: 400px;
}

#photo_scroll img {
    margin: 10px 0;
}

#main {
    position: relative;
    float: left;
    width: 600px;
    padding-left: 20px;
}

#controll a.prevPage, #controll a.nextPage {
    display: block;
    width: 67px;
    height: 10px;
    background-position: left top;
    background-repeat: no-repeat;
    margin-left: 5px;
    font-size: 1px;
    text-indent: -1000px;
}

#controll a.prevPage:hover, #controll a.nextPage:hover {
    background-position: -67px 0;
}

#controll a.prevPage {
    background-image: url("../img/gallery/scroll_up.gif");
}
#controll a.nextPage {
    background-image: url("../img/gallery/scroll_down.gif");
}

.current_marker {
    position: absolute;
    top: 17px;
    left: 0px;
}

#view {
    position: relative;
}

#view img {
    position: absolute;
    display: block;
}

#photo_navigation {
    width: 600px;
    margin-bottom: 10px;
}

#photo_title {
    width: 600px;
    font-weight: bold;
}

#photo_title span {
    font-weight: normal;
}

.social {
    margin-top: 15px;
}

.social .floatleft {
    float: left;
}

