.clear {
	float: none;
	clear: both;
}
div#wpapers_wrap, ul#wpapers li h2 {
	background: #f2f2f2;
}
div#wpapers_wrap {
	width: 666px;
	padding: 14px 0 0 14px;
}
ul#wpapers {
	margin: 0;
	padding: 0;
	posiion: relative;
}
ul#wpapers li, ul#wpapers li h2 {
	width: 208px;
}
ul#wpapers li {
	display: block;
	padding: 0px !important;
	float: left;
	position: relative;
	height: 139px;
	overflow: hidden;
	margin: 0 14px 14px 0;
	background: #000;
	cursor: default;
}
ul#wpapers li h2 {
	margin: 0;
	padding: 4px 0 3px 0;
	font-size: 12px;
	position: absolute;
	bottom: 0;
	z-index: 1;
}
ul#wpapers li img {
	margin: 0px !important;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
}
ul#wpapers li ul {
	margin: 0;
	padding: 8px 0 0 0;
	position: relative;
	left: -999px;				
	z-index: 999;
}
ul#wpapers li ul li {
	display: block;
	float: none;
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	background: transparent;
	font-size: 12px;
	font-weight: bold;
}
ul#wpapers li ul li a {
	display: block;
	padding: 1px 0;
	text-align: center;
	color: #999;
}
ul#wpapers li ul li a:hover {
	color: #fff;
	text-decoration: none;
	background: #000;
}
ul#wpapers li:hover img, ul#wpapers li.wphover img {
	opacity: 0.3;
	filter: alpha(opacity=30);
}
ul#wpapers li:hover ul, ul#wpapers li.wphover ul {
	left: auto;
}