﻿.nav
{
    z-index: 200;
    position: absolute;
    bottom: 20px;
    right: 20px;
    opacity: .70;
    filter: Alpha(Opacity=70);
    _filter: alpha(opacity=70); /*IE6*/
    -moz-opacity: 0.7; /*fireFox*/
}
.nav a
{
    padding: 3px 7px;
    background: #000;
    color: Gray;
    text-decoration: none;
}
.nav a.activeSlide
{
    color: #fff;
    background: #000;
}
.nav a:focus
{
    outline: none;
}
.prev, .next
{
    padding: 10px 4px;
    background: #000;
    display:none;
    opacity: .60;
    filter: Alpha(Opacity=60);
    _filter: alpha(opacity=60); /*IE6*/
    -moz-opacity: 0.6; /*fireFox*/
    top: 34%;
    position: absolute;
    z-index: 50;
    text-decoration: none;
    color: White;
    font-family: Arial, Helvetica, sans-serif;
    outline: none;
}
.nav2
{
    right: 5px;
    bottom: 57px;
}
.prev
{
    left: 0px;
}
.next
{
    right: 0px;
}