#content{
	padding-top:1.4em;
	padding-left:5em;
}
#extra{
	padding:26em 1.5em 1em 0;
}
/*Slideshow styles*/
#myGallery, #myGallerySet, #flickrGallery, #photostack{
	width:679px;
	height: 354px;
	margin:-0.1em 0 2em -0.1em;
	z-index:5;
}
#photostack{	
	padding:15px;
	background:#FFF url(../img/bg_photostack.jpg) no-repeat top left;
	margin-left:-0.7em;
}
.jdGallery a{outline:0;}
.jdGallery{	position: relative;}
.jdGallery img{
	border: 0;
	margin: 0;
}
.jdGallery .slideElement{
	width: 100%;
	height: 100%;
	background: transparent no-repeat center url(../img/loading.gif);
}
.jdGallery .loadingElement{
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background: transparent no-repeat center url(../img/loading.gif);
}
.jdGallery .slideInfoZone{
	position: absolute;
	z-index: 10;
	width: 100%;
	margin: 0;
	left: 0;
	bottom: 0;
	height: 40px;
	background: #000;
	color: #fff;
	text-indent: 0;
	overflow: hidden;
}
* html .jdGallery .slideInfoZone{ /*This is an IE6 hack*/
	bottom: -1px;
}
.jdGallery .slideInfoZone h2{
	padding: 0 0 0 10px;
	margin: 2px 5px;
	color: #FFF;
	font-style:italic;
	text-transform:none;
	font-size:1.5em;
	font-weight:bold;
}
.jdGallery .slideInfoZone p{display:none;}
.jdGallery a{
	font-size: 100%;
	text-decoration: none;
	color: inherit;
}
.jdGallery a.right, .jdGallery a.left{
	position: absolute;
	height: 99%;
	width: 25%;
	cursor: pointer;
	z-index:1000;
	top: 0;
}
.jdGallery a.left{
	left: -25px;
	background: url(../img/arrow-previous.gif) no-repeat center left;
}
.jdGallery a.right{
	right: -25px;
	background: url(../img/arrow-next.gif) no-repeat center right;
}
a.open{display:none;}