
div.majik-lighttable, #majik-container {
	background: none;
	border: none;
}

div.majik-lighttable > img {
	border: 10px solid #fff; /* was 16px */
	background: black;
	padding: 1px 1px 1px 1px;
}

div.majik-lighttable > img.majik-plexiglass {
	border: none;
	background: none;
	-webkit-box-shadow: none;
}

a.majikCloseBox {
	background: url("/images/closebox.png") no-repeat;
	width: 30px;
	height: 30px;
	display: block;
}

a.majikNextButton {
	background: url("/images/Next.png") no-repeat;
	width: 26px;
	height: 41px;
	display: block;
}

a.majikPrevButton {
	background: url("/images/Back.png") no-repeat;
	width: 26px;
	height: 41px;
	display: block;
}

a.majikZoomButton {
	display: block;
}

a.majikPlayButton {
	background: url("/images/Play.png") no-repeat;
	width: 26px;
	height: 41px;
	display: block;
}

a.majikPlayButton.playing {
	background: url("/images/Pause.png") no-repeat;
	width: 26px;
	height: 41px;
	display: block;
}

div.majik-lighttable a:hover {
	border: none;
}

div.majik-text {
	font-family: Georgia, "Times New Roman", serif;
}
