.gallerycontainer
	{
	border: 0px solid white;
  	float: right;
	width: 600px;
	height: 608px;
	margin-top: 20px;
	margin-right: 0%;
 	}

.maingallerycontainer
	{
	border: 0px solid yellow;
	height: auto;
	width: 80%;
	margin-top: 30px;
	margin-left: auto;
	margin-right: auto;
	float: left;
	}

#imgref
	{
	border: 0px solid red;
	width: 400px;
	height: 15px;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	color: #00ff00;
	font-weight: bold;
	font-size: 9pt;
	}

#imgtitle
	{
	border: 0px solid yellow;
	width: 400px;
	height: 10px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px
	text-align: center;
	color: #00ff00;
	font-weight: bold;
	font-size: 12pt;
	}

.pagenos
	{
	border: 0px solid red;
	float: left;
	color: white;
	width: 90%;
	text-align: center;
	font-size: 8pt;
	margin-top: 25px;
	clear: left;
	}

#mainimg
	{
	border: 0px solid red;
	width: 355px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	text-align: center;
	}

#cartcontainer
	{
	border: 0px solid yellow;
	width: 500px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	margin-botton: 0px;
	color: white;
	font-weight: bold;
	}


.thumbimg
	{
	background-image: url(graphics/galbg2.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	border: 0px solid white;
	width: 110px;
	height: 110px;
	margin-top: 5px;
	margin-bottom: 0px;
	margin-left: 12px;
	margin-right: 12px;
	float: left;
	text-align: center;
	vertical-align: middle;
	}

.thumbimg:hover
	{
	background-image: url(graphics/galbg2.jpg);
	background-repeat: no-repeat;
	background-position: top;
	border: 0px solid white;
	width: 110px;
	height: 110px;
	margin-top: 5px;
	margin-bottom: 0px;
	margin-left: 12px;
	margin-right: 12px;
	float: left;
	text-align: center;
	vertical-align: middle;
	}

.thumblabel
	{
	color: white;
	width: 110px;
	height: 15px;
	text-align: center;
	margin-top: 2px;
	margin-bottom: 5px;
	margin-left: 12px;
	margin-right: 12px;
	font-size: 7pt;
	float: left;
	}

.thumbtitle
	{
	border: 0px solid red;
  float: right;
  width: 80%;
	color: #00ff00;
	font-size: 10pt;
	font-family: tahoma;
	font-weight: bold;
	text-align: right;
	margin-bottom: 10px;
	margin-top: 1%;
  margin-right: 1%;
 	}

.mainnav
	{
	border: 0px solid red;
	width: 325px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	}




