

.content a
{
	color: #fff;
}


.content p.linkage
{
	margin-top: 2em;
	text-align: right;
	font-size: 1.7em;
	color: #ddd;
}

.content p.linkage a { color: #fff; }

/*.content p.linkage a
{
	color: #fff;
	background: url('../images/bg/biglink_off.gif') center right no-repeat;
	padding: 10px 20px;
	text-decoration: none;
}

.content p.linkage a:hover
{
	background: url('../images/bg/biglink_on.gif') center right no-repeat;
	font-style: italic;
}*/

#myGallery
{
	text-align: left;
	margin: 0 auto;
	margin:10px 0 18px 0;
}

#myGallery, #myGallerySet, #flickrGallery
{
	width: 276px;
	height: 146px;
	z-index:5;
	border: 1px solid #9db1ba;
	overflow:hidden;
	background-color:#FFF;
}

#myGallery img.thumbnail, #myGallerySet img.thumbnail
{
	display: none;
}

.jdGallery
{
	overflow: hidden;
	position: relative;
}

.jdGallery img
{
	border: 0;
	margin: 0;
}

.jdGallery .slideElement
{
	width: 272px;
	height: 141px;
	background-repeat: no-repeat;
	background-position: bottom right;
	background-image: url('img/loading-bar-black.gif');
	background-color: #FFFFFF;
}

.jdGallery .loadingElement
{
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url('img/loading-bar-black.gif');
}

.slideInfoZone
{
	position: absolute;
	z-index: 1000;
	width: 255px;
	margin: 0px;
	left: 10px;
	top: 10px;
	color: 666;
	overflow: hidden;
	height: 100px;
	text-align:left;
}



.jdGallery .slideInfoZone h4
{
	padding: 0;
	margin: 5px 0 0 0;
	font-weight: normal;
	font-size: 1.1em !important;
	}

.jdGallery .slideInfoZone p
{
	padding: 0;
	
	margin: 3px 0 0 0;
	color: #666;
	font-size: 0.9em;
	line-height:1.4em;
	text-align:left !important;
	width:255px;
}


