/*=================================*/
/* Nivo Slider Demo
/* November 2010
/* By: Gilbert Pellegrom
/* http://dev7studios.com
/*=================================*/


/*============================*/
/*=== Custom Slider Styles ===*/
/*============================*/
#slider-wrapper {
    background:url(../imgs/home/home-rotator-bg.png) no-repeat 6%  -5px;
	width:1100px;
    height:420px;
    margin:10px auto 0px -57px;
    border:0px solid #000;
	padding-top:5px;
}

#slider {
	margin:0 auto;
	position:relative;
	background:url(http://trittonusa.com/imgs/) no-repeat 80% 50%;
	border:0px solid #ccc;
}
#slider img {
	border:0px #fff;
	position:absolute;
	width:960px;
    height:390px;
	top:30px;
	left:10px;
	display:none;
}
#slider a {
	margin-top:7px;
	border:0px #fff;
	display:block;

}

.nivo-controlNav {
    width:338px;
    height:68px;
    position:absolute;
    left:330px; /* Tweak this to center bullets */
    bottom:-62px;
    padding:4px 0 0 82px;
    z-index:20;
	background:url(controlnav.png) no-repeat;
}
.nivo-controlNav a {
	display:block;
	width:10px;
	height:10px;
	background:url(../images/nivoSlider/bullets.png) no-repeat;
	text-indent:-9999px;
    border:0;
    margin-right:7px;
    float:left;
}
.nivo-controlNav a.active {
	background-position:0 -10px;
}

.nivo-directionNav a {
	display:block;
	width:50px;
	height:60px;
	background:url(../images/nivoSlider/arrows.png) no-repeat;
	text-indent:-9999px;
	border:0;
}
a.nivo-nextNav {
	background-position:-50px 0;
	right:-19px;
}
a.nivo-prevNav {
	left:-19px;
}

.nivo-caption {
    text-shadow:none;
    font-family: Helvetica, Arial, sans-serif;
}
.nivo-caption a { 
    color:#efe9d1;
    text-decoration:underline;
}

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