
.contentbox {
	border: solid #D7D7D7;
	border-width: 1px 0;
	overflow: hidden;
}
.albumlist a:hover .title, .gallerycat li a:hover .title { text-decoration: underline; }
.albumlist .meta span {
	display: block;
	float: right;
	padding-right: 20px;
	width: 20px;
	color: #aaa;
}
.albumlist .meta span.views {
	background-position: -216px 2px;
	margin-right: 5px;
}
.albumlist .meta span.comments { background-position: -88px 2px; }
/*******************************************
Album List
********************************************/
.albumlist li {
	float: right;
	width: 151px;
	margin: 6px;
	color: #aaa;
	list-style: none;
	position: relative;
	overflow: hidden;
}
.albumlist a {
	text-decoration: none;
	font-family: arial;
	font-size: 17px;
	font-weight: bold;
	color: #555;
}
.albumlist img {
	padding: 5px;
	background: #fff;
	border: solid 1px #adab88;
	width: 139px;
	height: 90px;
	margin-bottom: 5px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.albumlist li:hover img {
	opacity: 0.8;
}
.albumlist li .play_icon {
	display: block;
	top: 0;
	right: 0;
	width: 151px;
	height: 102px;
	position: absolute;
	background: url(../images/play_icon.png) no-repeat center center;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.albumlist li:hover .play_icon {
	background-size: 36px 36px;
}
.albumlist .title {
	margin-bottom: 5px;
	margin-right: 5px;
}
.albumlist li .meta { font-size: 11px; }
.albumlist li .meta span { background: url(../images/videos_sprite.png) no-repeat; }
.gallerycat {
	padding-top: 10px;
}
.gallerycat li {
	width: 253px;
	height: 221px;
	background: url(../images/gallerycat_bg.png);
	float: right;
	margin: 0px 33px 15px;
	list-style: none;
}
.gallerycat li a {
	display: block;
	width: 156px;
	margin-right: 46px;
	margin-top: 24px;
	position: relative;
	text-decoration: none;
	overflow: hidden;
}
.gallerycat li img {
	width: 156px;
	height: 146px;
	-webkit-transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	-ms-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
}
.gallerycat li .count {
	position: absolute;
	top: 0px;
	right: 0;
	padding: 5px 10px;
	background: rgba(0,0,0,.3);
	color: #fff;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	-webkit-transition: all 0.5s ease-in-out 0s;
	-moz-transition: all 0.5s ease-in-out 0s;
	-ms-transition: all 0.5s ease-in-out 0s;
	-o-transition: all 0.5s ease-in-out 0s;
	transition: all 0.5s ease-in-out 0s;
}
.gallerycat a:hover img {
	opacity: 0.7;
}
.gallerycat a:hover .count {
	right: -300px;
}
.gallerycat li .title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-weight: bold;
	color: #d22b94;
	text-align: center;
	margin-top: 5px;
}
/*******************************************
Pagination
********************************************/
.pagination {
	margin-top: 10px;
	margin-right: 5px;
}
.pagination li {
	float: right;
	margin-left: 8px;
	list-style: none;
}
.pagination li:last-child { margin-left: 0; }
.pagination a {
	display: block;
	padding: 5px;
	padding-right: 8px;
	padding-left: 8px;
	background: #919191;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #fff;
	font-size: 17px;
}
.pagination a:hover { color: #fff; }
.pagination a:hover, .pagination li.active a { background: #a01b4b; }


.video_post {
	padding: 0 5px;
}
.video_title {
	border-bottom: 1px solid #dbdbdb;
	height: 42px;
	line-height: 42px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #a01b4b;
	margin-bottom: 20px;
}
.video_share {
	float: left;
	margin: 5px 0;
	height: 30px;
	overflow: hidden;
	clear: both;
}
.video_share .title {
	float: right;
	line-height: 30px;
	margin-left: 4px;
	color: #a01b4b;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
.video_share ul {
	float: right;
	list-style: none;
}
.video_share li {
	float: right;
	margin-right: 2px;
}
.video_share li a {
	display: block;
	height: 30px;
	width: 30px;
	background: url(../images/vidoe_share.png?s=1) no-repeat;
}
.video_share li a:hover {
	opacity: 0.8;
}
.video_share li.facebook a {
	background-position: -64px 0;
}
.video_share li.twitter a {
	background-position: -32px 0;
}
.video_share li.google_plus a {
	background-position: 0 0;
}
.video_content {
	margin: 20px 0;
	color: #333;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	line-height: 18px;
}
.facebook_comments .head {
	border-bottom: 1px solid #dbdbdb;
	overflow: hidden;
}
.facebook_comments .title {
	height: 41px;
	line-height: 41px;
	padding: 0 10px;
	float: right;
	-webkit-border-radius: 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0;
	border-radius: 5px 5px 0 0;
	background-color: #dbdbdb;
	background: #dbdbdb;
	font-weight: bold;
	font-size: 18px;
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
}
.facebook_comments .body {
	padding: 10px;
}