
/*Slider Gallery*/

#slider {
  float:left;
  background-color: #ffffff;
  position: relative;
}

ul.navigation{
	display: none;
	}

.scroll {
  width: 850px;
  height: 475px;
  overflow: auto;
  overflow-x: hidden;
  position: relative; /* fix for IE to respect overflow */
  float: left;
  background: none;
}

.scrollContainer div.panel {
  height: 390px;
  width: 900px;
  padding:10px 0px 0px 0px;
  float: left;
}

div.panel p{
	margin-right: 29px;
	margin-bottom: 20px;
	color: #333333;
	}
	
div.panel img{
	border: 0px;
	}
	
div.panel li{
	float: left;
	list-style: none;
	overflow:hidden;
	/*position:relative;*/
	display: block;
	height: 38px;
	width: 97px;
	text-indent:-9000px;
	background: none;
	}
	
div.panel li.gap{
	float: left;
	list-style: none;
	overflow:hidden;
	/*position:relative;*/
	display: block;
	height: 38px;
	width: 5px;
	text-indent:-9000px;
	background: none;
	}
	
div.panel li a{
	float: left;
	overflow:hidden;
	/*position:relative;*/
	display: block;
	height: 38px;
	width: 97px;
	text-indent:-9000px;
	}

div.panel ul{
	border : 0;
	font-weight : inherit;
	font-style : inherit;
	font-size : 100%;
	margin : 0;
	padding : 0;	
}

div.panel li a.prevoff, div.panel li a.prevoff:link, div.panel li a.prevoff:visited{
	background: url(/ir/clients/northStar/2009/i/btngallery.jpg) 0 0;
	}
	
div.panel li a.prevon, div.panel li a.prevon:link, div.panel li a.prevon:visited{
	background: url(/ir/clients/northStar/2009/i/btngallery.jpg) 0 -38px;
	}
	
div.panel li a.nextoff, div.panel li a.nextoff:link, div.panel li a.nextoff:visited{
	background: url(/ir/clients/northStar/2009/i/btngallery.jpg) 0 -76px;
	}
	
div.panel li a.nexton, div.panel li a.nexton:link, div.panel li a.nexton:visited{
	background: url(/ir/clients/northStar/2009/i/btngallery.jpg) 0 -114px;
	}

strong{
	color: black;
	}
	
.featcontent{
	margin-top: 0px;
	width: 300px;
	float:left;
	display: inline;
	}

.featcontent a:link, .featcontent a:visited{
	text-decoration: none;
	font-style: italic;
	color: white;
	}
	
/* Image Gallery */

#slideshow{  
	float:left;
    height:  262px;  
    width:   232px;
	margin: 0;
	position:relative;
	display: inline
}

#slideshow IMG {
	position:absolute;
	top:0;
	left:0;
	z-index:8
}

#slideshow IMG.active {
	z-index:10
}

#slideshow IMG.last-active {
	z-index:9
}

