.tabs
{
	width:195px;
	float:left;
	height:620px;
	background: #ddd;
    margin: -7px 10px -7px -7px;
    color:#F99;
	font-size:18px;



}
.panes li
{
    list-style-type:none;
    width:auto;

}
#last
{

	border-bottom: 0 ;
}
.current div
{
	background: #fff;
	color:#F00;
}

.tabs div
{
	width:179px;
	margin:6px ;
	/*padding*/

	vertical-align:middle;
    padding-left:10px;
	padding-top:4px;
	height:75px;

/*	border-bottom: 1px solid #ccc;*/

}

.textbox
{
	height: 350px;
    width: 532px
    /*font-weight: normal;*/
}


/*scrollable*/
/*preso da http://flowplayer.org/tools/demos/scrollable/vertical.html*/
/* root element for scrollable */
div.scrollable {

    /* required settings */
    position:relative;
    overflow:hidden;

    /* vertical scrollers have typically larger height than width */
    height: 250px;

}

/* root element for scrollable items */
div.scrollable div.items {
    position:absolute;

    /* this time we have very large space for the height */
    height:20000em;
}

.actions {
 width:auto;
margin:30px 0 10px 0;
}

.actions a {
font-size:11px;
 cursor:pointer;
 color:#666;
 z-index:10;
}
.actions a:hover {
 text-decoration:underline;
 color:#F00;
}

.disabled {
 visibility:hidden;
}

.nextPage {
 float:right;
}
.itemScrollable
{
    height:250px;
    /*border-bottom: 1px solid #ddd;*/
    padding:0;
    margin :0;
    cursor: pointer;
}

/* position and dimensions of the navigator */
.navi {

      margin-bottom:8px;

    height:20px;
    width:100%;
    text-align:center;
}


/* items inside navigator */
.navi a {
    width:8px;
    height:8px;
    float:left;
    margin:3px;
    background:url('/images/navigator.png') 0 0 no-repeat;
    display:block;
    font-size:1px;
}

/* mouseover state */
.navi a:hover {
    background-position:0 -8px;
}

/* active state (current page state) */
.navi a.active {
    background-position:0 -16px;
}