div#frameRight {
	width: 360px;
	height: 300px;

	margin-top: 3px;
	margin-right: 10px;

	float: right;
}
div.frameRightPicture {
	width:  360px;
	height: 300px;

	display: none;
}
div#picture1 {
	display: block;
}
div#frameRightStripe {
	width: 360px;
	height: 25px;

	position: relative;
	bottom: 45px;

	background-image: url('Artwork/frameRightStripe.png');
}
div.frameRightDot {
	width: 20px;
	height: 20px;

	float: left;

	cursor: pointer;

	margin-top: 2px;
	margin-left: 3px;

	background-image: url('Artwork/frameRightDot.png');
}
div#dot1 {
	background-image: url('Artwork/frameRightDotActive.png');
}
div.frameRightText {
	margin-top: 3px;
	margin-left: 8px;

	float: left;

	cursor: pointer;

	display: none;

	text-align: left;
	color: white;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .9em;
	font-weight: bold;
}
div#text1 {
	display: block;
}