/*--*/

#myGallery
{
	position: relative;
	width: 850px;
	height: 168px;
	cursor: hand;
}

#myGalleryOne
{
	width: 300px !important;
	height: 168px !important;
	display:none;
	position: absolute;
	top:0;
	left: 0;
	margin: 0;
}

#myGalleryTwo
{
	width: 550px !important;
	height: 168px !important;
	display:none;
	position: absolute;
	top:0;
	right: 0;
	margin: 0;
}

.jdGallery .slideElement
{
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
}