/*
Skin Name: Nivo Slider NYBG in content

*/

.theme-incontent .nivoSlider {
	position:relative;
	background:#fff url(loading.gif) no-repeat 50% 50%;
    margin-bottom:50px;

border: 1px solid #B3B3B3;
}
.theme-incontent .nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}
.theme-incontent .nivoSlider a {
	border:0;
	display:block;
}

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

.theme-incontent .nivo-directionNav a {
	    display:block;
    width:43px;
    height:43px;
    background:url(arrows.png) no-repeat;
    text-indent:-9999px;
    border:0;
}


/*Buttons for incontent*/
.theme-incontent a.nivo-nextNav {
	 background-position: -43px 0;
    right:15px;
}
.theme-incontent a.nivo-prevNav {
	left:15px;
}









/*Buttons for sidebar*/
.theme-incontent #slider-wrapper-sidebar1 a.nivo-nextNav,  
.theme-incontent #slider-wrapper-sidebar2 a.nivo-nextNav,
.theme-incontent #slider-wrapper-sidebar3 a.nivo-nextNav,  
.theme-incontent #slider-wrapper-sidebar4 a.nivo-nextNav,
.theme-incontent #slider-wrapper-sidebar5 a.nivo-nextNav 
 {
	 background-position: -43px 0;
    right:4px;
	top:60px;
}


.theme-incontent #slider-wrapper-sidebar1 a.nivo-prevNav,  
.theme-incontent #slider-wrapper-sidebar2 a.nivo-prevNav,
.theme-incontent #slider-wrapper-sidebar3 a.nivo-prevNav,  
.theme-incontent #slider-wrapper-sidebar4 a.nivo-prevNav,
.theme-incontent #slider-wrapper-sidebar5 a.nivo-prevNav 
  {
	left:4px;
	top:60px;
}





.theme-incontent a.nivo-nextNav:hover {
    background-position: -43px -43px;
}
.theme-incontent a.nivo-prevNav:hover {
    background-position: 0 -43px;
}


/*caption for content*/
.theme-incontent .nivo-caption {
    text-shadow:none;
    font-family: Helvetica, Arial, sans-serif;
}

/*caption for sidebar, mutiple needed*/

.theme-incontent #slider-wrapper-sidebar1 .nivo-caption,  
.theme-incontent #slider-wrapper-sidebar2 .nivo-caption,
.theme-incontent #slider-wrapper-sidebar3 .nivo-caption,  
.theme-incontent #slider-wrapper-sidebar4 .nivo-caption,
.theme-incontent #slider-wrapper-sidebar5 .nivo-caption 
 {
    text-shadow:none;
	font-size:9px;
    font-family: Helvetica, Arial, sans-serif;
}

.theme-incontent .nivo-caption a {
   color:#0C0;
    text-decoration:underline;
}
.theme-incontent .nivo-caption a:hover {
    color:#fff;
}

/*End theme*/

/*Begin wrapper*/

 #slider-wrapper-incontent1,  
 #slider-wrapper-incontent2,
 #slider-wrapper-incontent3,  
 #slider-wrapper-incontent4,
 #slider-wrapper-incontent5  
 {
  /*  margin:100px auto 0 auto;*/
    width:643px; /* Make sure your images are the same size */
    height:400px; /* Make sure your images are the same size */
}


 #slider-wrapper-sidebar1,
 #slider-wrapper-sidebar2,
 #slider-wrapper-sidebar3,  
 #slider-wrapper-sidebar4,
 #slider-wrapper-sidebar5  {
  /*  margin:100px auto 0 auto;*/
    width:268px; /* Make sure your images are the same size */
    height:160px; /* Make sure your images are the same size */
}