/* ---------- gallery styles start here ----------------------- */
#web_thumb img {
	border: none;
}
#web_thumb li:hover img {
border: none;
}
#web_thumb em {
	width: 102px;
	height:102px;
	background: url(../images/bubble.gif) no-repeat;
	padding: 0px 0 6px;
	display: none;
	position: absolute;
	top: -15px;
	left: 50px;
	font-style: normal;
	text-align: center;
}
#web_thumb a:hover em {
	display: block;
}
#web_thumb {
	list-style: none;
	margin: 0;
	padding: 0;
}
#web_thumb a {
	float: left;
	position: relative;
	width: 180px;
	height: 132px;
	background: url(../images/drop-shadow.png) no-repeat center bottom;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 15px;
	margin-left: 0px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 12px;
}
#web_thumb img {
	background: #fff;
	border: solid 0px #ccc;
	border-bottom: none;
}
#web_thumb a:hover img {
	border-color: #000;
}

#web_thumb span {
	width: 172px;
	height: 84px;
	display: block;
	position: absolute;
	top: 0px;
	left: 12px;
	background: url(../images/glossy-gradient.png) no-repeat;
}
#web_thumb a {
	text-decoration: none;
}
