
#slider-wrapper {
   border:1px solid #fff; 
	-moz-box-shadow: 0 1px 3px #888; 
	-webkit-box-shadow: 0 1px 3px #888; 
	-moz-border-radius: 5px; -webkit-border-radius:5px;
	border-radius:5px; 
	background-color: #eee; 
	float:left; margin:6px 15px 10px 0px;
    height:145px;
	width:430px;
    margin:30px 0 0px 0px;
    padding-top:13px;
    position:relative;
}

#slider {
    position:relative;
    width:415px;border:1px solid #bbb;
    height:140px;
    margin-left:6px;margin-top:-5px;
    background:url(../images/loader.gif) no-repeat 50% 50%;
}
#slider img {
    position:absolute;
    top:0px;
    left:0px;
    display:none;
    width:415px; /* Make sure your images are the same size */
    height:140px; /* Make sure your images are the same size */
}
#slider a {
    border:0;
    display:block;
}

.nivo-controlNav {
    position:absolute;
	left:50%;
	bottom:-40px;
    margin-left:-30px; /* Tweak this to center bullets */

   
}
.nivo-controlNav a {
    display:block;
    width:12px;
    height:12px;
    background:url(../images/bullets.png) no-repeat;
    text-indent:-9999px;
    border:0;
    margin-right:5px;
    float:left;
}
.nivo-controlNav a.active {
    background-position:0 -22px;
}

.nivo-directionNav a {
	display:block;
	width:20px;margin-top:-10px;
	height:30px;
	background:url(../images/arrows.png) no-repeat;
	text-indent:-9999px;
	border:0;
}
a.nivo-nextNav {
	background-position:-18px 0;
	right:5px;
}

a.nivo-prevNav {
	left:5px;
}


.nivo-caption {width:405px;clear:both; 
    font-family: Helvetica, Arial, sans-serif;padding-left:10px;
}
.nivo-caption a { 
    color:#fff;
    border-bottom:1px dotted #fff;
}
.nivo-caption a:hover { 
    color:#fff;
}



/*====================*/
/*=== Other Styles ===*/
/*====================*/
.clear {
	clear:both;
}