﻿.features 
{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 150px;
    
    xborder: 1px dotted red;
}
.features .feature
{
    position: absolute;
    width: 100%;
    height: 100%;
}
.features .feature h3 
{
    position: absolute;
    right: 0;
    bottom: 30px;
    background: url(http://tools.vezea.net/image?background=black&opacity=0.6);
    color: White;
    border: 0;
    font-variant: normal;
    font-size: 12pt;
    font-weight: bold;
    font-family: Arial, Sans-Serif;
    padding: 2px 20px;
}
.features .feature p 
{
    position: absolute;
    right: 0;
    bottom: 0;
    margin: 0;
    width: 92%;
    padding: 2% 4%;
    background: url(http://tools.vezea.net/image?background=black&opacity=0.6);
    color: White;
    font-size: 8pt;
}
.features .feature a 
{
    color: #eee;
    position: absolute;
    right: 0;
    bottom: 0;
    padding: 2%;
} 

.features .nav 
{
    position: absolute;
    right: 0;
    top: 0;
    padding: 5px;
}
.features .nav a
{
    xbackground: url(http://tools.vezea.net/image?background=black&opacity=0.6);    
    text-decoration: none;
    margin: 3px;
    float: left;
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    position: relative;
    font-size: 10px;
    color: Silver !important
}
.features .nav a img,
.features .nav a span 
{
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}
.features .nav a.current 
{
    font-size: 12px;
    width: 26px;
    height: 26px;
    line-height: 26px;
    margin: 0 3px;
    color: White !important;
}
.features .nav * 
{
    cursor: pointer;
}
.features .nav a:hover 
{
    color: White !important;
}

