#photosetbar {
	/*width:500px;
	height:170px;
	overflow:auto;*/
	text-align: center;
}

.setitem {
	margin: 4px;
	padding: 6px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: center;
	background-color: #FFFFFF;
	color: #333333;	
	border:solid;
	border-color:#CCCCCC;
	border-width:1px;
	cursor: pointer;
	float:left;
	width:96px;
	height:150px;
	overflow:hidden;
}
.setitemover {
	background-color:#E2E7EB;
}
.setitem p {
	margin-top:4px;
	margin-bottom:0px;
	text-align: center;
}
.setitem img {
	border:solid;
	border-color:#999999;
	border-width:1px;
}
