@charset "utf-8";
/* CSS Document */
.videos{
	cursor: hand;
	cursor: pointer;
	margin: 5px 0;
	font-size: 0.9em;
}
#container #mainContent .videocontent {
	margin: 0 auto 2em auto;
	width: 320px;
}

.openvideo{ /*class added to contents of 2nd demo when they are open*/
	color: #0a7539;
}

.closedvideo{ /*class added to contents of 2nd demo when they are closed*/
	color: #0a7539;
}

