.imageList
{
	width					: 600px;
	margin-left		: auto;
	margin-right	: auto;
	text-align		: left;
}

.imageRow
{
	position			: relative;
	width					: 600px;
	height				: 200px;
	border-bottom	: 1px solid #aaa;
	margin-bottom	: 9px;
}

.textLeft, .textRight
{
	position			: relative;
	background		: #888;
	height				: 185px;
	color					: #ddd;
	padding				: 5px 5px 0px 5px;
}

.textLeft		{ margin-right	: 255px; }
.textRight	{ margin-left		: 255px; }

.imgLeft, .imgRight
{
	position			: absolute;
	top						: 0px;
	width					: 250px;
}

.imgLeft			{ left		: 0px; }
.imgRight			{ right		: 0px; }

.rImage 			{ border	: 5px solid #fff; }
.rImage:hover { border	: 5px solid #aaf; }

pre
{
	color	: #222;
	font-size	: 0.8em;
	margin: 0;
}

.gcx
{
	font-size	: 11px;
	color			: #444;
}

/* OVERRIDES */
#text
{
	text-align		: center;
}

p
{
	margin				: 0 0 1em 0;
}
