
/* BellagioWaterSports: Nivo slider */

.nivoSlider {
position:relative;
width:930px;
height:400px;
background:#fff url(../img/nivoslider/layout/loading.gif) no-repeat 50% 50%;
margin-bottom:80px;
}

.nivoSlider img {
position:absolute;
top:0px;
left:0px;
display:none;
}

.nivoSlider a {
border:0;
display:block;
}

.nivo-directionNav a {
display:block;
width:30px;
height:30px;
background:url(../img/nivoslider/layout/arrows.png) no-repeat;
text-indent:-9999px;
border:0;
}

a.nivo-nextNav {
background-position:-30px 0;
right:15px;
}

a.nivo-prevNav {
left:15px;
}

.nivo-caption {
text-shadow:none;
font-family: Helvetica, Arial, sans-serif;
}

.nivo-caption a { 
color:#efe9d1;
text-decoration:underline;
}

#slider {
margin-bottom:110px;
}

#slider .nivo-controlNav {
position:absolute;
left:245px;
bottom:-45px;
}

#slider .nivo-controlNav a {
display:inline;
}

#slider .nivo-controlNav img {
display:inline;
position:relative;
margin-right:5px;
border: 2px solid orange;
}

#slider .nivo-controlNav a.active img {
border: 2px solid yellow;
}

.clear {
clear:both;
}

.pointer {
cursor:pointer;
}

/* Sharper Thumbnails */
img {
-ms-interpolation-mode:bicubic;
}


