.gallery {
	list-style: none;
	margin: 0;
	padding: 0;
}
.gallery li {
	margin: 10px;
	padding: 0;
	float: left;
	position: relative;
	width: 95px;
	height: 95px;
}
.gallery img {
	background: #fff;
	border: solid 1px #FAE4EF;
	padding: 4px;
}
.gallery span {
	width: 20px;
	height: 18px;
	display: block;
	position: absolute;
	bottom: 10px;
	right: 10px;
}
.gallery .favorite {
	background: url(../images/icons/favorite.gif) no-repeat;
}
.gallery .photo {
	background: url(../images/icons/photo.gif) no-repeat;
}
.gallery .info {
	background: url(../images/icons/info_ico.gif) no-repeat;
}
.gallery .video {
	background: url(../images/icons/video.gif) no-repeat;
}
.gallery a {
	text-decoration: none;
}
.gallery a:hover img  {
	border-color: #EC147F;
}
.gallery a:hover span {
	background-position: left -22px;
}

.gallery em {
	display: block;
	padding: 0 20px 0 0;
	text-align: center;
	font: italic 100% Georgia, "Times New Roman", Times, serif;
	color: #333;
}
.gallery li span.toolset{
	width: 85px;
	height: 50px;
	display: block;
	position: absolute;
	bottom:0px;
	left:0px;
	background:white;
	margin-top:5px;
}
.gallery_rand {
	list-style: none;
	overflow:hidden;
	background:#FFFFFF;
	border:1px solid #EC147F;
	height:95px;
}
.gallery_rand li {
	padding:0 10px 10px 10px;
	margin: 5px 0 5px 0;
	float: left;
	position: relative;
	width:85px;
	background:none !important;
}
.gallery_rand img {
	background: #fff;
	border:2px solid #000;
	width:85px;
}

