@charset "utf-8";
/* CSS Document */

#tabs {
	list-style-type: none;
    margin: 0 auto;
    display: block;
    width: 280px;
}

.css-tabs li {
	float: left;
    list-style-type: none;
}


/* override the root element to enable scrolling */
.css-panes {
 	height: 520px;
    width: 800px;
    position:relative;
    overflow:hidden;
    clear:both;
    background-color: transparent;
}

/* override single pane */
.css-panes div {
    float:left;
    display:block;
    width:800px;
    font-size:14px;
    background-color: transparent;
}

/* our additional wrapper element for the items */
.css-panes .items {
    width:20000em;
    position:absolute;
    clear:both;
    margin:0;
    padding:0;
    border:0;
}


.css-panes .less, .css-panes .less a {
    color:#999 !important;
    font-size:11px;
}


