div.ecAnimGallery div
{
    text-align: center;
}

div.ecAnimGallery div a
{
    height: 312px;
    line-height: 312px;
    width: 312px;
    text-align: center;
    margin: 0 auto;
}

div.ecAnimGallery div a img, 
div.ecAnimGallery ul li a img 
{
    padding: 5px;
    border: 1px solid #D8D8D8;
    vertical-align: middle;
}

div.ecAnimGallery ul
{
    margin: 10px auto;
    padding: 0;
    width: 100%;
    text-align: center;
}

div.ecAnimGallery ul li
{
    display: inline;
}

div.ecAnimGallery ul li a
{
    display: inline-block;
    height: 66px;
    line-height: 66px;
    width: 66px;
    text-align: center;
}

div.ecAnimGallery ul li a:hover
{
    text-decoration: none;
}

.pages {
    text-align:center;
    background-color: #fff;
    padding-top: 3px;
    padding-bottom: 3px;
}
.pages ul.center{
    margin-top: 0px;
    display: inline;
}

.pages li
{
    display: inline;
}

.pages li a {
    font-weight: normal;
    margin-left: 10px;
}
.pages li a.selected {
    font-weight: bold;
}

.pad
{
    padding: 10px;
}

.pad ol
{
    padding-left: 20px;
}

.button_light .bg
{
    background-image: url( ../css/images/btn.jpg );
    height: 23px;
    float: left;
}

.button_light .bg a,
.button_light .bg input
{
    line-height: 23px;
    height: 23px;
    color: #ffffff;
    width: auto;
    font-weight: bold;
    background-color: transparent;
    margin: 0;
    border: 0;
    padding: 0 5px;
    cursor: pointer;
}

.button_light .left
{
    background-image: url( ../css/images/btnLeft.jpg );
    height: 23px;
    width: 12px;
    float: left;
}

.button_light .right
{
    background-image: url( ../css/images/btnRight.jpg );
    height: 23px;
    width: 25px;
    float: left;
}

.moveWidgetsWidget
{
    position: relative;
    overflow: hidden;
}