/* CSS Document */

/* --------------------------------------- MAIN CONTENT --------------------------------------- */

#photoContainer {
	margin-top:2px;
	height:182px;
	overflow:hidden;
	width:530px;
}
#infoContainer {
	width:auto;
	height:auto;
	background:#FFFFFF url(../images/global/grey-gradient.gif) left top repeat-x scroll;
	padding-left:10px;
	overflow:hidden;
	margin-top:2px;
	overflow:hidden;
}
#infoPhotos {
	float:right;
	margin-left:8px;
	width:auto;
	height:368px;
	overflow:hidden;
}

.spacer {
	width:auto;
	height:10px;
	overflow:hidden;
	border-bottom:#999999 dashed 1px;
}
.imgFloatRight {
	float:right;
	margin-left:8px;
}
.imgFloatLeft {
	float:left;
	margin-right:8px;
}
