/* --------------------------
	STARPHOTO - 스타포토
--------------------------- */
.widget-gallery02 {
	position: relative
}
.widget-gallery02 h5 {
	font-size: 11px;
	padding: 0 0 10px 0;
	background: url(../image/icon/ico_picture.png) no-repeat left -2px;
	text-indent: 20px
}
.widget-gallery02 .image-control {
	display: block;
	position: absolute;
	top: 0px;
	right: 0px
}
.widget-gallery02 .image-control img {
	padding: 0 2px
}
.widget-gallery02 .thumb-area {
	position: relative;
	overflow: hidden;
	text-align:right
}

.widget-gallery02 .thumb-area a.subject {
	position: absolute;
	bottom: 0px;
	right: 0px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	color: #fff;
	background: #333;
	z-index:9999;
	font-size: 14px;
	letter-spacing: -1px;
	display: block;
	font-weight: bold
}

.widget-gallery02 a.subject:hover {
	text-decoration: underline;
	color: yellow
}