﻿.NewSectionsDown
{
    background-image:url(images/index_16.gif);
    background-repeat:no-repeat;
    background-position:bottom;
    border: solid 3px green;
    height:40px;
}

.NewSectionsUp
{
    background-image:url(images/index_10.gif);
    background-repeat:no-repeat;
    height:50px;
    border: solid 1px red;
}


.NewSectionsLeft
{
    background-image:url(images/index_09.gif);
    background-repeat:no-repeat;
    background-position:left;
}

