/* CSS Document */

img {
	border: none;
}




.photo {

	position: relative;
	width: 180px;
	height: 130px;
	float: left;
}
.photo img {
	background: #fff;
	border: solid 1px #ccc;
	padding: 4px;
}
.photo span {
	width: 20px;
	height: 18px;
	display: block;
	position: absolute;
	top: 12px;
	left: 12px;
	background: url(../static_img/digg-style.gif) no-repeat;
}
.photo a {
	text-decoration: none;
}



.ph span {
	width: 170px;
	height: 120px;
	display: block;
	position: absolute;
	top: 5px;
	left: 6px;
	background: url(../static_img/round-corner.png) no-repeat;
}
.ph img {
	border: none;
	padding-left:6px;
	background: url(../static_img/round-bg.gif) no-repeat;
}
.gallery {
	list-style: none;
	margin: 0;
	padding: 0;
}
.gallery li {
	
	padding-right:12px;
	float: left;
	position: relative;
	width: 180px;
	height: 130px;
	
}
.gallery img {
	background: #fff;
	border: solid 1px #ccccff;
	border-bottom: none;
}


.gallery span {
	width: 172px;
	height: 84px;
	display: block;
	position: absolute;
	top: 0px;

	background: url(../static_img/glossy-gradient.png) no-repeat;
}
.gallery a {
	text-decoration: none;
}