/* ----- section main table content ----- */

TABLE#TABLE_main_galleries {
}
TABLE#TABLE_main_galleries a:link { color: #FF0; text-decoration: none; }
TABLE#TABLE_main_galleries a:visited { color: #FF0; text-decoration: none; }
TABLE#TABLE_main_galleries a:hover { color: #F90; text-decoration: none; }

TABLE#TABLE_main_slideshow {
width: 90%;
margin: 20px 50px 30px 25px;
padding: 0px;
font-weight: bold;
}

.table_thumbnails {
display: table;
width: 670px;
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 0px;
background-color: #000;
background-image: url(../images/backgrounds/background_slideshow.jpg);
background-repeat: repeat;

}

.TD_thumb {
width: 128px;
height: 128px;
/* background-color: #000; */
text-align: center;
valign: top;
}

.thumb {
position: relative;
}

.thumb img {
/*
width: 120px;
height: 120px;
*/
padding: 0px;

}

.photo {
display: block;

}

.photo img {


}

#photo-table {
display: table;
width: 670px;
margin: 0px;
padding: 0px;
}

#photo-table tr td {
display: table-cell;
/* width: 620px; */
margin: 0px;
padding: 0px;
/* padding: 5px 0px 5px 0px; */
}

#photo-table #mainTD {
background-color: #000;
background-image: url(../images/backgrounds/background_slideshow.jpg);
background-repeat: repeat;
}

.photo-main {
display: block;
margin: 0px;
padding: 15px;
width: 640px;
height: 640px;
/*
background-color: #200007;
background-image: url(../images/backgrounds/background_galleries.jpg);
background-position: top left;
background-repeat: no-repeat;
*/
}

.simple-top-menu table {
display: table;
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 0px;

font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 0.8em;
font-weight: bold;

/*border-bottom: solid 1px #900;*/
}

.slideshow_number {
margin: 0px;
padding: 5px;
color: #FFF;
border: solid 1px #000;
background-color: #000;
font-weight: bold;
	background-image: url(../images/backgrounds/background_slideshow.jpg);
  background-repeat: no-repeat;
}

.slideshow_topmenu { 
	margin: 0px;
	padding: 0px;
}

.slideshow_topmenu ul {
  display: block;
	margin: 0px;
	padding: 0px;
	height: 30px;
	list-style-type: none;
/*	border-left: 2px solid #202; */
/*	border-right: 0px; */
	font-weight: normal;
}

.slideshow_topmenu ul li { 
  display: inline;
	margin: 0px;
	padding: 0px;
/*	background: #060; */
/*	border-left: 2px solid #585; */
/*	border-right: 2px solid #202; */
/* 	background-color: #FE9; */
}

.slideshow_topmenu a {
/*  display: inline;
	margin: 0px;
	padding: 5px;
  color: #900;
  text-decoration: none;
	*/
/*	border-left: 2px solid #585; */
/*	border-right: 2px solid #202;	*/
}

.slideshow_topmenu a:link {
  display: inline;
	margin: 0px;
	padding: 5px;
  color: #FFF;
  text-decoration: none;
	background-color: #000;
  border: solid 1px #000;
	font-weight: bold;
	background-image: url(../images/backgrounds/background_slideshow.jpg);
  background-repeat: no-repeat;
}

.slideshow_topmenu a:visited {
  display: inline;
	margin: 0px;
	padding: 5px;
  color: #FFF;
  text-decoration: none;
	background-color: #000;
  border: solid 1px #000;
	font-weight: bold;
	background-image: url(../images/backgrounds/background_slideshow.jpg);
  background-repeat: no-repeat;
}

.slideshow_topmenu a:hover {
  display: inline;
	margin: 0px;
	padding: 5px;
  color: #FF0;
  text-decoration: none;
  background-color: #000;
  border: solid 1px #000;
	font-weight: bold;
	background-image: url(../images/backgrounds/background_slideshow.jpg);
  background-repeat: no-repeat;
}