@charset "utf-8";
/* CSS Document */


		ul.hover_block { display: block; overflow: hidden; height: 1%; padding-bottom: 5px; }
			
		ul.hover_block li, ul.hover_block2 li {
			list-style:none;
			float:left;
			background: #000;
			padding: 10px;
			width:126px; position: relative;
			margin-right: 17px; }

		ul.hover_block li a, ul.hover_block2 li a {
			display: block;
			position: relative;
			overflow: hidden;
			height: 130px;
			width: 95px;
			padding: 15px;
			color: #fff;
			font: 13px Helvetica, Arial, sans-serif;
			font-weight:bold;
			border: 5px thick;
		}

		ul.hover_block li a, ul.hover_block2 li a { text-decoration: none; }

		ul.hover_block li img, ul.hover_block2 li img {
			position: absolute;
			top: 0;
			left: 0;
			border: 0;
		}

