/* ################ GERAL ################ */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
margin: 0;
padding: 0;
border: 0;
font-size: 100%;
font: inherit;
vertical-align: baseline;
}
table {
border-spacing: 0px;
}
table td,table th {
padding: 0px;
}
a {
outline: none;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
display: block;
}
/* ################ STYLE ################ */
body {
    background: #000000;
    font-size: 80%;
    font-family: verdana, sans-serif;
    color:#FFF;
}
img{vertical-align:top;}
.fixer{clear:both;}
#fullgallery
{
    position:fixed;
    top:0px;
    left:0px;
    width:100%;
    height:100%;
    overflow:hidden;
}
#fullgallery .toolbar
{
    position:absolute;
    bottom:0px;
    left:0px;
    height:40px;
    width:100%;
    background: #050505;

    border-top:1px #222 solid;
    z-index:10000;
    
}
#fullgallery .toolbar a
{
    display:block;
    height:40px;
    line-height:40px;
    padding:0px 18px;
    color:#888;
    text-decoration:none;
    text-transform: uppercase;
}
#fullgallery .toolbar a span
{
    color:#444;
    font-size:1.2em;
}
#fullgallery .toolbar a:hover
{
    color:#CCC;
    background-color:#000;
}
#fullgallery .toolbar a:hover span
{
    color:#FFF;
}
#fullgallery .toolbar a.next
{
    float:right;
    border-left:1px #111 solid;
}
#fullgallery .toolbar a.prev
{
    float:left;
    border-right:1px #111 solid;
}
#fullgallery .close
{
    position:absolute;
    right:15px;
    top:10px;
    color:#FFF;
    text-decoration:none;
    width:22px;
    height:22px;
    text-align:center;
    line-height:22px;
    cursor:pointer;
    z-index:10000;
}
#fullgallery .close:hover
{
    background-color:#FFF;
    color:#333;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 1px 1px 4px 0px #000000;
    -moz-box-shadow: 1px 1px 4px 0px #000000;
    box-shadow: 1px 1px 4px 0px #000000;
}
#fullgallery .sidebar
{
    position:absolute;
    display:none;
    top:0px;
    right:0px;
    width:22%;
    height:100%;
    background: #111;
    border-left:1px #222 solid;
    -webkit-box-shadow: 1px 1px 4px 0px #000000;
    -moz-box-shadow: 1px 1px 4px 0px #000000;
    box-shadow: 1px 1px 4px 0px #000000;
    overflow:hidden;
    min-width:140px;
    overflow-y:scroll;
    z-index:100;
}
#fullgallery .sidebar-toolbar
{
    position:absolute;
    bottom:0px;
    right:0px;
    width:22%;
    background-color:#010101;
    height:40px;
    z-index:1200;
    -webkit-box-shadow: 1px -4px 8px 0px #000000;
    -moz-box-shadow: 1px -4px 8px 0px #000000;
    box-shadow: 1px -4px 8px 0px #000000;
    border-left:1px #555 solid;
}
#fullgallery .sidebar-toolbar a
{
    float:left;
    display:block;
    line-height:40px;
    height:40px;
    color:#444;
    font-size:0.8em;
    text-decoration:none;
    padding:0px 12px;
    text-transform: uppercase;
    border-right:1px #111 solid;
}
#fullgallery .sidebar-toolbar a:hover
{
    color:#FFF;
}
#fullgallery .sidebar-toolbar a.active
{
    background-color:#e1e1e1;
    color:#333;
}
#fullgallery .sidebar .content
{
    padding-top:10px;
    padding-bottom:48px;
}
#fullgallery #thumbnails
{
    list-style:none;
}
#fullgallery #thumbnails li
{
    padding:10px;
    text-align:center;
    list-style:none;
    -moz-user-select:none;
    -webkit-user-select:none;
    user-select:none;    
}
#fullgallery #thumbnails li a
{
    border:3px #222 solid;
    overflow:hidden;
    margin:auto;
    max-width:90%;
    min-width:100px;
    display:block;
    -webkit-box-shadow: 1px 1px 4px 0px #000000;
    -moz-box-shadow: 1px 1px 4px 0px #000000;
    box-shadow: 1px 1px 4px 0px #000000;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    opacity:.7;
}
#fullgallery #thumbnails li a:hover
{
    border:3px #CCC solid;
}
#fullgallery #thumbnails li.selected a
{
    border:3px #FFF solid;
    opacity:1;
}
#fullgallery #thumbnails li a img{width:100%;}
#fullgallery .viewport
{
    width:78%;
    height:100%;
    position:absolute;
    top:0px;
    left:0px;
}
#fullgallery .viewport.expand
{
    width:100%;
}
.caroufredsel_wrapper
{
    background-color:#050505;
}
#images a
{
    display:block;
    width:100%;
    height:100%;
    text-transform: none;
    outline:none;
    position:absolute;
    cursor: default;
    text-align:center;
    z-index:0;
}
#images a img
{
    height:100%;
}
#fullgallery .viewport ul
{
    list-style:none;
}
#fullgallery .viewport ul li
{
    list-style:none;
    float:left;
    display:block;
}
#fullgallery .viewport ul li div
{
    margin:auto;
    background-color:#000;
}
#sidebar_btn
{
    position:fixed;
    z-index:1500;
    bottom:0px;
    right:0px;
    font-size:2em;
    text-decoration:none;
    color:#777;
    line-height:40px;
    padding:0px 10px;
}
#sidebar_btn:hover
{
    color:#FFF;
}
#sidebar_btn.collapsed
{
    background-color:#111;
    color:#CCC;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 0px;
    -moz-border-radius-bottomright: 0px;
    -moz-border-radius-bottomleft: 5px;
    -webkit-border-radius: 5px 0px 0px 5px;
    border-radius: 5px 0px 0px 5px;
    -webkit-box-shadow: 0px -1px 8px 0px #000000;
    -moz-box-shadow: 0px -1px 8px 0px #000000;
    box-shadow: 0px -1px 8px 0px #000000;
}
#sidebar_btn.collapsed:hover
{
    padding-right:20px;
}
.video-container
{
    display:none;
    height:100%;
    width:100%;
    position:absolute;
    top:-10000px;
    left:0px;
    outline:none;
    z-index:100;
}
#video
{
    outline:none;
}