#preload { display: none; }

#Full_Img
{
	width: 530px;
	margin: 30px auto 0px auto;
	text-align: center;
}

/*
#Full_Img img
{
	outline: 1px solid #555555;
}
*/

#tabledescription
{
	width: 530px;
	height: 70px;
	margin: 20px auto 0px auto;
	clear: both;
	font-family: Arial;
	font-size: 1.1em;
	font-weight: normal;
	color: #666;
	text-align: center;
	line-height: 1.4em;
}

#thumbFrame
{
	width: 635px;
	height: 110px;
	clear: both;
	margin: 0px auto 0px auto;
	text-align: center;
}

#Thumbs
{
	width: 580px;
	height: 110px;
	float: left;
	margin: 0px 5px 0px 5px;
	text-align: center;
}

#Thumbs img
{
	outline: 1px solid #777777;
	margin: 0px 2px 0px 2px;
}

.arrows
{
	float: left;
	position: relative;
	top: 40%;
}

#previous
{
	width: 20px;
	height: 20px;
	background-image: url(../images/arrow_left.png);
	background-repeat: no-repeat;
	background-position: right center;
}

#next
{
	width: 20px;
	height: 20px;
	background-image: url(../images/arrow_right.png);
	background-repeat: no-repeat;
	background-position: left center;
}

#previousNone
{
	width: 20px;
	height: 20px;
	background-image: url(../images/arrow_left_off.png);
	background-repeat: no-repeat;
	background-position: right center;
}

#nextNone
{
	width: 20px;
	height: 20px;
	background-image: url(../images/arrow_right_off.png);
	background-repeat: no-repeat;
	background-position: left center;
}

#thumbFrame div a b { display: none; }
