﻿.hugeitmicro, .hugeitmicro .hugeitmicro-item
{
    -webkit-transition-duration: .8s;
    -moz-transition-duration: .8s;
    -ms-transition-duration: .8s;
    -o-transition-duration: .8s;
    transition-duration: .8s;
}
.hugeitmicro
{
    -webkit-transition-property: height,width;
    -moz-transition-property: height,width;
    -ms-transition-property: height,width;
    -o-transition-property: height,width;
    transition-property: height,width;
}
.hugeitmicro .hugeitmicro-item
{
    -webkit-transition-property: -webkit-transform,opacity;
    -moz-transition-property: -moz-transform,opacity;
    -ms-transition-property: -ms-transform,opacity;
    -o-transition-property: -o-transform,opacity;
    transition-property: transform,opacity;
}
#huge_it_gallery_container
{
    padding: 5px;
    margin-bottom: 20px;
}
#huge_it_gallery_container .open-close
{
    width: 20px;
    height: 20px;
    display: block;
    background: #000;
}
#sort-direction
{
    position: absolute;
    top: 0;
    right: 113px;
}
#huge_it_gallery_options
{
    padding-bottom: 1em;
    position: relative;
    margin-left: 8px;
}
#huge_it_gallery_options h3
{
    margin-bottom: .2em;
    font-size: 15px;
}
#huge_it_gallery_options h4
{
    font-weight: bold;
}
#huge_it_gallery_options ul
{
    margin: 0;
    list-style: none;
}
#huge_it_gallery_options ul ul
{
    margin-left: 1.5em;
}
#huge_it_gallery_options li
{
    float: left;
    margin-bottom: .2em;
    margin: 0 3px;
}
#huge_it_gallery_options li a
{
    border: 1px solid #f3f3f3;
    display: block;
    padding: .4em .6em;
    color: #737373;
    font-size: 10pt;
    text-decoration: none;
}
#huge_it_gallery_options li a:hover
{
    border: 1px solid #cecece;
}
#huge_it_gallery_options li a.selected
{
    background-color: #f6f6f6;
}