.dg-image-gallery{

	position:relative;
	width:90%;
	height:500px;
	border:0px;
}


/* Enlarged image */

.dg-image-gallery-enlarged-image {

	position : absolute;
	left: 0px;
	top:0px;
	background-position:center;
	width: 100%;
	height: 307px;
}

/* Caption below large image */

.dg-image-gallery-caption {

	position:absolute;
	bottom:150px;
	height:10px;
	width:100%;
	text-align:center;
	color: #000;
}


/* Container for all thumbnails */

.dg-image-gallery-thumbnail-container {
	
	position:absolute;
	bottom : 50px;
	left: 20px;
	right: 20px;
	padding-bottom:10px;

}

/* Thumbnails inside thumbnail strip */

.dg-image-gallery-thumbnail{

	width: 100px;
	height : 100px;
	padding-right:3px;
	padding-left:3px;
}


/* Highlight element */

.dg-image-gallery-thumbnail-highlight{

	border:3px solid #CCC;
	padding:2px;

}


/* Previous and next buttons */


.dg-image-gallery-previous, .dg-image-gallery-next {

	background-position : center center;
	cursor: pointer;
	width:20px;
	height:120px;
	bottom:50px;
	position: absolute;
	cursor: pointer;

}

.dg-image-gallery-previous{

	background-image:url('../images/left-white.png');
	left : 0px;

}

.dg-image-gallery-previous-over{

	background-image:url('../images/left-white-over.png');

}

.dg-image-gallery-next{

	background-image:url('../images/right-white.png');

	right : 0px;

}

.dg-image-gallery-next-over{

	background-image:url('../images/right-white-over.png');

}


