@charset "utf-8";
/* CSS Document */


	.imgCopyright{
		font-size:0.7em;
		font-style:italic;
	}
	.imgCopyright a{
		color:#F00;
	}

	/* Override default styles */
	.dg-image-gallery{
		border:3px solid #AAA;
	
	
	}
	.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');
	}
	.dg-image-gallery-next-autoplay-start{

		background-image:url('../images/play-white.png');
	}
	.dg-image-gallery-next-autoplay-stop{

		background-image:url('../images/pause-white.png');
	}
	.dg-image-gallery-next-autoplay-start-off{
		background-image:url('../images/play-white-off.png');


	}
	.dg-image-gallery-next-autoplay-stop-off{
		background-image:url('../images/pause-white-off.png');

	}
	.dg-image-gallery-caption {
		color:#000;
	}
	.dg-image-gallery-thumbnail-highlight{
		border:3px solid #AAA;
	}