/*
 * jQuery Nivo Slider v2.6
 * http://nivo.dev7studios.com
 *
 * Copyright 2011, 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:960px !important;
    height:260px !important;
    background:url(/img/images/loading.gif) no-repeat 50% 50%;
      border-radius: 5px;
  -moz-border-radius:  5px;
  -webkit-border-radius:  5px;
  -khtml-border-radius: 5px;
   behavior: url(/PIE.htc);
}
.nivoSlider img {
    position:absolute;
    top:0px;
    left:0px;
    display:none;
     min-width:677px !important;
    min-height: 270px !important;
}

/* 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:6;
	display:none;
}
/* The slices and boxes in the Slider */
.nivo-slice {
	display:block;
	position:absolute;
	z-index:5;
	height:100%;
}
.nivo-box {
	display:block;
	position:absolute;
	z-index:5;
}
/* Caption styles */
.nivo-caption {
	position:absolute;
	left:0px;
	bottom:25px;
     font-family:  helvetica; font-size: 28px;
	color:#941311;
     width: 100%;
	z-index:8;
    background: url(../img/images/caption.png) repeat;
    padding: 10px;
}
.nivo-caption span {
	 font-family:  Arial; font-size: 14px; color: #232323;
}
.nivo-caption a {
	display:inline !important;
}
.nivo-html-caption {
    display:none;
}
/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {
	position:absolute;
	top:45%;
	z-index:9;
	cursor:pointer;
}
.nivo-prevNav {
background: url(../images/bul-prev.png) no-repeat;
width: 25px;
height: 50px;
	left:0px;
}
.nivo-nextNav {
	right:0px; background: url(../images/bul-next.png) no-repeat;
width: 25px;
height: 50px;
}
.nivo-prevNav:hover{
	left:0px;
    background-position: 0 -50px;
}
.nivo-nextNav:hover {
	right:0px;        background-position: 0 -50px;
}
/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav{
  position: absolute;
  z-index: 999; bottom: 10px; right: 5px;
}


.nivo-controlNav a {
	 display: block; float: left; margin:0 3px;
	z-index:9;
	cursor:pointer;
    background: url(../images/bul.png) no-repeat;  width: 11px; height: 10px;
}
.nivo-controlNav a.active {
background-position: 0 -10px;
	font-weight:bold;
}