#layoutContentImageScroller .ms-webpart-chrome-title
{
	display: none;
}

#layoutContentImageScroller .ms-webpartzone-cell
{
	margin: 0px;
}

.nivoSlider {
	width: 1000px;
	height: 333px;
	left: 0;
	overflow: visible;
	position: relative;
	top: 0;
   
}
 
.nivoSlider img {
   position: relative;
   top: 0;
   left: -1px;
   max-width: none;
   width: 1000px;
   height: auto;
   max-height: 333px;
}

.nivoSlider img {
   position: absolute;
   top: 0;
   left: 0;
   display: none;
}

.nivoSlider img.nivo-main-image {
   display: inline-block;
}
 
.nivoSlider a {
   border: 0;
   display: block;
}

/* If an image is wrapped in a link */
.nivoSlider .nivo-imageLink {
   position: absolute;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
   border: 0;
   padding: 0;
   margin: 0;
   z-index: 6;
   display: none;
   background: #FFF;
   filter: alpha(opacity=0);
   opacity: 0;
}
 
/* The slices and boxes in the Slider */
.nivo-slice {
   display: block;
   position: absolute;
   z-index: 5;
   height: 100%;
   top: 0;
}
 
.nivo-box {
   display: block;
   position: absolute;
   z-index: 5;
   overflow: hidden;
}
 
.nivo-box img {
	display: block;
}
 
/* Caption styles */
.nivo-caption:not(:empty) {
	height: 25px;
   
	position: absolute;
	z-index: 15;
	left: 10px;
	right: auto;
	bottom: 10px;
   
	padding: 0px 10px 0px 10px;
	
	display: block !important;
	overflow: visible;
	
	background: white;
	opacity: 0.8 !important;
}

.nivo-caption:not(:empty)
{
	line-height: 25px;
	font-family: Verdana;
	font-size: 10px;
	color: rgb(80,86,95);
}

.nivo-html-caption {
   display: none;
}

.nivo-controlNav {
	height: 25px;
	
	padding-left: 10px;
	
	position: absolute;
	right: 10px;
	bottom: 10px;
	z-index: 16;
	
	display: block;
   
	background: white;
	opacity: 0.8 !important;
}
 
.nivo-controlNav a {
   cursor: pointer;
   background: url("imageScroller_bullet_unselected.png") no-repeat;
   height: 5px;
   width: 5px;
   margin-top: 10px;
   margin-right: 10px;
   text-indent: -9999em;
   display: block;
   float: left;
}
 
.nivo-controlNav a.active {
   background: url("imageScroller_bullet_selected.png") no-repeat;
   height: 5px;
   width: 5px;
   margin-right: 10px;
   text-indent: -9999em;
   display: block;
   float: left;
}