﻿.MediaBar
{
    margin-bottom: 11px;
    width: 655px;
    height: 370px;
    background: url(../Images/Background_Gallery.gif);
    clear: both;
    position: relative;
    overflow: hidden;
}
.MediaBarItem
{
    position: absolute;
    top: 0px;
    left: 0px;
}
.MediaBarItemBody
{
    width: 633px;
    min-height: 50px;
    position: absolute;
    bottom: 0px;
    left: 0px;
}
.MediaBarItemBody .Background
{
    background-color: #000;
    position: absolute;
    bottom: 0px;
    top: 0px;
    height: 100%;
    width: 655px;
    filter:alpha(opacity=60);
    opacity:0.6;
}
.MediaBarItemBody .Text
{
    position: absolute;
    color: #fff;
    padding: 11px;
    width: 633px;
    bottom: 0px;
    top: 0px;
    height: 100%;
    overflow: hidden;
}
.MediaBarItemBody .Text .MoverLeft
{
    background: url(../Images/MediaBarArrows.gif) no-repeat;
    background-position: 0px 0px;
    width: 11px;
    height: 32px;
    margin-right: 11px;
    overflow: hidden;
    display: block;
    float: left;
    text-indent: -300px;
    outline: none;
    cursor: default;
}
.MediaBarItemBody .Text .MoverLeft:hover
{
    background-position: 0px -32px;
}
.MediaBarItemBody .Text .MoverRight
{
    background: url(../Images/MediaBarArrows.gif) no-repeat;
    background-position: -11px 0px;
    width: 11px;
    height: 32px;
    margin-left: 11px;
    overflow: hidden;
    display: block;
    float: right;
    text-indent: -300px;
    outline: none;
    cursor: default;
}
.MediaBarItemBody .Text .MoverRight:hover
{
    background-position: -11px -32px;
}
.MediaBarItemBody .Text .SubColumn_Left
{
    width: 290px;
    float: left;
}
.MediaBarItemBody .Text .SubColumn_Right
{
    width: 290px;
    float: right;
    text-align: right;
}
.Creative Img
{
    text-align: center;
    height: 369px;
}
