#collectionpanel {
    background-color: #fff;
}

#collectionpanel ul {
    position: relative;
    display: block;
    height: auto;
    font-size: 11px; /*85%;*/
}

#collectionpanel ul li {
    float: left;
    padding: 8px 17px;
    margin: 5px;
    text-align: center;
    line-height: 1.25em;
    color: #000;
    height: 130px;	/* total height of each cell (incl. text) */
    width: 96px;	/* width of cell (image) */
    overflow: hidden;
    border-top: 1px solid transparent;
    cursor: pointer;
}

#collectionpanel ul li.collection-hover {
    background-color: #eee;
}

#collectionpanel ul li div {
	height: 96px;	/* height of image */
	position: relative;
	overflow: hidden;
}

#collectionpanel ul li img {
    margin-bottom: 1px;
    position: absolute;
	margin: auto;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}

/*
#collectionpanel ul li.x-view-selected {
    background-color: rgba(100, 100, 100, .15);
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-top: 1px solid rgba(0, 0, 0, .15);
}*/

/*#collectionpanel ul li img {
    display: block;
}*/
/*
#collectionpanel li strong {
    color: #000;
    display: block;
}

#collectionpanel li span {
    color: #999;
}*/