@charset "UTF-8";
/* CSS Document */

div.centerMe {
width:760px; margin:0 auto;	
}

/*** Slider ***/
div#sliderBox2 {
width:760px; height:420px; position:relative; float:left; margin:0; padding:0;	
}

.nivoSlider {
    position:relative;
    width:760px; /* Change this to your images width */
    height:420px; /* Change this to your images height */
    background:url(../images/loading.gif) no-repeat 50% 50%;
}
.nivoSlider img {
    position:absolute;
    top:0px;
    left:0px;
    display:none;
}
.nivoSlider a {
    border:0;
    display:block;
}

div#sliderBox2 .nivo-controlNav {
	position:absolute;
	bottom:0;
	width:760px;
	height:34px;
	z-index:10;
	padding:0 0 0 0;
	background: url(../images/nav_bg.jpg) top left repeat-x;
	text-align:center;
}

div#sliderBox2 .nivo-controlNav a {
	display:inline-block;
	background:url(../images/dot_inactive.png) no-repeat;
	width:10px;
	height:9px;
	text-indent:-5000px;	
	padding:0 4px 0 4px;
	margin:10px 0 0 0;
}

div#sliderBox2 .nivo-controlNav a.active {
	background:url(../images/dot_active.png) no-repeat;
}