/*
 * jQuery Nivo Slider v2.7.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 */
.nivoSlider {
	position:relative;
}
.nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
	border:1px solid #000 !important; 
	background: transparent;
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF)"; /* IE8 */   
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF);   /* IE6 & 7 */      
    zoom: 1;
	
}

/* 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:-1;
	*z-index:-1 !important;
	height:100%;
	left: -29px;
	
}
.nivo-box {
	display:block;
	position:absolute;
	z-index:5;
}
/* Caption styles */
.nivo-caption {
/*    background: none repeat scroll 0 0 #000000;*/
    bottom: 0;
    color: #FFFFFF;
   left: -428px;
    margin-bottom: 110px;
    opacity: 1 !important;
    position: absolute;
    width: 100%;
    z-index: 8;
	
}
.nivo-caption p {
	padding:5px;
	margin:0;
	width: 380px !important;
	opacity: 1 !important;
}

.nivo-caption .nivo-h1{
	font-family: 'AntonRegular';
	color:#fff;
	font-weight:normal;
	letter-spacing:normal;
	font-size:43px;
	border:none;
	line-height:50px;
	text-transform:uppercase;
	background:none !important;
	margin-bottom: 20px;
	display:block;
	}
	
.nivo-caption .nivo-h2{
	background:url(../images/black-back.png);
	padding:20px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#fff;
	line-height:18px;
	font-weight:normal;
	margin-top:20px;
	display:block;
	}
.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 {
	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 p {
  
    width: 320px;
}
#sbg
{
/*    *margin-top:2px;*/
    *z-index: -1;
    *position:relative;
}
#slider_image, .nivo-box{
	*z-index: -1 !important;
	}
	