#gallerySlogan
{
	position: absolute;
	top: 120px;
	left: 250px;
	width: 460px;
	height: 14px;
}

#picLarge
{
	position: absolute;
	left: 160px;
	top: 145px;
	width: 635px;
	height: 400px;
}

#scrollbar
{
	position: absolute;
	left: 800px;
	top: 145px;
	width: 190px;
	height: 395px;
	padding-left: 5px;
	overflow: hidden;
}

#innerscrollbar
{
	position: absolute;
	width: 190px;
	overflow: visible;
	cursor: pointer;
}

#arrowGrDn
{
	position: absolute;
	left: 845px;
	top: 540px;
	width: 40px;
	height: 25px;
	cursor: pointer;
}

#arrowGrUp
{
	position: absolute;
	left: 845px;
	top: 120px;
	width: 40px;
	height: 25px;
	cursor: pointer;
}