.gallery {list-style: none; margin: 0; padding: 0;}

.gallery li {
padding: 10px; margin: 0px 0px 24px 0px;
float: left; position: relative;
font-size: 14px; font-weight: bold;
color: #ffce00; text-align: center;}

.gallery li p {margin-top: 0px; padding-top: 0px;}

.gallery li:hover img {border-color: #000;}
.gallery img {border: none;}

.gallery em {
/*background: #fff url(../images/grey-gradient.gif) repeat-y;*/
color: #90329a;
font-style: normal;
padding: 2px 10px;
display: block;
/position: absolute;
top: 0px; left: 5px;
/*border: 1px solid #999;
border-left-color: #888;*/
font-size: large;
font-style: italic;
background-image: linear-gradient(#ff9c00, #f7d44b);
font-family: 'ZCOOL XiaoWei', serif;
border-radius: 4px;
    }

.gallery a {text-decoration: none;}
.gallery a:hover em {background: #ffdb01 url(../images/orange-gradient.gif) repeat-y; border-color: #c25b08;}

.gallery img{
	animation: enterexitbutton 5s infinite;
    transition: all 0.15s linear 0s;
}
.gallery a img{
	filter: none;
	animation: none;
    transition: none;
}

@keyframes enterexitbutton {
	0%{
			
	}
	50%{
			
	}
	100%{
			
	}
}