.scrollContainerWrapper {
	text-align: center;
	width: 100%;
	height: 200px;
}
.scrollContainer {
	width: 640px;
	height: 170px;
}
.scrollButton {
	cursor: pointer;
	width: 67px;
	height: 35px;
}
.scrollButton span {
	display: none;
}
#prev {
	background: url(/images_system/button_back.gif);
	float: left;
}
#next {
	background: url(/images_system/button_forw.gif);
	float: right;
}
.scrollContainerInner {
	overflow: hidden;
}
.scrollContainerPhoto {
	border: 1px solid #DEDFE1;
	/* float: left; */
	display: inline-block;
	margin: 0px 3px;
	padding: 0px;
}
*+html .scrollContainerPhoto {
	display: block;
	float: left;
}
.scrollContainerPhoto img {
	border: none !important;
/*	height: 120px;
	width: 165px;*/
}

#fotoScroller {
	width: 640px;
}

/* scroll container, music */

#musicScroller h1 {
	padding: 0 0 15px 3px !important;
	text-align: left;
}
#musicScroller .scrollContainerWrapper,
#musicScroller .scrollContainer {
	height: 225px;
	width: 730px;
}
#musicScroller td {
	vertical-align: top;
}
#musicScroller ul {
	list-style: none;
	float: left;
}

#musicScroller ul li {
	background: url(/images_system/speaker_off.gif) no-repeat 0 center;
	padding-left: 30px;
	height: 19px;
	padding-top: 2px;
	cursor: default;
}
#musicScroller ul li.hasMusic {
	background: url(/images_system/speaker.gif) no-repeat 0 center;
	cursor: pointer;
}
.scrollContainerMusicImage {
	float: right;
}
#musicNavBar {
	width:415px;
}
#music {
	margin: 7px 0 0 18px
}

/* scroll container team */
#peopleScroller,
#peopleScroller .scrollContainerWrapper,
#peopleScroller .scrollContainer {
	height: 240px;
	width: 810px;
}

.scrollContainerTeam {
	display: inline;
	margin: 10px 15px;
	zoom: 1;
}
.scrollContainerTeam img {
	border: none !important;
}

/* lightbox */

	#jquery-overlay {
		position: absolute;
		top: 0;
		left: 0;
		z-index: 90;
		width: 100%;
		height: 500px;
	}
	#jquery-lightbox {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		z-index: 1000;
		text-align: center;
		line-height: 0;
	}
	#jquery-lightbox a img { border: none; }
	#lightbox-container-image-box {
		position: relative;
		background-color: #fff;
		width: 250px;
		height: 250px;
		margin: 0 auto;
	}
	#lightbox-container-image { padding: 10px; }
	#lightbox-loading {
		position: absolute;
		top: 40%;
		left: 0%;
		height: 25%;
		width: 100%;
		text-align: center;
		line-height: 0;
	}
	#lightbox-nav {
		position: absolute;
		top: 0;
		left: 0;
		height: 100%;
		width: 100%;
		z-index: 10;
	}
	#lightbox-container-image-box > #lightbox-nav { left: 0; }
	#lightbox-nav a { outline: none;}
	#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
		width: 49%;
		height: 100%;
		zoom: 1;
		display: block;
	}
	#lightbox-nav-btnPrev { 
		left: 0; 
		float: left;
	}
	#lightbox-nav-btnNext { 
		right: 0; 
		float: right;
	}
	#lightbox-container-image-data-box {
		font: 10px Verdana, Helvetica, sans-serif;
		background-color: #fff;
		margin: 0 auto;
		line-height: 1.4em;
		overflow: auto;
		width: 100%;
		padding: 0 10px 0;
	}
	#lightbox-container-image-data {
		padding: 0 10px; 
		color: #666; 
	}
	#lightbox-container-image-data #lightbox-image-details { 
		width: 70%; 
		float: left; 
		text-align: left; 
	}	
	#lightbox-image-details-caption { font-weight: bold; }
	#lightbox-image-details-currentNumber {
		display: block; 
		clear: left; 
		padding-bottom: 1.0em;	
	}			
	#lightbox-secNav-btnClose {
		width: 66px; 
		float: right;
		padding-bottom: 0.7em;	
	}

