/* MEAT BOX 
-------------------------------------------------*/
div.CRDMeatBoxContainer {
	-webkit-box-shadow: 0 0 10px rgb(0,0,0);
	-moz-box-shadow: 0 0 10px rgb(0,0,0);
	box-shadow: 0 0 10px rgb(0,0,0);
	color: #000000;
}
	div.CRDMeatBoxContainer div.CRDMeatBoxInfoTools {
		border-left: 1px solid #cccccc;
	}
		div.CRDMeatBoxContainer div.CRDMeatBoxInfoTools a.CRDMeatBoxInfoToolsPrevBtn {
			overflow: hidden;
			display: block;
			cursor: pointer;
			float: left;
			width: 16px;
			height: 16px;
			margin-right: 4px;
			background: transparent url(../../_imgn/admin/meatbox/meat-box-prev.gif) top left no-repeat;
		}
		div.CRDMeatBoxContainer div.CRDMeatBoxInfoTools a.CRDMeatBoxInfoToolsPrevBtn:hover {
			background-position: 0 -16px;
		}
		div.CRDMeatBoxContainer div.CRDMeatBoxInfoTools a.CRDMeatBoxInfoToolsNextBtn {
			overflow: hidden;
			display: block;
			cursor: pointer;
			float: left;
			width: 16px;
			height: 16px;
			margin-right: 4px;
			background: transparent url(../../_imgn/admin/meatbox/meat-box-next.gif) top left no-repeat;
		}
		div.CRDMeatBoxContainer div.CRDMeatBoxInfoTools a.CRDMeatBoxInfoToolsNextBtn:hover {
			background-position: 0 -16px;
		}
		div.CRDMeatBoxContainer div.CRDMeatBoxInfoTools a.CRDMeatBoxInfoToolsCloseBtn {
			overflow: hidden;
			display: block;
			cursor: pointer;
			float: left;
			width: 16px;
			height: 16px;
			background: transparent url(../../_imgn/admin/meatbox/meat-box-close.gif) top left no-repeat;
		}
		div.CRDMeatBoxContainer div.CRDMeatBoxInfoTools a.CRDMeatBoxInfoToolsCloseBtn:hover {
			background-position: 0 -16px;
		}