.imgCopyright{
		font-size:0.7em;
		font-style:italic;
	}
	.imgCopyright a{
		color:#F00;
	}

	/* Override default styles */
	.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');
	}
	.dg-image-gallery-next-autoplay-start{

		background-image:url('../images/play-off.png');
	}
	.dg-image-gallery-next-autoplay-stop{

		background-image:url('../images/pause-off.png');
	}
	.dg-image-gallery-next-autoplay-start-off{
		background-image:url('../images/play.png');


	}
	.dg-image-gallery-next-autoplay-stop-off{
		background-image:url('../images/pause.png');

	}
	.dg-image-gallery-caption {
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		font-size: 14px;
		color: #FFF;
		padding-top: 5px;
	}
	.dg-image-gallery-thumbnail-highlight{
		border:none;
	}