
.templateImages_I #panes {
    text-align: justify;
    border-style: none;
    width: 240px;
    margin: 0 auto 0 auto;
    height: 240px;
    overflow: hidden;
}

.templateImages_I #panes div div { overflow: hidden; text-align:center;}


.templateImages_I #heading {
    display: block;
    text-align: center;
    margin-bottom: 1em;
}
.templateImages_I #heading * {
    display: inline;
    padding: 4px;
    user-select: none;
    cursor: pointer;
    vertical-align: middle;
    background: none;
    list-style: none;
}
.templateImages_I #heading #previous { float: none; cursor: pointer; }
.templateImages_I #heading #next { float: none; cursor: pointer; }
.templateImages_I #heading a:hover {text-decoration: none;}
.templateImages_I #heading li.active {
    background-color: #66ccff;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -opera-border-radius: 3px;
    -moz-border-radius: 3px;
}


