﻿div#products {
	position:absolute;
	left:170px;
	top:408px;
	width:301px;
	height:198px;
	background-image:url('../images/names_box.gif');
	margin-right:20px;
	z-index:10;
}

div.scroller {
	position:absolute;
	left:20px;
	top:22px;
	width:266px;
	height:164px;
	overflow:auto;
	padding-right:10px;
}

div.scroller a {
	display:block;
	min-width:60px;
	padding:4px 2px;
	float:left;
}

div#details {
	position:absolute;
	left:190px;
	width:260px;
	top:115px;
	height:224px;
	overflow:auto;
	text-align:center;
}

div#sequence {
	position:absolute;
	top:340px;
	left:190px;
	width:260px;
	height:50px;
}

div#sequence a {
	display:block;
	width:88px;
	height:41px;	
}

div#sequence a:hover {
	background-position:top;
}

a#prev_link {
	float:left;
	background:url('../inc/prev_link.gif') no-repeat bottom;
}

a#next_link {
	float:right;
	background:url('../inc/next_link.gif') no-repeat bottom;
}

div#main_photo {
	position:absolute;
	left:508px;
	top:115px;
	width:322px;
	height:480px;
	overflow:hidden;
}

div#thumbnails {
	position:absolute;
	left:867px;
	top:115px;
	width:90px;
	height:480px;
	overflow:auto;
}

div#thumbnails a {
	display:block;
	width:72px;
	padding-top:16px;
	cursor:-moz-zoom-in;
}

div#thumbnails a#firstthumb {
	padding-top:0;
}

div.preload {
	display:none;
}

div#preview {
	margin-top:20px;
	background:url('../inc/preview_sideways.gif') no-repeat left bottom;
	min-height:256px;
	color:gray;
	font-weight:bold;
	width:160px;
	overflow:hidden;
}