﻿
#framewrap
{
    clear: both;
    float: left;
    padding: 0px 20px 0px 20px;
    width: 590px;
}
.scroll
{
 
    margin: 0px 0px 0px 0px;
}
.scrollContainer div.panel
{
 
}

.pictureframe
{
    display: inline;
    width: 100%;
    overflow: hidden;
    text-align: center;
}
.pictureframe li
{
    display: inline;
    float: left;
    width: 94px;
    padding: 0px 0px 0px 0px;
    margin-right: 6px;
}
.pictureframe li p
{
    margin: 0px 0px 0px 5px;
    text-align: center;
}
.backlink
{
    display: inline;
    width: 100%;
    overflow: hidden;
    text-align: center;
}
.backlink li
{
    display: inline;
    float: left;
    width: 94px;
    padding: 0px 0px 0px 0px;
    margin-right: 6px;
}
.pictureframe a
{
    text-align: center;
    padding-bottom: 25px;
    margin-bottom: 10px;
    margin-right: 10px;
    padding-left: 0px;
    width: 60px;
    padding-right: 0px;
    float: left;
    height: 60px;
    overflow: hidden;
    padding-top: 0px;
}


.pictureframe a.item
{
    padding: 15px;
    background-color: #ACBCD4;
    display: block;
    color: #eeeeee;
    font-size: 16px;
    text-decoration: none;
}
.pictureframe a.item:hover
{
    color: #ffffff;
    cursor: pointer;
    text-decoration: none;
}



#content
{
    width: 100%;
    height: auto;
    padding: 0px 0px 0px 0px;
    overflow: hidden;
}
.contentpanel
{
    display: none;
}
.active
{
    display: block;
}
.right
{
    float: right;
}
.mtop
{
    margin-top: 15px;
}
.mright
{
    margin-right: 15px;
}
.clear
{
    clear: both;
}

