#featured {
	height: auto;
	width: 700px;
	background-color: #F7F7F7;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	clear: both;
	
}
#internationalfeatured {
	height: auto;
	width: 1000px;
	background-color: #F7F7F7;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	clear: both;
	
}
#Gallerybox{font-size: 1em;	font-family:Verdana, Arial, Helvetica, sans-serif;; text-align:left;}
#myGallery, #myGallerySet, #flickrGallery
{
	z-index:5;
	width: 100%;
	height: 300px;
	/*height: 328px;*/
	padding: 0px;
	margin: 0px;
	overflow: hidden;
}
.jdGallery
{
	overflow: hidden;
	position: relative;
}
.jdGallery .slideElement
{
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center center;
	background-color: #000000;
	-moz-border-radius:0px 0px 8px 8px; border-radius: 0px 0px 8px 8px;
}
.jdGallery .slideInfoZone
{
	position: absolute;
	z-index: 10;
	width: 100%;
	margin: 0px;
	left: 0;
	bottom: 0;
	color: #FFFFFF;
	text-indent: 0;
	overflow: hidden;
	padding: 0px;
	height: 20%;
	background-color: #000000;
	-moz-border-radius:0px 0px 6px 6px; border-radius: 0px 0px 6px 6px;
}
.jdGallery .slideInfoZone a
{
	color: #FFFFFF;
}
.jdGallery .slideInfoZone h3
{
	padding: 0px;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	width: 96%;
	margin-top: 4px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-decoration: none;
	text-transform: capitalize;
	display: block;
	clear: both;
	height: auto;
}
.jdGallery .slideInfoZone h3 a
{
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
.jdGallery .slideInfoZone h3 a:hover
{
	text-decoration: underline;
}
.jdGallery .slideInfoZone p
{
	padding: 0px;
	font-size: 11px;
	color: #FFFFFF;
	width: 96%;
	text-transform: capitalize;
	clear: both;
	height: auto;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	display: block;
	line-height: 16px;
}
.jdGallery .slideInfoZone p a
{
	color: #993333;
	text-decoration: none;
	font-weight: bold;
}
.jdGallery .slideInfoZone p a:hover
{
	text-decoration: underline;
}
.jdGallery a.open
{
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
.withArrows a.open
{
	position: absolute;
	top: 0;
	left: 25%;
	height: 99%;
	width: 50%;
	cursor: pointer;
	z-index: 10;
	background: none;
}
