/*
 * jQuery Nivo Slider v2.5.1
 * 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 */
#slider {
  position:relative;
  margin-bottom:1px;
  overflow:hidden;
}
#slider img {
 }
#slider a { 
  border:0;
  display:block;
}

.nivo-directionNav{
	position:absolute;
}
 
/* The Nivo Slider styles */
.nivoSlider {
	position:relative;

}
.nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
}
/* 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;
}
.nivo-caption a {
	display:inline !important;
}
.nivo-html-caption {
    display:none;
}
/* Direction nav styles (e.g. Next & Prev) */
.nivo-prevNav {
	left:0px;
}
.nivo-nextNav {
	right:0px;
}
/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav a {
	position:relative;
	z-index:9;
	cursor:pointer;
}
.nivo-controlNav a.active {
	font-weight:bold;
}
.nivo-caption {
	position:absolute;
	left:20px;
	bottom:10px;
	color:#3b3a40;
	height:auto;
	padding:0px;
	z-index:8;
  
	text-align:left;

	
}
.nivo-caption p {
	margin:0;
	overflow:hidden;
	

}
.nivo-caption a {
	color: #3b3a40; 
	font-size: 30px;
	line-height:40px;
	padding:0px;
	height:50px;
	width:50px;
	display:block !important;
	position:absolute;
	right:0px;
	bottom:0px;

}
.nivo-caption a:hover{
	background:transparent url('../images/icons/slider_link_hover.png') no-repeat center center;
}


.nivo-caption  span {
	display:inline-block;
	font-size:12px;
	line-height:20px;
	overflow:hidden;
	font-weight:700;
	color:#e7e7e7;
	width:auto;
}

/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {
	position:absolute;
	bottom:60px;
	left:50px;
	z-index:99;
	cursor:pointer;
}
/* 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;
}

.nivo-controlNav {
	position:absolute;
	right:10px;
	bottom: 10px;
	z-index:8;
}
.nivo-controlNav a {
	display:block;
	width:10px;
	height:10px;
	text-indent:-9999px;
	border:0;
	float:left;
}
.nivo-controlNav a.active {
	background-position:0px 0px;
}

.nivo-directionNav a {
	display:block;
	text-indent:-9999px;
	border:0;
}
a.nivo-nextNav {
	left:40px;
	height:30px;
	width:30px;

}
a.nivo-nextNav:hover {
}

a.nivo-prevNav {
	left:0px;
	height:30px;
	width:30px;
	z-index:8;
	bottom:60px;
}

a.nivo-prevNav:hover {
}

/* The Nivo Slider styles */
#custom_nivoslider{
  position: relative;
  background:url(../images/loading.gif) no-repeat 50% 50%;
  margin: 10px 0;
}
#custom_nivoslider img {
    position:absolute;
    top:0px;
    left:0px;
    display:none;
}
#custom_nivoslider a { 
    border:0;
    display:block;
}

a.nivo-nextNav {
	background:#4D4D4D url(../images/next.png) no-repeat center center;
	border-radius: 2px 2px 2px 2px;
}
a.nivo-nextNav:hover {
	background:#6febe9 url(../images/next.png) no-repeat center center;
}
a.nivo-prevNav {
	background:#4D4D4D url(../images/prev.png) no-repeat center center;border-radius: 2px 2px 2px 2px;
}
a.nivo-prevNav:hover {
	background:#6febe9 url(../images/prev.png) no-repeat center center;
}
.nivo-controlNav a {
	background:url(../images/slide_nav.png) no-repeat 0px -10px ;
}
.nivo-controlNav a:hover {
	background:url(../images/slide_nav.png) no-repeat 0px 0px ;
}
.nivo-controlNav a.active {
	background:url(../images/slide_nav.png) no-repeat 0px -20px ;
}