.gblock
{
	border: 1px solid #ccc;
	margin-bottom: 20px;
	background: #DDD url(/pages/galleryframe/background.jpg) repeat-x;
}

#utilityfloat
{
	float: right;
}

.gimagetext
{
	font-size: 11px;
}

.gnavtext
{
	font-size: 14px;
	line-height: 25px;
}

.gimage
{
	border: 1px solid #000;
}

.productlist
{
	font-size: 11px;
	list-style: none;
	margin-left: 0;
	padding-left: 1em;
	text-indent: -1em;
}

a.gimage, a.gimage:visited, a.gimage:hover, a.gimage:active
{
	color: black;
	text-decoration: none;
}

a.tinyimage, a.tinyimage:visited, a.tinyimage:hover, a.tinyimage:active
{
	text-decoration: none;
}

.spacer
{
	clear: both;
}

/*
	Widget code shamelessly adapted from Web Designer's Wall
	http://www.webdesignerwall.com/tutorials/css-decorative-gallery/
*/

.widget {
	list-style: none;
	margin: 0;
	padding: 0;
}
.widget li {
	margin: 10px;
	padding: 0;
	float: left;
	position: relative;
	width: 212px;
	height: 255px;
	border: 3px solid #eeeeee;
}

.widget a {
	text-decoration: none;
	color: #000;
}
.widget a:hover {
	color: #c00;
	text-decoration: none;
}
.widget img {
	border: 1px solid #000;
	display: block;
	margin-left: auto;
    margin-right: auto;
	margin-top: 5px;
}
.widget em {
	width: 210px;
	height: 25px;
	display: block;
	position: absolute;
	top: 2px;
	left: 2px;
	text-align: center;
	font: 10px Verdana, sans-serif;
	padding-top: 212px;
	padding-bottom: 30px;
	/*border: 1px solid #00ff0c;*/
}

.widget em.listindent {
	width: 155px;
	height: 25px;
	display: block;
	position: absolute;
	top: 2px;
	left: 2px;
	text-align: center;
	font: 10px Verdana, sans-serif;
	padding-top: 220px;
	padding-bottom: 10px;
	/*border: 1px solid #00ff0c;*/
}

.widget span.galleryimagelink
{
	width: 20px;
	height: 25px;
	display: block;
	position: absolute;
	top: 2px;
	left: 210px;
	text-align: center;
	font: 10px Verdana, sans-serif;
	padding-top: 156px;
	padding-bottom: 10px;
	border: 0px;
	/*border: 1px solid #00ff0c;*/
}

.widget span.galleryimagelink img
{
	border: 0px;
}

.widget .widgetthumb
{
	float: right;
	width: 50px;
	height: 50px;
	/*border: 1px solid #c0c;*/
	clear: right;
}

/*#gallery_detail
{
	height: 500px;
	width: 500px;
}
*/
#gallery_thumbs
{
	margin-bottom:10px;
}
#gallery_thumbs .gimage
{
	margin: 10px;
}

