#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;
		height: 101%;
		overflow: auto;
		padding: 3px;
	}

		.gallery_border {
			background-color: #3c72b8;
			float: left;
			height: 205px;
			margin: 10px;
			overflow: hidden;
			width: 160px
		}

			.gallery_border div {
				color: #e2efff;
				margin: auto;
				text-align: center;
			}

			.gallery_border img {
				width: 150px;
				height: 150px;
				margin: 5px;
				margin-bottom: 0px;
			}
