#photo {
	text-align: center;
}

.photo_black {
	background-color: #000000;
}
.photo_darkgray {
	background-color: #444444;
}
.photo_lightgray {
	background-color: #c0c0c0;
}

.photo_title {
	padding:10px 0 0 0;
	height:20px;
	overflow:hidden;
	font-size:11pt;
}

.photo_caption {
	height:30px;
	overflow:hidden;
	font-size:10pt;
}

.photo_box_180 {
	width:230px;
	overflow:hidden;
}

.photo_box_360 {
	width:400px;
	overflow:hidden;
}

.photo_box_640 {
	width:650px;
	height:730px;
	overflow:hidden;
}
.photo_image_180 {
	height:180px;
}
.photo_image_360 {
	height:360px;
}
.photo_image_640 {
	height:700px;
}

.photo_border {
	border: 2px solid #DCDAD3;
}

.photo_btn {
	height:27px;
	padding: 0;
	margin:0 auto;
}

.photo_btn_margin {
	margin: 0 0 5px 0;
}

.photo_btn_180 {
	width:180px;
}
.photo_btn_360 {
	width:360px;
}
.photo_btn_640 {
	width:640px;
}

.photo_text_hide {
	height:0;
	display:none;
	visibility:hidden;
}

.photo_text_show {
	height:30px;
	display:block;
	visibility:visible;
	overflow:hidden;
	color: #4d4d4d;
}

.photoborder {
	border: none;
}

a.photo_text_show {
	color: #ffffff;
}

a.photo_link_black {
	color: #ffffff;
}

a.photo_link_black:visited {
	color:#b0b0b0;
}

a.photo_link_black:hover {
	color:ccb91d;
}

a.photo_link_gray {
	color: #000000;
}

a.photo_link_gray:visited {
	color:#666666;
}

a.photo_link_gray:hover {
	color:ccb91d;
}

