﻿.left-rounded-topFilter
{
    background-image: url('../images/left_rounded_topFilter.png');
    background-repeat: no-repeat;
    background-position: right bottom;
    height: 20px;
    width: 19px;
}
.right-rounded-topFilter
{
    background-image: url('../images/right_rounded_topFilter.png');
    background-repeat: no-repeat;
    background-position: left bottom;
    height: 20px;
    width: 19px;
}

.rounded-topFilter
{
    background-image: url('../images/rounded_topFilter.png');
    background-repeat: repeat-x;
    background-position: center bottom;
    height: 20px;
}

.left-rounded-bottomFilter
{
    background-image: url('../images/left_rounded_bottomFilter.png');
    background-repeat: no-repeat;
    background-position: right top;
    height: 20px;
    width: 19px;
}
.right-rounded-bottomFilter
{
    background-image: url('../images/right_rounded_bottomFilter.png');
    background-repeat: no-repeat;
    background-position: left top;
    height: 20px;
    width: 19px;
}

.rounded-bottomFilter
{
    background-image: url('../images/rounded_bottomFilter.png');
    background-repeat: repeat-x;
    background-position: center top;
    height: 20px;
}
.left-rounded-middleFilter
{
    background-image: url('../images/left_rounded_middleFilter.png');
    background-repeat: repeat-y;
    background-position: right center;
    width: 20px;
}
.right-rounded-middleFilter
{
    background-image: url('../images/right_rounded_middleFilter.png');
    background-repeat: repeat-y;
    background-position: left center;
    width: 19px;
}
.rounded-middleFilter
{
    background-image: url('../images/rounded_middleFilter.png');
    background-repeat: repeat;
    background-position: center center;
}
