#galleries {
	margin: 90px 20px 10px 20px;
}

.year {
	font-size: 20px;
	font-weight: bold;
	color: #db3b17;
	margin: 10px 0 15px 0;
}

.gallery {
	width: 180px;
	min-height: 240px;
	margin: 0 40px 40px 0;
	position: relative;
}

.gallery_frame {
	width: 180px;
	height: 180px;
	background-position: center center;
	background-repeat: no-repeat;
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 1;
	background-image: url(../images/gallery_frame.png);
}

.gallery:hover .gallery_frame {
	background-image: url(../images/gallery_frame_hover.png);
}

.gallery_image {
	width: 160px;
	height: 160px;
	background-position: center center;
	background-repeat: no-repeat;
	position: absolute;
	left: 10px;
	top: 10px;
}

.gallery_info {
	margin: 160px 9px 0 9px;
	padding: 15px 5px 0 5px;
	background-image: url(../images/gallery_info_bg.png);
	background-repeat: repeat-y;
}

.gallery_info_bottom {
	margin: 0 9px 0 9px;
	width: 162px;
	height: 5px;
	background-image: url(../images/gallery_info_bottom_bg.png);
}

h3 {
	font-size: 14px;
	color: #fff;
	padding: 0;
	margin: 0;
}


.gallery_numbers {
	font-size: 14px;
	color: #747474;
}

.seperator {
	clear: both;
	background-color: #1f1f1f;
	height: 1px;
	width: 100%;
	font-size: 0;
	line-height: 0;
}

.play {
	width: 67px;
	height: 66px;
	position: absolute;
	z-index: 1;
	left: 56px;
	top: 57px;
	background-image: url(../images/icon_play.png);
}

.gallery:hover .gallery_frame .play {
	background-image: url(../images/icon_play_hover.png);
}

#video_control {
	position: absolute; display: none;
	height: 55px;
}

#video_control .left {
	float: left;
	height: 55px;
	width: 31px;
	background-image: url(../images/control/bg_left.png);
}

#video_control .middle {
	float: left;
	height: 49px;
	padding-top: 6px;
	width: 41px;
	background-image: url(../images/control/bg_middle.png);
}

#video_control .right {
	float: left;
	height: 55px;
	width: 31px;
	background-image: url(../images/control/bg_right.png);
}

#video {
	position: absolute;
	width: 853px;
	height: 505px;
	border: 2px solid #da3a17;
	display: none;
}