/*gallery*/

#gallery {
	position: relative;
	height: 110px;
	width: 501px; 
	top: 500px;
	left: -100px;
}

#gallery img {
	width: 100px;
	height: 66px;
	margin-right: 25px;
	border: 1px outset #c2b2ad;
}

#gallery img.last {
	margin-right: 0;
}
a
{
	outline:none 0; 
}

img#holder {
	position: absolute;
	top: 150px;
	left: -100px;
	width: 500px;
	height: 330px;
}

/*user inctruction*/

div#content p.image_instruction {
	position: absolute;
	margin: 0;
	top: 300px;
	left: -65px;
	padding: 0;
	border: 0;
	text-align: center;
	width: 400px;
}

/*gallery navigation */

div#gallery h5 {
	font: smaller Georgia, "Times New Roman", Times, serif;
	width: 175px;
	margin-top: 1.5em;
	float: left;
}

div#gallery h5.new {
	margin-top: 1em;
}

div#gallery ul {
    float: right;
    margin: 0 0.5em 0 0;
    text-align: right;
    width: 339px;
}

div#gallery ul li {
	font: smaller Georgia, "Times New Roman", Times, serif;
	display: inline;
	list-style-type: none;
	padding-left: 16px;
	margin: 0;
}

div#gallery ul li a{
	text-decoration: none;
	color: #5e504c;
}

div#gallery ul li a:hover{
	text-decoration: none;
	color: #c2b2ad;
}

div#gallery ul li.current_page {
	color: #b5958c;
}

ul#collection_thumbs {
	font-size:smaller;
	list-style-type: none;
	margin: 150px 0 0 5px;
}

ul#collection_thumbs a {
	text-decoration:none;
	color:#5E504C;
	width:130px;
	height:150px;
	display:block;
}

ul#collection_thumbs a:hover {
	text-decoration:none;
	color:#b5958c;
}


ul#collection_thumbs li#classic {
	background: url(../images/classic_thumb.jpg) no-repeat 0 30px;
	width:150px;
	height:150px;
}

ul#collection_thumbs li#organic {
	background: url(../images/organic_thumb.jpg) no-repeat 0 30px;
	width:150px;
	height:150px;
}