div#gallery-container {
	position: relative;
	width: 600px;
	height: 320px;
	background: black;
}
ul#photos li a img {
	border: none;
}
	/*********************** SCROLLERS ***********************/
.root {
	position:absolute;
	height: 320px;
	width: 150px;
	margin: 0px 0px 8px 7px; 
	left: 420px;
	top: 0px;
}
.root p {
	margin: 10px 10px 5px 10px;
}
.thumb {
	position: relative;
	height: 9px;
	width: 15px;
	left: 10px;
	display: none;
}
.up img, .dn img {
	display: block;
	margin: auto;
}
.up, .dn {
	position: relative;
	height: 20px;
	width: 150px;
	background: black;
	z-index: 100;
	display: none;
	}
.up {
}
.dn {
	top: 285px;
}
.up a, .up a img, .dn a, .dn a img, .thumb a , .thumb a img{
	border: 0;
}
.scrollContainer { 
	position: absolute;
	top: 20px; 
	width: 170px; 
	height: 280px; 
	clip: rect(0 467 200 0); 
	overflow: auto; 
	background: black;
}
.scrollContent { 
	position: relative; 
	top: 0px; 
	width: 150px; 
}
div.root ul {
	list-style-type: none;
	padding:0;
	margin: auto;
	text-align: center;
	width: 150px;
}
div.root ul li {
	padding: 5px 0 5px 0;
	margin: 0;
}
div#large_photo {
	position: relative;
	width: 420px;
	height: 320px;
	background: black;
	text-align: center;
	line-height: 320px;
	border: solid 1px #444;
}
div#large_photo img {
	vertical-align: middle;
	margin: auto;
}
