#slider-wrapper{ 
   width:630px;!important; }


#slider {
	position:relative;
width:630px!important; 
    /*margin-left:190px;*/
	 
}
 
#slider a {
	border:0;
	display:block;
}

.nivo-controlNav {
	position:absolute;
	right:10px;
	bottom:20px; z-index:10 
}
.nivo-controlNav a {
	display:block!important;
	width:11px!important;
	height:11px!important;
	background:url(../images/bullets.png) no-repeat;
 
	text-indent:-9999px;
	border:0; margin-right:4px;
	float:left;
}


.nivo-controlNav a.active {
	background-position:0 -12px
}
.nivo-directionNav{ display:none!important}



/* 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 {
	position:absolute;
	left:-8px;
	bottom:11px;
	background:#f9277e;
	color:#fff;
  width:360px; height:128px;
	z-index:8; display:none!important
}

.nivo-caption a {
 
}
.nivo-html-caption {
    display:none;
}
 .nivo-directionNav a {
	position:absolute;
	top:45%;
	z-index:9;
	cursor:pointer;
}
.nivo-prevNav {
	left:0px;
}
.nivo-nextNav {
	right:0px;
}
 .nivo-controlNav a {
	position:relative;
	z-index:9;
	cursor:pointer;
}
 
 .nivo-caption h2 {
	padding:5px 5px 0 11px; font:18px Tahoma, Geneva, sans-serif; color:#fff; font-weight:normal;
	margin:0;
}

.nivo-caption p {
	padding:5px 5px 10px 11px ; font:12px Tahoma, Geneva, sans-serif; color:#fff; font-weight: normal; line-height:18px;
	margin:0;
}