.image-slider
{
    clear: both;
}


.rslides
{
    position: relative;
    list-style: none;
    overflow: hidden;
    padding: 0;
    margin: 0;
    /*float: left;*/
    background-image: url('../images/zoom-shadow7.png');
    background-position: center bottom;
    background-repeat: repeat-x;
    padding-bottom: 18Px;
}
.rslides li
{
    -webkit-backface-visibility: hidden;
    position: absolute;
    display: none;
    width: 100%;
    left: 0;
    top: 0;
}

.rslides li:first-child
{
    position: relative;
    display: block;
    float: left;
}

.rslides img
{
    display: block;
    height: auto;
    float: left;
    border: 0;
    width: 100%;
}

.rslides_tabs
{
    position: relative;
    clear: both;
    width: 155px;
    bottom: 50Px;
    margin: 0 auto;
    z-index: 99999;
    text-align: right;
}

.rslides_tabs li
{
    list-style: none;
    display: inline-block;
    height: 12Px;
    width: 12Px;
    margin: 5Px;
}

.rslides_tabs li a
{
    background-image: url('../images/slide-bg.png');
    background-repeat: no-repeat;
}

.rslides_here a
{
    background-image: url('../images/slide-bg-active.png') !important;
}

.slider-caption
{
    position: absolute;
    text-align: center;
    z-index: 8;
    color: white;
    background: url(../images/trans.png) repeat;
    padding: 10px 20Px;
    top: 50%;
    left: 10px;
}
.slider-caption h2
{
    font-size: 30px;
    text-transform: uppercase;
    margin: 0 auto;
}
.slider-caption p
{
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin: 0 auto;
}

.readmore1
{
    background: url(../images/downarrowblue.png) no-repeat;
    width: 50px;
    height: 50px;
    margin: 10px 0 10px 25px;
    display: block;
}
.readmore1:hover
{
    background: url(../images/downarrowhoverblue.png) no-repeat;
}
.readmore2
{
    background: url(../images/downarroworange.png) no-repeat;
    width: 50px;
    height: 50px;
    margin: 10px 0 10px 25px;
    display: block;
}
.readmore2:hover
{
    background: url(../images/downarrowhoverorange.png) no-repeat;
}
.readmore3
{
    background: url(../images/downarrowpurple.png) no-repeat;
    width: 50px;
    height: 50px;
    margin: 10px 0 10px 25px;
    display: block;
}
.readmore3:hover
{
    background: url(../images/downarrowhoverpurple.png) no-repeat;
}

.readmore4
{
    background: url(../images/downarrowgreen.png) no-repeat;
    width: 50px;
    height: 50px;
    margin: 10px 0 10px 25px;
    display: block;
}
.readmore4:hover
{
    background: url(../images/downarrowhovergreen.png) no-repeat;
}


.green,.color1
{
color:#0159A1;}
.orange,.color2
{
color:#EA6A49;}
.purple,.color3
{
 color:#9464A3;}
 
 .purple,.color4
{
 color:#81a111;}