#myGallery1, #myGallery2, #myGallery3, #myGallery4
{
	z-index:5;
	background-color:#FFF;
	width:90px;
	height:55px;
	border:#CCCCCC 1px solid;
	padding:2px;
	float:left;
	margin-right:6px;
}


#myGallery4
{
	margin-right:0px;
}

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

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

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

.jdGallery .slideElement
{
	width: 100%;
	height: 100%;
	background-color: #FFF;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url('http://static.veavisos.com/loading_small.gif');
}

.jdGallery .loadingElement
{
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background-color: #FFF;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url('http://static.veavisos.com/loading_small.gif');
}


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

.jdGallery a.open
{
	position: absolute;
	cursor: pointer;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	
}

	
