/*
 * jQuery Nivo Slider v2.1
 * http://nivo.dev7studios.com
 *
 * Copyright 2010, Gilbert Pellegrom
 * Free to use and abuse under the MIT license.
 * http://www.opensource.org/licenses/mit-license.php
 * 
 * March 2010
 */

.nivoSlider {
position:relative;
}
.nivoSlider img {
left:0;
position:absolute;
top:0;
}
.nivoSlider a.nivo-imageLink {
border:0 none;
display:none;
height:100%;
left:0;
margin:0;
padding:0;
position:absolute;
top:0;
width:100%;
z-index:60;
}
.nivo-slice {
display:block;
height:100%;
position:absolute;
z-index:50;
}
.nivo-caption {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:#ffffff none repeat scroll 0 0;
bottom:0;
left:0;
opacity:0.8;
position:absolute;
width:100%;
z-index:89;
}
.nivo-caption p {
margin:0;
padding:5px;
}
.nivo-directionNav a {
cursor:pointer;
position:absolute;
top:45%;
z-index:99;
}
.nivo-prevNav {
left:0;
}
.nivo-nextNav {
right:0;
}
.nivo-controlNav a {
cursor:pointer;
position:relative;
z-index:99;
}
.nivo-controlNav a.active {
font-weight:bold;
}



/* CSS Document */




.nivo-controlNav
{
    bottom: -30px;
    position: absolute;
    margin-right: auto;
    margin-left: auto;
    text-align:center;
    display:block;
}

.nivo-controlNav a {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:transparent url(images/bullets2.png) no-repeat scroll 0 0;
border:0 none;
display:block;
float:left;
height:15px;
margin-right:3px;
text-indent:-9999px;
width:15px;
}
.nivo-controlNav a.active {
background-position:-15px 0;
}
.nivo-directionNav a {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:transparent url(images/arrows.png) no-repeat scroll 0 0;
border:0 none;
display:block;
height:30px;
text-indent:-9999px;
width:30px;
}
a.nivo-nextNav {
background-position:-30px 0;
right:15px;
}
a.nivo-prevNav {
left:15px;
}

.sliderborder
{
 background-image: url(images/shadow.png);
 background-repeat: no-repeat;
 background-position: right bottom;
 float: left;
 display: block;
 padding-bottom: 5px;
 padding-right: 5px; 
}

.sliderborder2
{
    float: left;
    border: 0px solid #cccccc !important;
 
    margin-top: 0px;
    margin-left: 0px;
}


