#panel_left {
	float: left;
	width: 770px;
}

#panel_galleries {
	margin-bottom: 4px;
}

	#panel_galleries_header {
		background-color: #326cb5;
		color: white;
		font-size: 14px;
		font-weight: bold;
		margin-bottom: 1px;
		padding: 5px;
	}

	#panel_galleries_content {
		background-color: #22508c;
		color: #e2efff;
		height: 101%;
		overflow: auto;
		padding: 3px;
	}

		#panel_galleries_content img {
			width: 150px;
			height: 150px;
			margin: 18px;
		}
