/**
 * Style sheet style2
 */
/* Sample 2 */
#box2
{
	position:absolute;
}

#box2 span
{
	float:left;
	display:block;
}

.thumbs div
{
	width:54px;
	height:41px;
	display:block;
	margin:3 0;
	cursor:pointer;
}

.thumbs div img
{
	width:100%;
	height:100%;
	display:block;
}

.mask2
{
	width:240px;
	height:280px;
	position:relative;
	overflow:hidden;
}

span img
{
	display:block;
}
