.slider
{

}

.prev
{
    background: url(bottom_slider_left.png);
    width: 56px;
    height: 56px;
    border: 0px;
    float: left;
    position: relative;
    top: 90px;
}

.new_r_tex{
    margin-left: 21px;
    width: 688px;
    margin-top: -25px;
}

.prev:hover
{
    background: url(bottom_slider_left_active.png);
    width: 56px;
    height: 56px;
    border: 0px;
    float: left;
    position: relative;
    top: 90px;
}

.next
{
    background: url(bottom_slider_right.png);
    width: 56px;
    height: 56px;
    border: 0px;
    float: left;
    position: relative;
    top: 90px;  
}

.next:hover
{       
    background: url(bottom_slider_right_active.png);
    width: 56px;
    height: 56px;
    border: 0px;
    float: left;  
    position: relative;
    top: 90px;
}

.discription
{
    width: 220px;
    height: 40px;
    font-family: Arial;
    font-size: 14px;
    color: #07a1e4;
    text-align: center;
    position: relative;
    top: -42px;
    cursor: pointer;   
}

.discription:hover
{
    color: red;
    cursor: pointer;
}

.tag
{
    background: url(tag.png);
    width: 115px;
    height: 50px;
    position: relative;
    top: -150px;
    margin-left: 100px;
}

.tag span
{
    position: relative;
    top: 12px;
    margin-left: 30px;
    font-family: arial;
    font-size: 18px;
    color: white;
}

