
#sample_gallery {
	width: 100%;
	position: relative;
}
#sample_gallery img {	FLOAT: left; CURSOR: pointer; BORDER: none; }
#sample_gallery .por {
	display: block;
	FLOAT: left;
	height: 180px;
	margin-right: 20px;
	width: 114px;
}

#sample_gallery .por .designworks_tag a{
	text-align: center;
	/*background-color: #EBFFBB;*/
	float: left;
	width: 114px;
	position: relative;
	line-height: 150%;
	color: #333333;
}
#sample_gallery .por .pic{
	padding:1px;
	border:1px solid #CCC;
	float:left;
	position: relative;

}
#sample_gallery .por .pic:hover{

	border:1px solid #060;

}
#sample_gallery .por .pic span{

}
