@charset "utf-8";
/* CSS Document */

/* ---------------------
-- Photo Gallery
----------------------*/
.microPhoto{
	background:url(../images/shell/JD_contentBG.jpg) top center no-repeat #FFF;
	/*height:710px;*/
}

#photoGallery {
	background:url(../images/shell/JD_interiorCap.jpg) no-repeat #FFF;
	width: 463px;
	display: block;
	float: left;
}
#photoGallery li {
	float: left;
	margin: 0 0 10px 0;

	background: url(../images/bgPGThumb.jpg) no-repeat left top;
	text-align: center;
}
#photoGallery li:hover {
	background: url(../images/bgPGThumb.jpg) no-repeat left -170px;	
}
#photoGallery img.rowImage {
	display: block;
	width: 132px;
	margin: 10px auto;
}
#photoGallery li a {
	font-size: 12px;
	color: #000;
}


#photoGallery h2 {
	margin: 15px 0 0 12px;
	padding:0 0 0 11px;
	height: 39px;
	width: 431px;
	background: #3d5dae;
	font-size:24px;
	color:#fff;
	/*text-indent: -9999px;*/
	}
	
#photoGallery h2#titleBlank {
	background: #3d5dae url(../images/photoGallery/titleBlank.gif) no-repeat;
}

#photoGallery h2.titleLiamsBirthdayParty {
	background: #3d5dae url(../images/photoGallery/titleLiamsBirthdayParty.gif) no-repeat;
}

#photoContainer {
	margin: 0 12px 0 12px;
	background: url(../images/photoGallery/photoContainerBg.jpg);
	width: 442px;
	padding: 12px 0;
	text-align: center;
}

#photoDetails {
	background: #3d5dae url(../images/photoGallery/white.gif) no-repeat 0px 28px;
	margin: 0 12px 5px 12px;
	width: 434px;
	padding: 4px;
	}

#photoDetails #photoIndex {
	color: #bfe1f4;
	font-size: 1.2em;
	padding: 3px 0 0 5px;
	margin: 0;
}

#photoDetails #buttons {
	margin-left:300px;
}

#photoDetails a {
	float: left;
	height: 18px;
	text-indent: -9999px;
	}

#photoDetails a.previous {
	display: block;
	width: 76px;
	background: url(../images/photoGallery/galleryControls.gif) 0 0 no-repeat;
}

#photoDetails a.previous:hover {
	background: url(../images/photoGallery/galleryControls.gif) 0 -18px no-repeat;
}

#photoDetails a.next {
	display: block;
	width: 50px;
	background: url(../images/photoGallery/galleryControls.gif) -76px 0 no-repeat;
	margin: 0 0 0 4px;
}

#photoDetails a.next:hover {
	background: url(../images/photoGallery/galleryControls.gif) -76px -18px no-repeat;
}

#photoDetails #photoCaption {
	clear:both;
	font-size: 24px;
	color: #fff;
	padding:2px 0 5px 5px;
	/* Jan Kordylewski 8/28/08 */
	padding:7px 0 5px 5px;
	font-size: 22px;
}

/* ---------------------
-- Gallery Side NAV
----------------------*/

#sidebarTop {
	height: 90px;
}

#sidebarMiddle a {
	color: #b4becc;
	font-size: 14px;
}

#sidebarMiddle #galleryMenu {
	width: 162px;
	/*height: 100px;*/
	background: #567199 url(../images/shell/galleryNAV/JD_sidebarMiddle.jpg) no-repeat 0 top;
	margin-left: 9px;
	padding-bottom: 10px;
}

#sidebarMiddle #galleryMenu div
{
	line-height:23px;
	margin: 0 0 2px 0;
	width:162px;
/*	padding:2px 0px; */
}

.menu .submenu, .menu .submenu a, .menu .link, .menu a.link {
	width:157px;
}

.menu .subMenu .new, .menu .subMenu .fresh {
	background-position: 3px 6px;
}

#sidebarMiddle #galleryMenu .link
{
	color:#fefeff;
	text-transform:uppercase;
	font-size:12px;
	padding:0 0 0 15px;
	background: #455a7a url(../images/shell/galleryNAV/arrow_cls.gif) no-repeat 0 2px;
	display:block;
	width:145px;
}

#sidebarMiddle #galleryMenu a:hover.link{
text-decoration:none;
}

#sidebarMiddle #galleryMenu .collapsedMenu
{
	background-image:url(../images/shell/galleryNAV/arrow_opn.gif);
}



/* ---------------------
-- Iframe Ads for photo galleries
----------------------*/

#topAdFrame {
	z-index:2;
}

#rightAdFrame {
	padding:0px; 
	margin:0px;
}

iframe {
	padding:0px; 
	margin:0px;
}

