/*
 * 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 */
.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;
}
/* Caption styles */

.nivo-caption 
{
    background:url("images/bg.jpg") repeat-x center top;
	width:100%;
	height:44px;
	position:absolute;
	bottom:0px;
	left:0;
	z-index:99;
}
.nivo-caption p 
{
    color:#fff;
	bottom:-3px;
	left:50%;
	margin-left: -940px;
	position:absolute;
	text-align:left;
	width: 940px;
	z-index:999;  
	padding: 0;
}
.nivo-caption p p {
    font-family: "Trebuchet MS";
	font-size: 20px;
	font-weight:normal;
	padding: 7px 0;
	margin:0;
}
.nivo-caption span {
	font-size:24px;
}
.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;
}

/*============================*/
/*=== Custom Slider Styles ===*/
/*============================*/

#slider-wrapperinner {
    width:100%;
    height:100%;
    margin:0 auto;
    padding:0;
}

#slider-wrapper {
	width:100%;
	height:100%;
	position:relative;
	overflow:hidden;
}
#slider {
	position:relative;
    width:100%;
    height:100%;
	left:50%;
	background:url("images/bg.jpg") no-repeat 50% 50%;
}
.sliderinner {margin-left:-1600px;position:relative;}
#slider img {
	position:absolute;
	top:0px;
	left:0;
	display:none;
}
#slider a {
	border:0;
	display:block;
}

.nivoSlider img{
	text-align:center;
	margin:0 auto;
}

.nivo-controlNav {
	position:absolute;
	/*z-index: 9999;*/
	left: 330px;
	bottom:-81px;
	display:none;
}
#slider .nivo-controlNav a {
    display:inline-block;
	width:228px;
	height:100px;
	background:url("images/bg.jpg") no-repeat 0 0;
	margin-right:10px;	
}
#slider .nivo-controlNav img {
	display:inline;
	position:relative;
	top:23px;
}
#slider .nivo-controlNav img:hover {

}
#slider .nivo-controlNav a.active {
	background:url("images/bg.jpg") no-repeat -228px 0;
}

.nivo-directionNav a {
	display:block;
	width:27px;
	height:48px;
	background:url("images/arrows.png") no-repeat;
	text-indent:-9999px;
	border:0;
}
a.nivo-nextNav {
	background-position:-27px 0;
	right:15px;
}
a.nivo-prevNav {
	left:15px;
}
a.nivo-nextNav:hover {
	background-position:-27px -48px;
	right:15px;
}
a.nivo-prevNav:hover {
	background-position:0 -48px;
	left:15px;
}

/*====================*/
/*=== Other Styles ===*/
/*====================*/