.photoBlock {
	float: left;
	width: 100%;
	background-color: #ffffff;
	margin: 0px;
}
.photoListHeading {
	color: #064e9e;
	font-size: large;
	font-weight: bold;
	text-align: left;
	border-bottom: 1px solid #064e9e;
	padding: 2px;
	margin: 0px 0px 10px 0px;
}
.photoListBody {
	float: left;
	width: 100%;
}
.photoLandscape {
	float: left;
	width: 180px;
	/*margin: 5px 5px 56px 5px;*/
	margin: 0px 5px 56px 0px;
}
.photoPortrait {
	float: left;
	width: 180px;
	/*margin: 5px 5px 5px 5px;*/
	margin: 0px 5px 5px 0px;
}
.photoTopCorner {
	float: right;
	background-image: url(images/box_top_right.gif);
	background-position: top right;
	background-repeat: no-repeat;
	height: 25px;
	width: 18px;
}
.photoBotCorner {
	float: right;
	background-image: url(images/box_bottom_right.gif);
	background-position: bottom right;
	background-repeat: no-repeat;
	height: 18px;
	width: 18px;
}
.photoTop {
	background-image: url(images/box_top_left.gif);
	background-position: top left;
	background-repeat: no-repeat;
	height: 25px;
}
.photoTitle {
	color: black;
	font-size: small;
	font-weight: bold;
	/*vertical-align: middle;*/
	text-align: center;
	padding: 3px 0px 0px 0px;
}
.photoContent {
	text-align: center;
	
	background-image: url(images/box_middle_right.gif);
	background-position: top right;
	background-repeat: no-repeat;
	background-color: white;
	border-style: solid;
	border-color: #949494;
	border-width: 0px 0px 0px 1px;
	margin: 0px;
	padding: 0px 15px 0px 5px;
	vertical-align: top;
	text-align: left;
}
.photoBot {
	background-image: url(images/box_bottom_left.gif);
	background-position: top left;
	background-repeat: no-repeat;
	height: 18px;
}


.photoImage {
	text-align: center;
	display: block;
}
.photoImage a {
	display: block;
	padding-top: 5px;
}
.photoLink {
	text-align: center;
	font-size: x-small;
	height: 29px;
	padding-top: 5px;
}
.selectBox {
	background-color: #dddddd;
	border: 1px solid #aaaaaa;
	margin: 5px 5px 10px 5px;
}
.selectHeading {
	color: white;
	font-size: small;
	background-color: #cbcbcb;
	background-image: url(images/title_bar_grey.gif);
	background-position: top left;
	background-repeat: repeat;
	padding: 2px;
	border: 1px solid #dddddd;
	border-right-color: #333333;
	border-bottom-color: #333333;
}
.selectBody {
	border: 1px solid white;
	border-right-color: #555555;
	border-bottom-color: #555555;
	padding: 5px;
}

