
#slider {
	}
#slider img {
 position:absolute;
 top:0px;
 left:0px;
 display:none;
 height:341px;
 z-index:10;

}

#slider a {
 border:0;
 display:block;
 
}

#slider .nivo-controlNav {
 position:absolute;
 right:0;
 bottom:-5px;
 margin-left:-40px; /* Tweak this to center bullets */
}

a.nivo-control {
 float: left;
 color: black;
 text-indent:-9999px;
 background:url(../images/bullet.png) no-repeat;
 display: block;
 width: 8px;
 height: 8px;
 margin-right: 6px;
 margin-top:0px;
}



a.nivo-control:hover, a.active {
 background:url(../images/bullet_active.png) no-repeat;

}

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

#slider a.nivo-nextNav {
 width: 35px;
 height: 35px;
 background: url('../images/arrowRight.png');
 right:10px;
}

#slider a.nivo-prevNav {
 width: 35px;
 height: 35px;
 background: url('../images/arrowLeft.png');
 left:10px;
}




/* Theme Switcher */
.slide-out-div {
    background-color: #ffffff;
    padding: 20px 0 0 20px;
    position: relative;
    width: 180px;
    z-index: 3647;
}

.slide-out-div h2 {
 color: #413E3E;
 margin-bottom: 20px;
}

.slide-out-div h2 span{
 color: #7E270C;
}

.slide-out-div ul {
 padding: 0;
 color: #c9c8c8;
 list-style: none;
}

.slide-out-div img {
 border: 1px solid #e4e3e2;
 margin-bottom: 10px;
}

.slide-out-div a {
 color: #c9c8c8;
}

.slide-out-div a:hover {
 color: #ffffff;
}
	


