/*<group=Photo Album>*/

.album-title {
	margin-bottom: 0;
	letter-spacing: 0;
	color: #ff9900;
	margin-left: 10px;
	height: 0;
	top: 0;
	font: normal 22px Verdana;
	margin-top: 40px;
}

.album-description {
	margin-top: -10px;
	color: #ff9900;
	font-size: 22px;
	text-align: left;
	margin-left: 0px;
}

.album-wrapper {
	display: block;
	width: 99%;
	position: relative;
}

.thumbnail-wrap {
	text-align: center;
	position: relative;
	float: left;
	margin-bottom: 62px;
	margin-right: 24px;
}

.thumbnail-frame {
    position: absolute;
    bottom: 0;
    left: 0;
	background: no-repeat;
	border: 1px solid #ff9900;
	padding: 8px;
}

.thumbnail-frame:hover {
    position: absolute;
    bottom: 0;
    left: 0;
	background: no-repeat #ff9900;
	border: 1px solid #ff9900;
	padding: 8px;
}

.thumbnail-frame img {
    border: none;
	background: no-repeat;
}

.thumbnail-caption {
	margin: 0;
	padding: 0;
	height: 35px;
	display: block;
}
	
/*</group>*/

/*<group=Index Page (Movie Thumbnail view)>*/

.movie-page-title {
	color: #999999;
	font-size: 30px;
	font-weight: normal;
	text-align: left;
	letter-spacing: -1.5px;
}

.movie-page-description {
	margin-top: 5px;
	margin-bottom: 20px;
}

.movie-thumbnail-frame {
	float: left;
	display: inline;
	margin-bottom: 10px;
	border: 1px solid #ff9900;
	margin-right: 10px;
}

.movie-thumbnail-frame:hover {
	float: left;
	display: inline;
	margin-bottom: 10px;
	border: 1px solid #ff9900;
	margin-right: 10px;
	background: #e6e6e6;
}

.movie-thumbnail-frame a {
	height: 30px;
	border-bottom: 3px solid #ff9900;
}

.movie-thumbnail-caption {
	text-align: center;
	color: #666666;
	font-size: 11px;
	margin-bottom: 5px;
}
	
/*</group>*/