/* ---------- gallery styles start here ----------------------- */
.gallery {
	list-style: none;
	margin: 0;
	padding: 0;
}
.gallery li {
	padding: 10px;
	margin: 0;
	position: relative;
    text-align: center;
    background: none;
}
.gallery li:hover img {
	border-color: #000;
}
.gallery img {
	background: #fff;
	border: solid 1px #888;
	padding: 5px;
}
.gallery em {
	background: #ffdb01 url(/images/portfolio/orange-gradient.gif) repeat-y;
	color: #000;
	font-style: normal;
	padding: 0 10px;
	position: absolute;
	top: 220px;
	left: 26px;
	border: 1px solid #999;
	border-left-color: #c25b08;
    font-size:11px;
}
.gallery a {
	text-decoration: none;
}
.gallery a:hover em {
	background: #fff url(/images/portfolio/grey-gradient.gif) repeat-y;
	border-color: #888;
}








