/*	logo	*/
div#logo	{
	margin: 			0px auto 0px auto;
	width:				744px;
	height:				112px;
	position:			absolute;
	top:				0px;
	z-index:			2;
	background-image:	url("../img/fb04/logo.png");
}

div#logo a	{
	display:			block;					/*	spread link throughout div	*/
	width:				744px;
	height:				112px;
	text-decoration:	none;					/*	hide underlining	*/
	outline:			none;					/*	keep firefox dotted lines out of clicked links	*/
}
div#logo a span	{
	visibility:			hidden;					/*	hide link	*/
}
div#logo:hover	{
	background-image:	url("../img/fb04/logoR.png");
}

/*	thumbs	*/
div#thumbs	{
	margin: 			0px auto 0px auto;
	width:				744px;
	height:				66px;
	position:			absolute;
	top:				554px;
	z-index:			2;
	/* background-color:	#0000FF;					temp */
}

div#controlleft	{
	margin: 			0px;
	width:				28px;
	height:				66px;
	float:				left;
	z-index:			3;
	background-image:	url("../img/fb01/controlleft.png");					/* temp */
}

div#controlleft a	{
	display:			block;					/*	spread link throughout div	*/
	width:				28px;	
	height:				66px;	
	text-decoration:	none;					/*	hide underlining	*/
	outline:			none;					/*	keep firefox dotted lines out of clicked links	*/
}
div#controlleft a span	{
	visibility:			hidden;					/*	hide link	*/
}
div#controlleft:hover	{
	background-image:	url("../img/fb01/controlleftR.png");
}


div#thumb01	{
	margin: 			0px;
	width:				86px;
	height:				66px;
	float:				left;
	z-index:			3;
	background-image:	url("../img/fb04/thumb01.png");					/* temp */
}

div#thumb02	{
	margin: 			0px;
	width:				86px;
	height:				66px;
	float:				left;
	z-index:			3;
	background-image:	url("../img/fb04/thumb02.png");					/* temp */
}

div#thumb03	{
	margin: 			0px;
	width:				86px;
	height:				66px;
	float:				left;
	z-index:			3;
	background-image:	url("../img/fb04/thumb03.png");					/* temp */
}

div#thumb04	{
	margin: 			0px;
	width:				86px;
	height:				66px;
	float:				left;
	z-index:			3;
	background-image:	url("../img/fb04/thumb04.png");					/* temp */
}

div#thumb05	{
	margin: 			0px;
	width:				86px;
	height:				66px;
	float:				left;
	z-index:			3;
	background-image:	url("../img/fb04/thumb05.png");					/* temp */
}

div#thumb06	{
	margin: 			0px;
	width:				86px;
	height:				66px;
	float:				left;
	z-index:			3;
	background-image:	url("../img/fb04/thumb06.png");					/* temp */
}

div#thumb07	{
	margin: 			0px;
	width:				86px;
	height:				66px;
	float:				left;
	z-index:			3;
	background-image:	url("../img/fb04/thumb07.png");					/* temp */
}

div#thumb08	{
	margin: 			0px;
	width:				86px;
	height:				66px;
	float:				left;
	z-index:			3;
	background-image:	url("../img/fb04/thumb08.png");					/* temp */
}

div#controlright	{
	margin: 			0px;
	width:				28px;
	height:				66px;
	float:				left;
	z-index:			3;
	background-image:	url("../img/fb01/controlright.png");					/* temp */
}
div#controlright a	{
	display:			block;					/*	spread link throughout div	*/
	width:				28px;
	height:				66px;
	text-decoration:	none;					/*	hide underlining	*/
	outline:			none;					/*	keep firefox dotted lines out of clicked links	*/
}
div#controlright a span	{
	visibility:			hidden;					/*	hide link	*/
}
div#controlright:hover	{
	background-image:	url("../img/fb01/controlrightR.png");
}
