/* EXAMPLE 1 */
.largerImage {
	width: 500px;
}

/* EXAMPLE 2 */
#examples a.myTab {
	padding: 1px 3px;
	background-color: #BFBFBF;
	text-decoration: none;
	color: white;
}

#examples a.myActiveTab {
	background-color: #7E92AA;
}

#myTabContent {
	width: 250px;
	height: 100px;
}

#myTabContent p {
	display: none;
}

#myTabContent p.visibleTabContent {
	display: block;
}

/* EXAMPLE 3 */
#slideshowImages {
	width: 150px;
	height: 100px;
}

#slideshowImages img {
	position: absolute;
	display: none;
}

#slideshowImages img.visible {
	display: block;
}

#slideshowControls a.activeNumber {
	color: red;
}
