﻿/* container for slides */
.panes-post
{
    background: #004ea1;
    /*border: 1px solid #666;*/
    position: relative;
    height: 216px;
    width: 534px;
    cursor: pointer;
}

/* single slide */
.panes-post div
{
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    height: 216px;
    font-size: 12px;
    overflow:hidden;
}

/* header */

.panes-post img
{
    margin-right: 5px;
}

.panes-post h3
{
    font-size: 18px;
    font-weight: normal;
    margin: 0px 0 10px 0;
    color: #456;
}

.panes-post p
{  
    color: #000;
}

.panes-post a
{
    text-decoration: none;
    color: #fff;
}

.tabs-nav
{
    position:relative;
    width:534px;
    height:24px;        
}


/* tabs (those little circles below slides) */
.tabs-post
{
    position:absolute;
    left:220px;
    top:5px;              
}

/* single tab */
.tabs-post a
{
    width: 8px;
    height: 8px;
    float: left;
    margin: 3px;
    background: url(scrollable/arrow/navigator.png) 0 0 no-repeat;
    display: block;
    font-size: 1px;
}

/* mouseover state */
.tabs-post a:hover
{
    background-position: 0 -8px;
}

/* active state (current page state) */
.tabs-post a.current
{
    background-position: 0 -16px;
}


/* prev and next buttons */

/*
.forward, .backward
{
    float: left;
    display: block;
    cursor: pointer;
    font-size: 1px;
}
*/

.forward 
{
    position:absolute;
    top:0px;
    right:0px;
}

.backward 
{
    position:absolute;
    top:0px;
    left:0px;
}


/* disabled navigational button. is not needed when tabs are configured with rotate: true */
.disabled
{
    visibility: hidden !important;
}
