/* CSS document */
/* defines the media kit - press room look */
#imageLibrary {
	margin: 0px;
	/* width: 474px; */
	padding: 0px 0px 0px 0px;
	background: url(../_images/imageLibraryBG.gif) repeat-y left top;
	border: none;
}
.imageVal {
	float: left;
	clear: left;
	width: 100px;
	padding: 10px 10px 10px 0px;
	text-align: right;
}
.imageVal img {
	border: 1px solid #FFF;
}
.imageValDesc {
	float: left;
	width: 340px;
	padding: 10px 10px 10px 0px;
}
.imageGroup {
	clear: both;
	border-bottom: 1px solid #e4e8db;
	margin-left: 6px;
	margin-right: 6px;
}
#firstImage {
	background: url(../_images/imageLibraryTop.gif) no-repeat top left;
	border: none;
	width: 473px;
	height: 7px;
}
#imageDirections {
	padding: 2px 10px 0px 10px;
}
#lastImageBorder {
	border: none;
}
#lastImage {
	border: none;
	width: 473px;
	height: 7px;
	background: url(../_images/imageLibraryBott.gif) no-repeat bottom left;
}
