#mainimage{
	margin: 3px 0px 0px 0px;
	text-align: left;
	height: 369px;
}
#largeimagecontainer, #largeimagewrapper{ margin: 0px; padding: 0px;}
#largimagewrapper img{ margin: 0px; padding; 0px;}

#lefttext,#righttext{
	float: left;
	text-align: left;
	margin: 0px;
	padding: 5px 10px 0px 10px;
/*	width: 350px;*/
/*	height: 190px;
/*	color: white;*/
	line-height: 1.4em;
	border: 0px solid black;
}
#lefttext{
	border-right: 2px solid #E0C0A0;
	width: 67px;
	height: 73px;
}
#righttext{
	width: 593px;
	height: 73px;
}

#gallerylist {
	float: left;
/*	width: 150px;*/
	padding : 0px 0px 0px 0px;
	margin : 0px 0px 0px 10px; /* this is for ie */
	text-align : left;
/*	color : rgb(99,108,179);*/
/*	background :  #BFD3E3;*/
	font-size: 14px;
}
#gallerylist li {
	list-style : none;
	margin : 0px 0px 0px 0px;
/*	display : inline;*/
	padding: 2px 0px 2px 0px;
/*	float: left;*/
/*	background: #BFD3E3;*/
	color :  #321B0C;
/*	font-size: 12px;*/
}
#gallerylist li a {
	padding : 2px 0px 2px 0px;
	margin : 0px;
	color :  inherit; /* this doesn't work in IE but it does in all other browsers */
	color :  #321B0C; /* necessary for IE */
/*	background : rgb(207,211,238);*/
	text-decoration : none;
}
#gallerylist li a:link, #gallerylist li a:visited, #gallerylist li a:active {
	color :  none;
	color :  #321B0C; /* necessary for IE */
/*	background : rgb(207,211,238);*/
	border: 0px solid white;
}
#gallerylist li a:hover {
	color :  #321B0C; /* necessary for IE */
	/*color : #fff;
	/*background : rgb(193,50,36);*/
}
#gallerylist li:hover {
	/*color : #fff;
	background : rgb(193,50,36);*/
}
#gallerylist .gallerylicurrent{
	color: #8C000D;
}
#gallerylist li a:link.galleryacurrent, #gallerylist li a:visited.galleryacurrent, #gallerylist li a:active.galleryacurrent{
	color: #8C000D;
}





#imagename{
	float: right;
	text-align: right;	
	width: 270px;
	color: #850006;
}

#thumbcontainer{
	float: left;
	width: 320px;	
}
#thumbcontainer img{ float: left;}

.thumblimitheight{ height: 50px; }
.thumblimitwidth{ width: 50px; }

#thumbcontainer .currentbutton, #thumbcontainer .button{
	float: left;
	margin: 3px;
	padding: 0px;
	font-size: .1em;
	line-height: .1em;
}
#thumbcontainer .currentbutton{
	width: 10px;
	height: 10px;
	background-color: #850006;	
}
#thumbcontainer .button{
	width: 8px;
	height: 8px;
	border: 1px solid #CDC3BA;
}
