/* PHOTOS */

#photosCol1 {
	scrollbar-base-color:#333;
	position:absolute;
	top:150px;
	bottom:30px;
	width:50%;
	font-size:1em;
	left:0;
	overflow-x:hide;
	overflow-y:auto;
	z-index: 0;
}

#photosCol2 {
	scrollbar-base-color:#333;
	position:absolute;
	top:150px;
	bottom:30px;
	width:50%;
	font-size:1em;
	left:50%;
	overflow-x:hide;
	overflow-y:auto;
	z-index: 0;
}

* html #photosCol1, #photosCol2 {
	height:100%;
	top:0;
	bottom:0;
	border-top:150px solid #fff;
	border-bottom:30px solid #fff;
	z-index: 0;
}

.photosTitleB {
	background-color:#111;
	font-size: 20px;
	color:#6CACCE;
	margin:0px;
	padding:0px;
	line-height:36px;
	text-align:center;
}

.photosTitleM {
	background-color:#111;
	font-size: 20px;
	color:#CC99CC;
	margin:0px;
	padding:0px;
	line-height:36px;
	text-align:center;
}

.photosBarack {
	padding: 15px;
	background-color:#222;
	text-align: center;
}

.photosMichelle {
	padding: 15px;
	background-color:#222;
	text-align: center;
}

.photosTextB {
	background-color:#222;
	color:#fff;
	padding-left:15px;
	padding-right:15px;
	padding-top:10px;
	padding-bottom:25px;
	font-size:16px; font-family: Georgia; letter-spacing: 1px;
	position:relative;
	vertical-align:top;
	clear:both;
	/*overflow-x:hide; overflow-y:auto;
	height: 195px;*/
}

.photosTextM {
	background-color:#222;
	color:#fff;
	padding-left:15px;
	padding-right:15px;
	padding-top:10px;
	padding-bottom:25px;
	font-size:16px; font-family: Georgia; letter-spacing: 1px;
	position:relative;
	vertical-align:top;
	clear:both;
}

/* HYPERLINK PROPERTIES - BARACK */

.photosTextB a:link {
	color: #6CACCE;
	text-decoration: none;
	font-weight:bold;
}
.photosTextB a:visited {
	color: #6CACCE;
	text-decoration: none;
	font-weight:bold;
}
.photosTextB a:hover {
	color: #CC99FF;
	text-decoration: none;
	font-weight:bold;
}
.photosTextB a:active {
	color: #CC99FF;
	text-decoration: none;
	font-weight:bold;
}

/* HYPERLINK PROPERTIES - MICHELLE */

.photosTextM a:link {
	color: #CC99FF;
	text-decoration: none;
	font-weight:bold;
}
.photosTextM a:visited {
	color: #CC99FF;
	text-decoration: none;
	font-weight:bold;
}
.photosTextM a:hover {
	color: #6CACCE;
	text-decoration: none;
	font-weight:bold;
}
.photosTextM a:active {
	color: #6CACCE;
	text-decoration: none;
	font-weight:bold;
}


#gallery {width:100%; height:100%; max-height: 100%; top:0px; background: #222; position:absolute;}
#gallery b.default {position:absolute; top:0px; left:-5px; width:100%; height:auto; text-align:center; background:#222;}
#gallery b.default img {display:block; margin:0 auto 10px auto; border:1px solid #eee; border-color:#555 #ddd #eee #333;}
#gallery b.default span {display:block; font-size:16px; font-family: Georgia; letter-spacing: 1px; position:relative; vertical-align:top; color:#fff; width:320px; margin:0 auto;}

#gallery ul {list-style:none; padding:0; margin-right:70px; width:330px; position:relative; float:right;}
#gallery ul li {display:inline; width:72px; height:72px; float:left; margin:0 0 5px 5px;}
#photosCol1.gallery ul li a {display:block; width:70px; height:70px; text-decoration:none; border:1px solid #000; border-color:#eee #555 #333 #ddd;}
#gallery ul li a span {display:none;}
#gallery ul li a img {display:block; width:70px; height:70px; border:0;}

/*
#gallery ul li a:hover {white-space:normal; border-color:#555 #ddd #eee #333; background:#222;}
#gallery ul li a:hover b {position:absolute; right:395px; top:0; width:340px; height:600px; text-align:center; background:#222; z-index:20;}
#gallery ul li a:hover span {display:block; color:#fff; font-family:verdana, arial, sans-serif; font-weight:normal; font-size:11px; width:350px; margin:0 auto;}
#gallery ul li a:hover img {margin:0 auto 10px auto; width:auto; height:auto; border:1px solid #eee; border-color:#555 #ddd #eee #333;}
*/

#gallery ul li a:active, #gallery ul li a:focus {white-space:normal; border-color:#555 #ddd #eee #333; background:#777;}
#gallery ul li a:active b, #gallery ul li a:focus b {position:absolute; right:395px; top:0; width:340px; height:600px; text-align:center; background:#222; z-index:10;}
#gallery ul li a:active span, #gallery ul li a:focus span {font-size:14px; font-family: Georgia; letter-spacing: 1px; position:relative; color:#fff; vertical-align:top; display:block; width:100%; margin:0 auto;}
#gallery ul li a:active img, #gallery ul li a:focus img {margin:0 auto 10px auto; width:auto; height:auto; border:1px solid #eee; border-color:#555 #ddd #eee #333;}

