.linkLister {
    list-style: none;
    float: left;
    display: inline;
    margin: 0;
    padding: 0px 0px 0px 60px;
    width: 100%;
}

.linkLister li {
    float: left;
    display: block;
    text-align: center;
    margin: 2px;
    padding: 2px;
    width: 190px;
    height: 200px;
    min-height: 200px;
    color: #999;
    border-right: 1px dashed #fecccc;
    border-bottom: 1px dashed #fecccc;
}

.linkLister div
{
    padding: 2px;
    vertical-align: middle;
    border: 1px solid #dc0000;
}

.linkLister a {
    text-decoration: none;
}

.linkLister a b {
    text-decoration: auto;
}

.linkLister a img {
    vertical-align: top;
    border: 1px solid #999;
    text-decoration: none;
}

img.load {
    background: url('/css/jQueryLightboxImages/loading.gif') no-repeat center;
    min-width: 32px;
    min-height: 32px;
}
























/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
