/* photoViewer.css - private css overides default PhotoViewer stylesheet */

/* photoViewer mask */
.photoViewer-mask
{
	background-color: white;
}

/* photoViewer showCase */

/* photoViewer controls */
.photoViewer-play img,
.photoViewer-pause img,
.photoViewer-stop img
{
	margin-top: 12px;
}

/* photoViwer thumbNails */
.photoViewer
{
	display: none;
}

a.photoViewer
{
	/* width: 118px; */
	/* height: 66px; */
	display: block;
	float: left;
	/* overflow: hidden; */
	margin-left: 0.3076em; /* 4px */
}
