﻿.gallery 
{
    position: relative;
    width: 461px;
    height: 246px;
   
}
.gallery h1, p, a
{
    font-family: Arial;
    margin: 0;
    padding: 0;

}
.gallery_item
{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
}
.gallery_item .title
{
    position: absolute;
    right: 0;
    bottom: 50px;
    width: 250px;
    height: 50px;
    color: #8F0061;
    z-index: 20;
}
#menu_tray .link a
{
    position: absolute;
    left: 230px;
    bottom: 00px;
    width: 210px;
    height: 14px;
    color: #FFFFFF;
    z-index: 20;
}
.gallery_item .title .bg
{
    position: absolute;
    width: 250px;
    height: 50px;
    background-color: #FFFFFF;
    filter:alpha(opacity=40);-moz-opacity:.40;opacity:.40;
}
.gallery_item .title h1
{
    padding: 5px 15px 5px 15px;
    font-size: 18px;
	color: #000000;

}
.gallery_item .title p
{
    padding: 0 15px 5px 15px;
    font-size: 10px;
	color: #FFFFFF;
}
#menu_tray
{
    position: absolute;
    bottom: 0;
    z-index: 70;
}
#menu_tray a
{
    display: block;
    float: left;
    width: 20px;
    height: 14px;
    padding: 3px 3px;
    background-color: #262626;
    font-size: 10px;
    color: #999999;
    text-align: center;
    text-decoration: none;
}
#menu_tray a:hover
{
    color: #FFFFFF;
    text-decoration: none;
}
#menu_tray a.active
{
    color: #FFFFFF;
    text-decoration: none;
}
#menu_tray a.button
{
    padding: 3px 0;
    background-position: top;
    background-repeat: no-repeat;
}
#menu_tray a.button:hover
{
    background-position: bottom;
}
#menu_tray a.first
{
    background-image: url(first.png);
}
#menu_tray a.prev
{
    background-image: url(prev.png);
}
#menu_tray a.next
{
    background-image: url(next.png);
}
#menu_tray a.last
{
    background-image: url(last.png);
}
#menu_tray a.pause
{
    background-image: url(pause.png);
}
#menu_tray a.play
{
    background-image: url(play.png);
}
