body {
	behavior:url(../../assets/stylesheets/csshover.htc);
}
.allthumbs {
	/*border:solid 1px;*/
	text-align:center;
	border:solid 3px;
	border-color: red;
}
.floatme {
	position:relative;
	top:-1px;
	left:-1px;
}
.onepic {
	float:right;
	margin:1em 0em 0em 1em;
	text-align: center;
}
.everypic {
	float:left;
	margin:0.2em;
	height:120px;
	width:140px;
	border:solid 1px;
	border-color:#000000;
	text-align:center;
}
.portrait {
	margin-left:15px;
	margin-right:15px;
}
.landscape {
	margin-top:15px;
	margin-bottom:15px;
}

.pale {background-color:#cccccc !important;}
.light {background-color:#999999 !important;}
.dark {background-color:#666666 !important;}
.obscure {background-color:#333333 !important;}

#index * {
	font-size:9pt;
	text-align:center;
	margin-right:1em;
}
#index {
	margin-bottom:1em;
	line-height:1.5em;
}


/*************************************************************************/
/*       HERE ARE THE NEW STYLES, THAT GO WITH THE 2006 GALLERY          */
/*************************************************************************/

table#thumbs td {
	text-align: center;
	background-color:black;
}
option.showOpt {
	display:block;
}
option.hideOpt {
	display:none;
}
table#thumbs td#copyRight {
	background-color: transparent;
}

table#full_size_image, table#full_size_image tr td {
	background-color: black !important;
}

table#full_size_image {
	height: 800px !important;
}
table#full_size_image td {
	padding: 2em;
}
td.label {
	text-align: right;
	padding-right: 0.5em;
	padding-left: 1em;
	vertical-align: top;
}
div#chooser {
	/* border: solid 1px; */
}
div#chooser div.chooser_floatdiv {
	float: left;
	white-space: nowrap;
	/* border: solid 1px; */
	margin-right: 1em;
	position: relative;
}
div#chooser div.chooser_floatdiv a img {
	border: none;
}
div#newKids {
	position: relative;
	text-decoration: underline;
}
div#newKids div#fiveKids {
	display:none;
	padding-left:0.5em;
}
div#newKids div#fiveKids div.newKid, 
div#newKids div#fiveKids div.newKids,
div#newKids_hover div#fiveKids div.newKid, 
div#newKids_hover div#fiveKids div.newKids
{
	padding-left:0.5em;
	line-height: 1.6em;
	width: 280%;
	background-color: #ffffff;
	float: none;
	position: relative;
}
div#newKids:hover div#fiveKids, div#newKids_hover div#fiveKids {
	position: absolute;
	width: 100%;
	left: 0; 
	top: 1.2em;
}
div#newKids:hover div#fiveKids, div#newKids_hover div#fiveKids { /* UNIQUE ID */
	display:block;
}
div.newKid { /* THE FIRST OF 5 - A CLASS OF 1 */
	border: solid 1px;
}
div#newKids_hover div#fiveKids div.newKid:hover, 
div#newKids div#fiveKids div.newKid:hover,
div#newKids_hover div#fiveKids div.newKids:hover, 
div#newKids div#fiveKids div.newKids:hover
 {
	background-color:#ccccff;
}
div.newKids { /* THE REMAINING 4 OF 5 */
	border: solid;
	border-width: 0 1px 1px 1px;
}