
.jScrollPaneContainer {
	position: relative;
	overflow: hidden;
	z-index: 1;
}

.jScrollPaneTrack {
	position: absolute;
	cursor: pointer;
	right: 0;
	top: 0;
	height: 100%;
	background: #BEC1C0;
}
.jScrollPaneDrag {
	position: absolute;
	background: #008C46;
	cursor: pointer;
	overflow: hidden;
}
.jScrollPaneDragTop {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
}
.jScrollPaneDragBottom {
	position: absolute;
	bottom: 0;
	left: 0;
	overflow: hidden;
}
a.jScrollArrowUp {
	display: block;
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
	text-indent: -2000px;
	overflow: hidden;
	/*background-color: #666;*/
	height: 9px;
}
a.jScrollArrowUp:hover {
	/*background-color: #f60;*/
}

a.jScrollArrowDown {
	display: block;
	position: absolute;
	z-index: 1;
	bottom: 0;
	right: 0;
	text-indent: -2000px;
	overflow: hidden;
	/*background-color: #666;*/
	height: 9px;
}
a.jScrollArrowDown:hover {
	/*background-color: #f60;*/
}
a.jScrollActiveArrowButton, a.jScrollActiveArrowButton:hover {
	/*background-color: #f00;*/
}

/* Stylesheet for my demo pages for jScrollPane - these styles aren't necessary for using jScrollPane and aren't specific to any particular example */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
}

a.jScrollArrowUp {
	background: url(../images/basic_arrow_up.gif) repeat-x 0 0;
}
a.jScrollArrowUp:hover {
	background-position: 0 -15px;
}
a.jScrollArrowDown {
	background: url(../images/basic_arrow_down.gif) repeat-x 0 0;
}
a.jScrollArrowDown:hover {
	background-position: 0 -15px;
}
a.jScrollActiveArrowButton, a.jScrollActiveArrowButton:hover {
	background-position: 0 -30px;
}


.orange-bar .jScrollPaneTrack {
	background: #f60;
}
.orange-bar .jScrollPaneDrag {
	background: #00f url(../images/drag_grab.gif) no-repeat 50% 50%;
}
.orange-bar .scroll-pane {
	background: #69f;
}
			
.holder {
	float: left;
	margin:0px;
	width: 300px;
	height: 480px;
}

.holder_p {
	float: left;
	margin:0px;
	width: 260px;
	height: 480px;
}

.holder_medio {
	float: left;
	margin:0px;
	width: 300px;
	height: 480px;
}

.holder_mp {
	float: left;
	margin:0px;
	width: 420px;
	height: 480px;
}

.holder_largo {
	float: left;
	margin:0px;
	width: 550px;
	height: 480px;
}


.holder_img {
	float: left;
	margin:0px;
	width: 100px;
	height: 510px;
}

.scroll-elenco {
overflow: auto;
  margin:0px;
	width: 300px;
	height: 550px;
	

	float: left;
}
#titolo{
	width: 260px;
	margin-bottom:5px;
}

#titolomedio{
	width: 300px;
	margin-bottom:5px;
}

#titololargo{
	width: 550px;
	margin-bottom:5px;
}
#qini{
	width: 255px;
	height: 86px;
margin:auto;
	background-image: url(./immagini/countdown.jpg);
background-position:4px 0px;
}
.scroll-dati {
	width: 260px;
	height: 400px;
	overflow: auto;

	float: left;
}

.scroll-dati-medio {
	width: 300px;
	height: 400px;
	overflow: auto;
	float: left;
}

.scroll-dati-mp {
	width: 420px;
	height: 400px;
	overflow: auto;
	float: left;
}
.scroll-dati-largo {
	width: 550px;
	height: 400px;
	overflow: auto;

	float: left;
}


.scroll-dati-corto {
	width: 260px;
	height: 350px;
	overflow: auto;

	float: left;
}


.wide {
	width: 400px;
}

.super-wide {
	width: 700px;
}

.tall {
	height: 400px;
}

#pane1 {
height: 245px;
}
#pane5 {
	height: 310px;
}
#pane3 {
	height: 400px;
}
#pane4 {
	height: 190px;
}

#pane6 {
	height: 600px;
}