﻿#Content .Gallery
{
    margin: 0 0 0 9px;
    padding: 0;
    list-style: none;
}

#Content .Gallery .Separator
{
    padding: 0 0 30px 0;
    background: url(/images/backgrounds/dots-horizontal.gif) repeat-x left bottom;
}

#Content .Gallery .Gallery-Item
{
    float: left;
    display: inline;
    position: relative;
    width: 160px;
    margin: 25px 13px 0 0;
    padding: 0;
    font-size: 1em;
}

#Content .Gallery.Gallery-Promo .Gallery-Item
{
    margin-top: 10px;
}

#Content .Gallery-Nested .Gallery-Item
{
    width: 140px;
    margin-right: 12px;
}

#Content .Gallery-Admin .Gallery-Item
{
    width: 120px;
}

#Content .Gallery-Promo .Gallery-Item
{
    width: 170px!important;
}

#Content .Gallery .Gallery-Item .Media-Thumb
{
    text-align: center;
}

#Content .Gallery .Gallery-Item .Media-View
{
	position: relative;
    display: block;
    margin: 11px 0 0 0;
    padding: 7px 10px 6px 0;
    background: url(/images/backgrounds/dots-horizontal.gif) repeat-x left top;
    font-size: 1em;
    text-align: right;
    text-transform: uppercase;
}


#Content .Gallery .Gallery-Item .Media-View img
{
	position: absolute;
	left: 5px;
	top: 5px;
}

#Content .Gallery .Gallery-Item .Media-View span
{
    padding: 0 12px 0 0;
    background: url(/images/icons/arrow-right.gif) no-repeat right 3px;
}

#Content .Gallery .Media-View input
{
    position: absolute;
    top: 2px;
    left: 22px;
}

#Content .Gallery .Gallery-Item .Media-Info
{
    padding: 7px 0 0 0;
    background: url(/images/backgrounds/dots-horizontal.gif) repeat-x left top;
    color: #999;
    line-height: 1.4em;
}

#Content .Gallery .Gallery-Item .Media-Info strong
{
    display: block;
    color: #666;
    font-weight: bold;
}

#Content .Gallery .Gallery-Item .Media-Options label
{
    font-size: 1.1em;
    color: #666;
}

#Content #Video
{
    margin: 15px 34px 0 9px;
    padding: 10px 0 10px 10px;
    background: #DDD;
}

#Content .Button-Wrapper .Button
{
    margin-left: 9px;
}

#Content img.Thumbnail
{
    margin-top: 10px;
}
