/* style sheet used to style story asset pages
 * ----------------------------------------------- */

/* START: story image assets ------------------- */
body {
	background: #000 url(/images/backgrounds/assets.gif) repeat-x scroll 0 0;
}

.image.standalone {
	position: absolute;
	top: 0;
	left: 80px;
	width: 550px;
	height: 650px;
	overflow: auto;
	padding: 8px;
}

.additionalImages {
	width: 75px;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	overflow: auto;
	border-right: 1px solid #555;
}

.additionalImages li {
	margin-top: 8px;
}

#creditline {
	text-align: right;
	font-size: 0.7em;
	color: #999;
	font-style: italic;
}

#caption {
	font-size: 0.8em;
	color: 	#FFFFFF;
	text-align: left;
}
/* END: story image assets ------------------- */