td {
	font-family: Arial, Helvetica, sans-serif;}
#galleryView {
}
#galleryViewInside {
	width: 700px;
}
#galleryTitle {
	text-align: center;
	font-size: medium;
	padding-bottom: 5px;
	text-transform: capitalize;
	font-weight: bold;
}
#galleryThumb {
	padding: 10px;
	text-align: center;
	font-size: xx-small;
	vertical-align: top;
}
#noImages {}
#slideView{
	text-align: center;
	border: 2px solid #000;
	width: 600px;
}
#slideNumberViewing {
	font-size: xx-small;
	text-align: right;
	padding: 5px 5px 20px 0;
}
#switchView {
	font-size: xx-small;
	padding: 5px 0 5px 0;
	text-align: center;
}
#switchView a:link, #switchView a:visited, #switchView a:active{
	text-decoration: none;
}
#switchView a:hover {
	text-decoration: underline;
}
#toGallery {}
#previousNext {
	color: #999;
	padding: 10px 60px 10px 60px;
	font-size: x-small;
	font-weight: bold;
}
#previousNext a:link, #previousNext a:visited, #previousNext a:active{
	text-decoration: none;
	color: #000;
}
#previousNext a:hover{
	text-decoration: underline;
}
#imageCaption {
	padding: 15px 0 0 0;
	font-size: small;
	font-weight: bold;
} 
body {
	background-image: url(/images/bgcolor.jpg);
	background-color: #D9C3AC;
}


