/*
	Gallery
*/

/* Category */

.category.category-galleries #content {
	width: 850px;
	margin:39px 0 20px 20px;
}

.category.category-galleries #content .pagetitle {
	padding:0 0 8px;
}

.category.category-galleries #content .pagedesc {
	margin:0 0 24px;
}

	.category.category-galleries #content .pagedesc b {
		font-weight:normal;
		font-style:normal;
		color:#0066FF;
	}
	
	.category.category-galleries #content .pagedesc i {
		font-weight:normal;
		font-style:normal;
		color:#C3F;
	}

/*	.category.category-galleries #content .categories {
		float: left;
		display: inline;
		width: 850px;
		padding:38px 0 0;
	}
*/

#content .categories {
	float: left;
	display: inline;
	width: 850px;
}

	#content .categories .category {
		float: left;
		margin: 0 0 20px;
		min-height: 260px;
		width: 230px;
	}

		#content .categories .category.fourth {
			width: 155px;
		}

		#content .categories .category .image {
			float: left;
			overflow: hidden;
			width: 100%;
		}

			#content .categories .category.first .image {
				background: url("../images/back/video_1.png") 0 bottom repeat-x;
			}

			#content .categories .category.second .image {
				background: url("../images/back/video_2.png") 0 0 repeat-x;
			}

			#content .categories .category.third .image {
				background: url("../images/back/video_3.png") 0 bottom repeat-x;
			}

		#content .categories .category .description {
			color: #c179bd;
			float: left;
			height: 90px;
			overflow: hidden;
			width: 155px;
		}

			#content .categories .category .description h2 {
				font: bold 13px/16px Helvetica, Arial;
				text-transform: uppercase;
				margin: 10px 0 5px;
			}

			#content .categories .category .description p {
				color: #b4a7d6;
				font: 12px/16px Helvetica, Arial;
				margin: 0;
			}

			#content .categories .category .description a {
				color: #c179bd;
				text-decoration: none;
				font-weight:normal;
			}

		.category.category-galleries #content img {
			border: 0 none;
			float: left;
			margin: 0;
			padding: 0;
			width: 155px;
		}
