div#content_categories {}

	#content_categories .row {
		text-align:center;
		vertical-align:top;
		margin:0 auto 13px auto;
		width:900px; }

	#content_categories .category {
		vertical-align:top;
		position:relative;
		width:165px;
		height:187px;
		background-color:#000;
		padding:13px;
		margin:0 13px;
		display:inline-block; }

		#content_categories .category:hover {
			cursor:pointer; }

	#content_categories .category .text {
		position:absolute;
		bottom:-18px;
		width:165px;
		height:48px;
		vertical-align:top;
		text-align:center; }

	#content_categories .category img {
		height:165px;
		width:165px; }

	#content_categories .category_name {
		display:block;
		color:#fff;
		font-size:12px;
		font-weight:700; }

	#content_categories .category_artist {
		display:block;
		font-size:11px;
		font-weight:300;
		color:#c6b399; }

