/*bottom panel*/
#global-bottom-panel
{
    width: inherit;
    height: 260px;
    background-color: #333;
    background-image: url(../images/mfu-bottom-panel-bg.jpg);
    position: fixed;
    text-align: center;
    bottom: 0px;
    z-index: 999;
    display: none;
}

.bottom-panel-sub-content
{
    color: #fff;
    width: 960px;
    height: inherit;
    font-family: Verdana, sans-serif;
    margin: 0px auto;
    text-align: left;
}

.bottom-panel-sub-content a:hover
{
    text-decoration: underline;
}

#global-bottom-panel-close-btn
{

}

.bottom-panel-sub-content h3
{
    padding: 0px;
    margin: 0px;
}

.bottom-panel-sub-content-holder
{
    width: inherit;
    height: 180px;
}

.bottom-panel-sub-content h3
{
    float: left;
    margin-left: 10px;
    color: #f16c22;
    font-size: 22px;
    font-weight: normal;
}

.bottom-panel-sub-content h3>a
{
    color: #ccc;
    font-size: 12px;
    text-decoration: none;
}

.bottom-panel-sub-content h2
{
    font-size: 20px;
    font-weight: normal;
}

.bottom-panel-sub-content p
{
    font-size: 12px;
}

.bottom-panel-sub-content p>a
{
    color: #f16c22;
    text-decoration: none;
}

.ss-next-prev-nav
{
    float: right;
    margin-right: 10px;
}

.bottom-nav-dots
{
    width: inherit;
    text-align: center;
    position: fixed;
    bottom: 10px;
}

.slide
{
    width: 14px;
    height: 14px;
    display: inline-block;
    background-image: url(../images/nav-dot-empty.png);
	margin-left: 4px;
}

.activeSlide
{
    width: 14px;
    height: 14px;
    display: inline-block;
    background-image: url(../images/nav-dot-filled.png);
}

.ss-dot-0
{
    width: 14px;
    height: 14px;
    display: inline-block;
    background-image: url(../images/nav-dot-empty.png);
}

.ss-dot-1
{
    width: 14px;
    height: 14px;
    display: inline-block;
    background-image: url(../images/nav-dot-filled.png);
}

.ss-dot-space
{
    width: 8px;
    height: 8px;
    display: inline-block;
}

.nav-arrow-holder
{
    width: 14px;
    height: 14px;
    display: inline-block;
}

/*------------tips-----------*/
.bottom-panel-tip-icon
{
    float: left;
    width: 15%;
}

.bottom-panel-tip-icon img
{
    max-width: 100%;
}

.bottom-panel-tip-body
{
    float: right;
    width: 80%;
}



/*------------video-----------*/
.bottom-panel-video-holder
{
    width: 300px;
    min-height: 135px;
    margin: 10px;
    margin-bottom: 0px;
    float: left;
	cursor: pointer;
}

.bottom-video-tn
{
    width: 150px;
    height: 130px;
    float: left;
    margin-right: 5px;
    background-image: url(../images/icon-vid-play.png);
}

.bottom-video-info
{
    width: 145px;
    height: 130px;
    float: left;
}

.bottom-video-info strong
{
    font-size: 17px;
    font-weight: normal;
}

.bottom-video-info p
{
    color: #ccc;
    font-size: 13px;
}


/*------------stats-----------*/
.bottom-panel-stats-box
{
    width: 300px;
    height: 170px;
    margin: 10px;
    float: left;
}

.bottom-panel-stats-box img
{
    border: 1px dashed #666;
}

#footer-tbl {
	border-spacing: 0px;
}
