.separator {
	margin-top: 3px;
	margin-bottom: 3px;
}
#media_box {
position: absolute;
top: 460px;
left: 520px;
	width: 220px;
	height: 305px;
}
#media_container {
	width: 220px;
	padding: 5px;
	float: left;
	background-color: white;
	/* margin: 12px 20px 0px 30px; */
}
.media_list_thumb {
	width: 100px;
	height:100px;
	float: left;
	margin-right: 8px;
	cursor: pointer;
}
#media_scroller {
	width: 300px;
	height: 275px;
	padding: 5px;
	overflow: auto;
	background-color: white;
	/* border-bottom: 5px solid #555; */
}
.media_item {
	border-bottom: 2px solid #555;
	overflow: hidden;
	/* background-image: url(/images/bg_media_item.jpg); */
	background-repeat: repeat-x;
}
.media_item:hover {
	/* background-image: url(/images/bg_media_item_on.jpg); */
	background: #888;
}
.media_list_description {
	height: 51px;
	padding: 8px;
	font-size: 11px;
}
.media_list_title {
	font-size: 11px;
	font-weight: bold;
}
.media_list_title a {
	color: #FFF;
	text-decoration: none;
}
.media_list_title a:hover {
	text-decoration: underline;
}
#media_description {
	padding-top: 5px;
	padding-bottom: 5px;
	height: 30px;
	overflow: hidden;
}
#photo_container {
	width: 300px;
	padding: 5px;
	float: left;
	background-color: white;
	/* margin: 12px 10px 0px 10px;  */
	/* border-right:5px solid #555; */
}
#photo {
	text-align: left;
	height: 235px;
}
#photo_chooser {
	width: 220px;
	margin: 8px 8px 5px 8px;
}
#photo_nav_left {
	float: left;
	cursor: pointer;
}
#photo_slides {
	position: relative;
}
#photo_outer {
	width: 220px;
	float: left;
}
#photo_slides img {
	margin: 5px 4px 0px 4px;
	border: 1px solid white;
	cursor: pointer;
}
#photo_nav_right {
	float: left;
	cursor: pointer;
}
