#simplegallery1{ //CSS for Simple Gallery Example 1
position: relative; /*keep this intact*/
visibility: hidden; /*keep this intact*/
border: 3px solid #fff;
padding: 2px 5px;
}

#simplegallery1 .gallerydesctext{ //CSS for description DIV of Example 1 (if defined)
text-align: left;
padding: 2px 5px;
}

a:link {text-decoration: none; color: #7e502e; FONT-WEIGHT: bold; font-size: 12px; }
a:visited {text-decoration: none; color: #7e502e; FONT-WEIGHT: bold; font-size: 12px; }
a:active {text-decoration: none; color: #7e502e; FONT-WEIGHT: bold; font-size: 12px; }
a:hover {text-decoration: none; color: #000; FONT-WEIGHT: bold; font-size: 12px; }



#thumbBox{ /*Outermost DIV for thumbnail viewer*/
position: absolute;
left: 0;
top: 0;
width: auto;
padding: 10px;
padding-bottom: 0;
background: #313131;
visibility: hidden;
z-index: 10;
cursor: hand;
cursor: pointer;
}

#thumbBox .footerbar{ /*Footer DIV of thumbbox that contains "close" link */
font: bold 16px Tahoma;
letter-spacing: 5px;
line-height: 1.1em;
color: white;
padding: 5px 0;
text-align: right;
}


#thumbBox #thumbImage{ /*DIV within thumbbox that holds the enlarged image */
background-color: white;
}

#thumbLoading{ /*DIV for showing "loading" status while thumbbox is being generated*/
position: absolute;
visibility: hidden;
border: 1px solid black;
background-color: #EFEFEF;
padding: 5px;
z-index: 5;
}
/*##############################################*/
/*Stuff pertaiing to the portfolio */


#thumbs{
    float:left;
	/*width:160px;*/
	margin:12px 12px 0px 12px;/*(top, right, bottom, left) */

}
.image {
	background: #FAFAFA;
    border: 1px solid #DCDCDC;
	padding: 5px;
}
/*##############################################*/


img.floatRight 
{ 
    float: right; 
}

.testimage
{ 
    float: left; 
}


img.floatLeft 
{ 
    float: left; 
    margin: 4px; 
	BORDER-RIGHT: #fff 4px solid;
	BORDER-TOP: #fff 4px solid;
	BORDER-LEFT: #fff 4px solid;
	BORDER-BOTTOM: #fff 4px solid;
	BORDER-COLLAPSE: collapse;
}

.gallery
{ 
    float: right; 
    margin: 4px; 
	BORDER-RIGHT: #7e502e 3px solid;
	BORDER-TOP: #7e502e 3px solid;
	BORDER-LEFT: #7e502e 3px solid;
	BORDER-BOTTOM: #7e502e 3px solid;
	BORDER-COLLAPSE: collapse;
}

.bt
{
	color:#000;
	text-decoration:none;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}

.brown_text
{
	color:#7e502e;
	text-decoration:none;
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
}

.brown_text:link {text-decoration: none; color: #7e502e; FONT-WEIGHT: bold; font-size: 16px; }
.brown_text:visited {text-decoration: none; color: #7e502e; FONT-WEIGHT: bold; font-size: 16px; }
.brown_text:active {text-decoration: none; color: #7e502e; FONT-WEIGHT: bold; font-size: 16px; }
.brown_text:hover {text-decoration: none; color: #000000; FONT-WEIGHT: bold; font-size: 16px; }

.brown_text2:link {text-decoration: none; color: #7e502e; FONT-WEIGHT: bold; font-size: 12px; }
.brown_text2:visited {text-decoration: none; color: #7e502e; FONT-WEIGHT: bold; font-size: 12px; }
.brown_text2:active {text-decoration: none; color: #7e502e; FONT-WEIGHT: bold; font-size: 12px; }
.brown_text2:hover {text-decoration: none; color: #000000; FONT-WEIGHT: bold; font-size: 12px; }

.menu_text
{
	color:#fff;
	font-size: 15px;
	font-family: Arial, Helvetica, sans-serif;
}

.menu_text:link {text-decoration: none; color: #fff; FONT-WEIGHT: bold; font-size: 15px; }
.menu_text:visited {text-decoration: none; color: #fff; FONT-WEIGHT: bold; font-size: 15px; }
.menu_text:active {text-decoration: none; color: #fff; FONT-WEIGHT: bold; font-size: 15px; }
.menu_text:hover {text-decoration: none; color: #000; FONT-WEIGHT: bold; font-size: 15px; }

.footer
{
	color:#fff;
	text-decoration:none;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
}
.footer:link {text-decoration: none; color: #fff; FONT-WEIGHT: bold; font-size: 11px; }
.footer:visited {text-decoration: none; color: #fff; FONT-WEIGHT: bold; font-size: 11px; }
.footer:active {text-decoration: none; color: #fff; FONT-WEIGHT: bold; font-size: 11px; }
.footer:hover {text-decoration: none; color: #fff; FONT-WEIGHT: bold; font-size: 11px; }
