﻿.fade
{
    position:relative; 
    top:601px; 
    float:left; 
    padding-left:1px;
    width:265px;
    z-index:1;
    background:#999;
}
.f, .a, .d, .e 
{
    background-image: url(/assets/flash/background.jpg);
    background-repeat: no-repeat;
    background-position:left bottom;
    height:4px;
    width:100%;
    z-index:1;
    font-size:0;
    display:block;
}

.f 
{
     filter: alpha(opacity=80);
    -moz-opacity: 0.80;
    -khtml-opacity: 0.80;
    opacity: 0.80;
}

.a
{
     filter: alpha(opacity=60);
    -moz-opacity: 0.6;
    -khtml-opacity: 0.6;
    opacity: 0.6;
}

.d
{
     filter: alpha(opacity=40);
    -moz-opacity: 0.4;
    -khtml-opacity: 0.4;
    opacity: 0.4;
}
.e
{
     filter: alpha(opacity=20);
    -moz-opacity: 0.2;
    -khtml-opacity: 0.2;
    opacity: 0.2;
}
