.gallery {

	list-style: none;

	margin: 0;

	padding: 0;

       

}

.gallery li {

	padding: 5px;

	margin: 0;

	float: left;

	position: relative;

	width: 190px;

	height: 186px;

        background: url(images/list.gif) no-repeat;

        margin:0 0 6px 0;

}

.gallery li:hover img {

	border: none;

}

.gallery img {

	border: solid 0px #ccc;

	padding: 22px 23px 22px 18px;

        background: url(images/img_box.gif) no-repeat left;

}

.gallery em {

	color: #8C8C8C;

	font-style: normal;

	padding: 0 5px 0 25px;

	display: block;

	position: absolute;

	top: 160px;

	left: 5px;

	border: 1px solid #E4E2E2;

        background: #EDEDED url(images/zoom_img.gif) no-repeat left;

        font-weight:bold;

        margin:0 0 0 16px;

}

.gallery a {

	text-decoration: none;

}

.gallery span {

	width: 30px;

	height: 60px;

	display: block;

	position: absolute;

	top: 7px;

	left: 9px;

	z-index: 3;

}
