
	/* poza mare */
	.dg-image-gallery
	{
	position:relative;
	width: 570px;
	height: 480px;
	margin: 0px 20px 0px 30px;
	}
	
	/* poza mare */
	.dg-image-gallery-enlarged-image
	{
	position : absolute;
	left: 0px;
	top:0px;
	background-position : center center;
	width : 521px;
	height: 460px;
	margin-left: 20px;
	}
	
	/* caption = info */
	.dg-image-gallery-caption
	{
	position:absolute;
	bottom: 150px;
	height: 30px;
	width: 500px;
	margin: 0px 20px 0px 20px;
	text-align: center;
	color: #FFF;
	top: 460px;
	}
	
	/* container cu thumbnails */
	.dg-image-gallery-thumbnail-container
	{
	float: left;
	position : absolute;
	bottom : 0px;
	width : 525px;
	left: 20px;
	right: 10px;
	top: 490px;
	padding-bottom: 10px;
	}
	
	/* thumbnails in containerul mic */
	.dg-image-gallery-thumbnail
	{
	width: 97px;
	height: 86px;
	padding: 2px;
	margin: 2px;
	}
	
	/* elementul curent */
	.dg-image-gallery-thumbnail-highlight
	{
	border:none;
	}
	
	/* butoane inainte, inapoi */
	.dg-image-gallery-previous, .dg-image-gallery-next
	{
	float: left;
	background-position : center center;
	cursor: pointer;
	width: 20px;
	height: 120px;
	bottom: 10px;
	position: absolute;
	cursor: pointer;
	top: 480px;
	}
	
	.dg-image-gallery-previous
	{
	background-image: url('../images/previous.png');
	left : 0px;
	}
	
	.dg-image-gallery-previous-over
	{
	background-image:url('../images/previous-over.png');
	}
	
	.dg-image-gallery-next{
	background-image:url('../images/next.png');
	right : 0px;
	}
	
	.dg-image-gallery-next-over
	{
	background-image:url('../images/next-over.png');
	}

	/* butoane play, stop */
	.dg-image-gallery-next-autoplay-container
	{
	position:absolute;
	margin-right: 30px;
	right:0px;
	top:430px;
	z-index:20000;
	width:60px;
	}
	
	.dg-image-gallery-next-autoplay-start, .dg-image-gallery-next-autoplay-stop
	{
	position:absolute;
	top:0px;
	margin-top: 5px;
	padding: 5px 0px 5px 0px;
	height: 14px;
	width: 20px;
	text-align:right;
	background-repeat:no-repeat;
	cursor:pointer;
	}
	
	.dg-image-gallery-next-autoplay-start
	{
	left:0px;
	background-image:url('../images/play-off.png');
	}
	
	.dg-image-gallery-next-autoplay-stop
	{
	left:30px;
	background-image:url('../images/pause-off.png');
	}
	
	.dg-image-gallery-next-autoplay-start-off
	{
	background-image:url('../images/play.png');
	cursor: default;
	}
	
	.dg-image-gallery-next-autoplay-stop-off
	{
	background-image:url('../images/pause.png');
	cursor: default;
	}
	