.content
{
	margin: 0;
}

.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; }

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

#myGallery
{
	width: 615px;
	height: 341px;
	z-index:1;
	display: none;
	border: none;
}

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

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

.jdGallery .slideElement
{
	width: 100%;
	height: 100%;
	background-color: #000;
	background-repeat: no-repeat;
}

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

.jdGallery .slideInfoZone
{
	position: absolute;
	z-index: 10;
	width: 100%;
	margin: 0px;
	left: 0;
	bottom: 0;
	height: 45px;
	background: #333;
	color: #fff;
	text-indent: 0;
	overflow: hidden;
}

* html .jdGallery .slideInfoZone
{
	bottom: -1px;
}

.jdGallery .slideInfoZone h2
{
	padding: 0;
	font-size: 80%;
	margin: 0;
	margin: 0;
	font-weight: bold;
	color: inherit;
}

.jdGallery .slideInfoZone p
{
	padding: 0;
	font-size: 60%;
	margin: 0;
	color: #eee;
}

.jdGallery a
{
	font-size: 100%;
	text-decoration: none;
	color: inherit;
}

/*  this controls the position of the arrows */

.jdGallery a.right, .jdGallery a.left
{
	position: absolute;
	height: 45px;
	width: 28px;
	cursor: pointer;
	z-index:10;
	margin-right: 0px;
}


.jdGallery a.left
{
	right: 28px;
	background: url('http://underwearstation.com/site/images/splash-left.png') no-repeat bottom left;
	bottom: 0px;
}

.jdGallery a.left:hover
{
	right: 28px;
	bottom: 0px;
	background: url('http://underwearstation.com/site/images/splash-left-hover.png') no-repeat bottom left;
}

.jdGallery a.right
{
	right: 0;
	bottom: 0px;
	background: url('http://underwearstation.com/site/images/splash-right.png') no-repeat bottom right;
}

.jdGallery a.right:hover
{
	right: 0;
	bottom: 0px;
	background: url('http://underwearstation.com/site/images/splash-right-hover.png') no-repeat bottom right;
}



.jdGallery a.open
{
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.withArrows a.open
{
	position: absolute;
	top: 0;
	left: 0;
	height: 260px;
	width: 840px;
	cursor: pointer;
	z-index: 10;
	background: none;
	-moz-opacity:0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
}


	

