@charset "utf-8";
/* CSS Document */


.item_tight {
	background: url(frame.gif) no-repeat;
	padding: 4px 4px 4px 4px;
	width: 68px;
	height: 100px;
	float: left;
}
:hover.item_tight {
	background: url(frame_on.gif) no-repeat;
}
