.page div.caption {
	margin: 0px 10px 10px 10px;
	border: 1px solid #ccc;
	padding: 5px;
	background: white url(../images/caption-bg.png) repeat-x 0 bottom;
	/*-- Rounded corners --*/
	-moz-border-radius-topleft: 3px;
	-webkit-border-top-left-radius: 3px;
	-moz-border-radius-topright: 3px;
	-webkit-border-top-right-radius: 3px;
	-moz-border-radius-bottomleft: 3px;
	-webkit-border-bottom-left-radius: 3px;
	-moz-border-radius-bottomright: 3px;
	-webkit-border-bottom-right-radius: 3px;
}

.page div.right {margin-right: 0;}
.page div.left  { margin-left: 0;}

.page div.caption img {
	margin: 0;
	padding:0;
}

.page div.caption p {
	margin: 5px 0 0 0;
	padding: 5px;
	text-align: center;
	font-size: .9em;
	font-family: Arial;
	color: #52697a;
}

.full-page div.caption {
	margin: 0 10px 10px 10px;
	border: 1px solid #ccc;
	padding: 5px;
	background: white url(../images/caption-bg.png) repeat-x 0 bottom;
	/*-- Rounded corners --*/
	-moz-border-radius-topleft: 3px;
	-webkit-border-top-left-radius: 3px;
	-moz-border-radius-topright: 3px;
	-webkit-border-top-right-radius: 3px;
	-moz-border-radius-bottomleft: 3px;
	-webkit-border-bottom-left-radius: 3px;
	-moz-border-radius-bottomright: 3px;
	-webkit-border-bottom-right-radius: 3px;
}

.full-page div.right {margin-right: 0;}
.full-page div.left  { margin-left: 0;}

.full-page div.caption img {
	margin: 0;
	padding:0;
}

.full-page div.caption p {
	margin: 5px 0 0 0;
	padding: 5px;
	text-align: center;
	font-size: .9em;
	font-family: Arial;
	color: #52697a;
}
/* This formats the images for the video page */
.full-page .resource .image div.caption {
	margin: 0px;
	padding: 0px;
	background: none;
	border: none;
}

.full-page .resource .image div.right {margin-right: 0;}
.full-page .resource .image div.left  { margin-left: 0;}

.full-page .resource .image div.caption img {
	margin: 0;
	padding:0;
}

.full-page .resource .image div.caption p {
	margin: 0px;
	text-align: center;
	font-size: .5em;
	font-family: Arial;
	color: #fff;
	visibility: hidden;
}