/* Stylesheet for my demo pages for jScrollPane - these styles aren't necessary for using jScrollPane and aren't specific to any particular example */

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: 0;
	color:#000;
}

.scroll-pane {
	width: 170px;
	height: 322px;
	overflow: auto;
	float: left;
	overflow:hidden;
}

.scroll-pane-editar {
	width: 80px;
	height: 240px;
	overflow: auto;
	float: left;
}

.wide {
	width: 170px;
}

.super-wide {
	width: 170px;
}

.tall {
	height: 170px;
}

#pane1 {
}
#pane-enlaces {
	width: 872px;
}
#pane3 {
	padding-right:5px;
	width: 165px;
	height: 119px;
}
#pane4 {
	padding-right:2px;
	padding-left:3px;
	width: 80px;
	height: 303px;
}
#pane5 {
	padding-right:5px;
	width: 165px;
	height: 118px;
	font-size: 10px;
}

#pane6 {
	width: 872px;
	height: 264px;
}

#pane7 {
	padding-right:5px;
	width: 291px;
	height: 322px;
}
#pane-editorial {
	padding-right:5px;
	width: 285px;
	height: 322px;
}
#pane2 {
	padding-right:7px;
	width: 447px;
	height: 303px;
	background-color:#cce3e5;
}
#pane22 {
	padding-right:7px;
	width: 447px;
	height: 303px;
}
#pane8 {
	padding-right:5px;
	width: 220px;
	height: 250px;
}
