/* The Nivo Slider styles */
/*#slider_container{ width:349px; height:262px; margin:0; padding:0 0 20px 0; overflow:hidden;}*/
#slider_header{ width:672px; height:306px; margin:0; padding:0; overflow:hidden;}

.nivoSlider{ position:relative;}
.nivoSlider img{ position:absolute;	top:0; left:0; height:262px; }

#slider_header .nivoSlider img{ height:306px;}

/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink{ position:absolute; top:0; left:0; width:100%; height:100%; border:0; padding:0; margin:0; z-index:60; display:none;}

/* The slices in the Slider */
.nivo-slice{ display:block; position:absolute; z-index:50; height:100%;}

/* Caption styles */
.nivo-caption{ position:absolute; left:0; bottom:0; background:#000; color:#fff; opacity:0.8; width:100%; z-index:89;}
.nivo-caption p{ padding:5px; margin:0;}

/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a{ position:absolute; top:45%; z-index:99; background:url(../../Images/arrows.png) no-repeat; cursor:pointer; display:block; width:30px; height:30px; text-indent:-9999px; border:0;}

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

#slider2 .nivo-directionNav a.nivo-nextNav{ background-position:-30px 0; right:15px; top:80%;}
#slider2 .nivo-directionNav a.nivo-prevNav{ left:15px; top:80%;}

/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav a{ position:relative; z-index:99; cursor:pointer;}
.nivo-controlNav a.active{ font-weight:bold;}
