/* CSS Document */
#scroller{
	clear: both;
	position: relative;
	width: 692px;
	left: 50px;
}

#thumbnailz{
	clear: both;
	display: block;
	overflow: hidden;
	position: relative;
	margin-right: 38px;
	margin-left: 38px;
}
#thumbnailz img{
	padding: 3px;
}
#thumbrows{
	display: block;
	overflow: hidden;
	position: absolute;
}
#thumbrows a:hover{
	position: relative;
	top: -10px;
}
#thumbnav01{
	display: block;
	height: 56px;
	width: 36px;
	position: absolute;
	left: 0px;
	top: 0px;
}
#thumbnav02{
	display: block;
	height: 56px;
	width: 36px;
	position: absolute;
	right: 0px;
	top: 0px;
}
#isFlowersFirstButton{
	font-size: 1px;
	background-image: url(images/mechanicals/scrollernavbuttons/First.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
	display: block;
	height: 56px;
	width: 16px;
	position: absolute;
	left: 0px;
	top: 0px;
}
#isFlowersPreviousButton{
	font-size: 1px;
	background-image: url(images/mechanicals/scrollernavbuttons/Prev.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
	display: block;
	height: 56px;
	width: 19px;
	position: absolute;
	left: 16px;
	top: 0px;
}

#isFlowersNextButton{
	font-size: 1px;
	background-image: url(images/mechanicals/scrollernavbuttons/Next.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
	display: block;
	height: 56px;
	width: 19px;
	position: absolute;
	top: 0px;
	right: 16px;
	}
#isFlowersLastButton{
	font-size: 1px;
	background-image: url(images/mechanicals/scrollernavbuttons/last.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
	display: block;
	height: 56px;
	width: 16px;
	position: absolute;
	top: 0px;
	right: 0px;
	}