@charset "utf-8";
.gallery {
	list-style: none;
	margin: 0;
	padding: 0;
}
.gallery li {
	float: left;
	position: relative;	
}
/*.gallery img {
	background: #fff;
	border: solid 1px #ccc;
}*/
.gallery span#big {
	width: 33px;
	height: 33px;
	display: block;
	position: absolute;
	bottom: 107px;
	right: 118px;
}
.gallery span#small {
	width: 33px;
	height: 33px;
	display: block;
	position: absolute;
	bottom: 30px;
	right: 43px;
}
.gallery .favorite {
	background: url(../img/playmovie.png) no-repeat;
}
.gallery a {
	text-decoration: none;
}
/*.gallery a:hover img  {
	border-color: #69C9F1;
}*/
.gallery a:hover span {
	background-position: center -33px;
}


