#index-wallpaper {
	float:left;
	width:740px;
	padding-top:10px;
}
#index-wallpaper .wallpaper-point {
	background:#e4e4e4;
	width:180px;
	float:left;
	margin-right:5px;
	margin-bottom:5px;
}
#index-wallpaper .wallpaper-point:before {
	background: transparent url(/wp-content/themes/default/images/index-point-tr.jpg) scroll no-repeat top right;
	height: 5px;
	display: block;
	border: none;
	content: url(/wp-content/themes/default/images/index-point-tl.jpg);
	padding: 0;
	line-height: 0.1;
	font-size: 1px;
}
#index-wallpaper .wallpaper-point:after {
	display: block;
	line-height: 0.1;
	font-size: 1px;
	content:  url(/wp-content/themes/default/images/index-point-bl.jpg);
	margin: 0 0 0px 0;
	height: 5px;
	background: white;
	background: transparent url(/wp-content/themes/default/images/index-point-br.jpg) scroll no-repeat bottom right;
	padding: 0;
}
#index-wallpaper .wallpaper-point a {
	text-decoration:none;
	margin:0 5px;
	outline:none;
}
#index-wallpaper .wallpaper-point img {
	border:1px solid #fff;
	width:168px;
}
#index-wallpaper .wallpaper-point img:hover {
	border:1px solid green;
}
#index-wallpaper .wallpaper-point span {
	display:block;
	text-align:center;
	text-decoration:underline;
	color:#666;
}
#index-wallpaper .wallpaper-point span:hover {
	text-decoration:none;
}

