/*
 * jQuery Nivo Slider v2.3
 * 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
*/
  
/* The Nivo Slider styles */
.nivoSlider {position:relative;width:1004px;height:350px;}
.nivoSlider img {position:absolute;	margin:10px;}
/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink {position:absolute;top:0px;left:0px;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 { width:964px;position:relative;left:0px;top:264px;color:#fff;z-index:100; background:url(../images/material/back-title-slider.png) repeat 0 0; padding:10px; }
.nivo-caption h2{font-size:30px;text-shadow:1px 1px 8px black;margin-bottom:10px;line-height:36px;}
.nivo-caption p{font-size:18px;text-shadow:1px 1px 4px black;}
.nivo-caption .bt_more{padding-top:10px;font-size:12px;}
.nivo-caption .bt_more a{width:117px;height:25px;background:url(../images/bg_bt_more.png) no-repeat 0px 0px;color:#cdc083;display:inline-block;text-align:center;padding:8px 0px 0px 0px;}
.nivo-caption .bt_more a:hover{text-decoration:underline;}
.nivo-html-caption {display:none;}
/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {position:absolute;top:45%;z-index:99;cursor:pointer;}
.nivo-prevNav {left:0px;}
.nivo-nextNav {right:0px;}
/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav{position:absolute;bottom:10px; right:60px;}
.nivo-controlNav a{float:left; width:20px; height:12px;font-size:11px;position:relative; z-index:200;cursor:pointer;padding:10px 0 0 0;border:#878d93 solid 0px;margin-left:0px; text-align:center;font-weight:bold; color:#cdc083 !important;}
.nivo-controlNav a.active {float:left; width:20px; height:12px;color:#926f0f;border:#0065B0 solid 0px; text-align:center;font-weight:bold; z-index:200}