  /************************************/
 /* CATEGORY BUTTONS                 */
/************************************/
nav.category_buttons
{
	float: left;
	margin-bottom: 5px;
	width: 100%;
	background: #000;
}
nav.category_buttons ul
{
	margin: 18px 4px 4px 0;
}
nav.category_buttons ul li
{
	float: left;
	margin-left: 18px;
	margin-bottom: 18px;
}	
nav.category_buttons ul li img
{
	display: block;
	width: 236px;
	height: 266px;
	border: 2px #4c4c4c solid;
}
nav.category_buttons ul li a.double img
{
	height: 125px;
}
nav.category_buttons ul li a.double:not(:first-child)
{
	margin-top: 12px;
}
