ul.photo_listing {
	clear:both;
	overflow:hidden;
}
ul.photo_listing li {
	float:left;
	height:120px;
	margin:0 1px 1px 0;
	overflow:hidden;
	position:relative;
	width:160px;
}

/* Rating */
.photo_digg {
	display: none;
	position: absolute;
	bottom: 0;
	right: 0;
	background: #7F7F7F;
	opacity: .9; filter: alpha(opacity=90);
	clear: both;
	width: 85px;
	height: 36px;
	padding: 0 10px 0 10px;
}
.photo_digg_pretty {
	display: block; right: 20px; bottom: 4px;
	position: absolute;
	background: #7F7F7F;
	opacity: .9; filter: alpha(opacity=90);
	width: 85px;
	height: 36px;
	padding: 0 10px 0 10px;
}
.pretty_image_con {margin: 10px 0 3px 0; position: relative;}
.digg_plus {
	background-color: #5F9F5F;
	color: #fff;
	padding: 0 3px 0 3px;
	margin-top: 10px;
	float: right;
	cursor: pointer;
}
.digg_minus {
	background-color: #9F5F5F;
	color: #fff;
	padding: 0 3px 0 3px;
	margin-top: 10px;
	float: left;
	cursor: pointer;
}
.digg_num {
	font-size: 18px;
	color: #fff;
	width: 50px;
	position: absolute;
	left: 50%; 
	margin-left: -25px;
	text-align: center;
}
.digg_num p {
	font-size: 10px;
	padding: 0; margin: 0;
}
.photo_digg img {cursor:pointer}


