.separator {
	margin-top: 3px;
	margin-bottom: 3px;
}
#media_box {
	width: 650px;
	height: 305px;
}
#media_container {
	width: 240px;
	padding: 5px;
	float: left;
	background-color: white;
	/* margin: 12px 20px 0px 30px; */
}
.media_list_thumb {
	width: 90px;
	height:90px;
	float: left;
	
	margin-right: 8px;
	cursor: pointer;
}

.media_list_thumb img {
    width: 80px;
    height: 80px;
    overflow: hidden;
    margin: 5px;
    }
    
#media_scroller {
	width: 200px;
	height: 220px;
	padding: 5px;
	
	overflow: auto;
	
	/* border-bottom: 5px solid #555; */
}
.media_item {
	
	padding: 0 0 5px 0;
	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: #ccc;

}
.media_list_description {
	height: 51px;
	padding: 8px;
	font-size: 11px;
}
.media_list_title {
	font-size: 11px;
	font-weight: bold;
}
.media_list_title a {
	color: #777;
	text-decoration: none;
}
.media_list_title a:hover {
	
	color: #fff;
}
#media_description {
	padding-top: 5px;
	padding-bottom: 5px;
	height: 30px;
	overflow: hidden;
}
#photo_container {
	width: 400px;
	padding: 5px;
	float: left;
	background-color: white;
	
	/* margin: 12px 10px 0px 10px; */
	
}
#photo {
	text-align: center;
	height: 235px;
}
#photo_chooser {
	height: 73px;
	margin: 8px 8px 5px 8px;
	
}
#photo_nav_left {
	float: left;
	cursor: pointer;
	margin: 10px 0 0 0;
}
#photo_slides {
	position: relative;
}
#photo_outer {
	width: 560px;
	height: 73px;
	float: left;
	background-color: #555;
	overflow: hidden;
	position: relative;
}


#photo_slides img {
	margin: 5px 4px 0px 4px;
	border: 1px solid white;
	cursor: pointer;
	height: 60px;
	width: 60px;
}

#photo_nav_right {
    margin: 10px 0 0 0;
	float: left;
	cursor: pointer;
}
