
div.framePanel {
    cursor: pointer;
    float: left;
    height: 115px;
    margin: 0 5px 5px 0;
    overflow: hidden;
    position: relative;
    width: 115px;
}

span.colorPane {
    display: block;
    height: 100%;
    width: 100%;
    z-index: 10;
}

.colorTitle {
	background: rgba(0, 0, 0, 0.3) none repeat scroll 0 0;
    bottom: 1px;
    color: #ffffff;
    font-size: 11px;
    left: 1px;
    padding: 2px;
    position: absolute;
    text-align: center;
    width: 109px;
}

