#body
{
	background-image: url(/images/productsbg.jpg);
}

#thumbsbg
{
	/*background-image: url(/images/thumbbg.png);	*/
	height: 160px;
	width: 488px;
	top: 20px;
	left: 10px;
	position: absolute;
}

/*
* html #thumbsbg
{
	background-image: url(/images/thumbbg.png);	
	height: 160px;
	width: 488px;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/thumbbg.png',sizingMethod='crop');
}*/

#mask
{
	height:60px;
	width: 200px;
	top: 50px;
	left: 30px;
	position: absolute;
	clip: rect(-10px, 255px, 85px, 0px);
}

#container
{
	position: relative;
}

#images
{
	height:50px;
	width: 100%;
	position: absolute;
	left: 10px;
}

#previewer
{
	width: 262px;
	height: 212px;
	position: absolute;
	left: 450px;
	top: 160px;
}

#links
{
	/*background-image: url(/images/sidenavbg.png);*/
	background-repeat: no-repeat;
	width: 291px;
	height: 106px;
	position: absolute;
	left: 10px;
	top: 210px;
	padding-left: 10px;
	padding-top: 10px;
	font-family: Arial;
	font-size: 10pt;
}

/*
* html #links
{
	width: 291px;
	height: 106px;
	background: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/sidenavbg.png',sizingMethod='crop');
}
*/

#links a
{
	color: Yellow;
	text-decoration: none;
}

#links a:hover
{
	text-decoration: underline;
}

#preview_border
{
	/*background-image: url(/images/previewborder.png);*/
	position: absolute;
	left: 30px;
	top: 20px;
	width: 717px;
	height: 460px;
}

/*
* html #preview_border
{	
	width: 717px;
	height: 460px;	
	background: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/previewborder.png',sizingMethod='crop');
}
*/

#madeusa
{
	background-image: url(/images/madeinusa.png);
	width: 134px;
	height: 128px;
	position: absolute;
	top: 350px;
	left: 10px;
}

* html #madeusa
{
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/madeinusa.png',sizingMethod='crop');
	width: 134px;
	height: 128px;
}

#text
{
	position: absolute;
	width: 500px;
	height: 150px;
	top: 350px;
	left: 180px;
	font-family: Arial;
	font-size: 10pt;
	color: White;
}

#forward
{
	position: absolute;
	top: 80px;
	left: 290px;	
}

#back
{
	position: absolute;
	top: 80px;
	left: 20px;	
}

#heading
{
	font-family: Arial;
	color: Yellow;
	font-size: 14pt;
	font-weight: bold;
	position: absolute;
	top: 15px;
	left: 15px;	
}