html,body{margin:0;padding:0;height:100%}
body
{
	font-family: Verdana;
	font-size: 14px;
}
.photoScroller
{
	height:100px;
	white-space: nowrap;
	width: 100%;
	position: absolute;
	right: 0px;
	bottom: 0px;
	left: 0px;
	overflow: hidden;
}
.photoScroller IMG
{
	position: absolute;
}
.photo-hover
{
	opacity: .5;
	filter: alpha(opacity=50);
	cursor: pointer;
}
#thumbsContainer
{
	position:absolute;
	height:115px;
	bottom:0px;
	left:0px;
	right:0px;
	overflow-x:hidden;
	overflow-y:auto;
}
#thumbsContainer DIV.thumb
{
	float: left;
	border: 1px solid purple;
	margin: 0px 0px 15px 15px;
	text-align: center;
	background-color: #FFF;
}
