/* Stylesheet for my demo pages for jScrollPane - these styles aren't necessary for using jScrollPane and aren't specific to any particular example */

body {

}

a.jScrollArrowUp {
	background-image: url(../images/macstore/basic_arrow_up.gif);
	background-repeat: repeat-x;
	background-position: 0 0;
}
a.jScrollArrowUp:hover {
	background-position: 0 -15px;
}
a.jScrollArrowDown {
	background: url(../images/macstore/basic_arrow_down.gif) repeat-x 0 0;
}
a.jScrollArrowDown:hover {
	background-position: 0 -15px;
}
a.jScrollActiveArrowButton, a.jScrollActiveArrowButton:hover {
	background-position: 0 -30px;
}


.jScrollPaneTrack {
	background-color: #EEE;
}
.jScrollPaneDrag {
	background-color: #DBDBDB;
	background-image: url(../images/macstore/drag_grab.gif);
	background-repeat: no-repeat;
	background-position: 50% 50%;
}
.orange-bar .scroll-pane {
	background: #69f;
}
			
.holder {
	float: left;
	margin: 10px;
}

.scroll-pane {
	width: 78%;
	height: 240px;
	overflow: auto;
}
.caja_prod_scroll {
	width: 142px;
	padding-top: 12px;
	padding-bottom: 4px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #CCC;
	height: 150px;
	text-align: center;
	margin-top: 4px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.caja_prod_scroll img  {
	margin-right: 12px;
}
.caja_prod_scroll a:link, .caja_prod_scroll a:visited {
	text-decoration: none;
	color: #000;
	font-size: 13px;
}
.caja_prod_scroll a:hover {
	color: #ED3922;
	text-decoration: none;
}





.wide {
	width: 400px;
}

.super-wide {
	width: 700px;
}

.tall {
	height: 400px;
}

#pane1 {
}
#pane2 {
	height: 444px;
	padding-top: 12px;
	padding-right: 12px;
	padding-bottom: 12px;
	padding-left: 16px;
	margin: 2px;
}
