/* tpstepslide css*/

.jquerystatus {
        background:url(alert.gif) no-repeat 10px 50% #f6f9ad;
        padding:10px 10px 10px 35px;
        border:1px solid #e6e8b4;
        margin:0 0 10px 0;    
    }
.tpstepslide{
        position: relative; /*leave this value alone*/
        overflow: scroll; /*leave this value alone*/
        background:url(bg.png) #303441 repeat-x top;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        border-radius: 10px;
        padding:0;
        margin:0 auto !important;
    }
.tpstepslide .belt{
        position: absolute; /*leave this value alone*/
        left: 0;
        top: 0;
    }
.tpstepslide .panel{
        float: left; /*leave this value alone*/
        overflow: hidden; /*clip content that go outside dimensions of holding panel DIV*/
        margin: 10px; /*margin around each panel*/
     }
.tpstepslidecounter {      
        margin:0 auto;
            
    }
.tpstepslidecounter div {
        background:url(bgcounter.png) no-repeat top center ;
        width:60px;
        height:25px;              
        margin:0 auto;
        line-height:25px;
        color:#fff;
        font-family:Arial,Helvetica,FreeSans,"Liberation Sans","Nimbus Sans L",sans-serif;
        font-size:11px;
        font-weight:700;
        position:relative;                                  
    }
.tpstepslidecounter_inner {
        text-align:center!important;
  
        }
.tpstepslidenav {
        position:relative;
    }
.tpstepslidenav img,
.tpstepslide .panel img {
        border:none;
    }   
.tpstepslidenav .nleft {
        float:left;
        margin-left:-30px;
        position:relative;
    }
.tpstepslidenav .nright {
        float:right;
        margin-right:-30px;
        position:relative;
    }
#tpstepslide-paginate {
        padding :10px 0;
    }
