/* 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/arrow-up.gif) repeat-x 0 0;
}
a.jScrollArrowUp:hover {
	background-position: 0 -15px;
}
a.jScrollArrowDown {
	background: url(../images/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: 10px;
}

.scroll-pane {
	width: 560px;
	height: 400px;
	overflow: auto;
	float: left;
	padding: 10px;
}
#gallery-pane {
	width: 602px;
	height: 473px;
	overflow: hidden;
	float: left;
	padding: 0px;
	margin:0px;
	position:relative;
	background-image: url(../images/gallery-gradient-bg.jpg);
	background-repeat:no-repeat;
	
}
#gallery-pane ul {
	margin: 0; 
	padding: 0; 
	position: relative; 
	left: 0; 
	top: 0; 
	width: 602px;
	height:473px; 
	list-style-type: none; 
	
}
#gallery-pane ul li {  
	float:left; 
	width: 432px;
	height: 443px;
	padding:30px 90px 0px 80px;
	margin:0;
	
} 
#gallery-pane .largeImage {
	float:left;
	width: 236px;
	margin-right: 30px;
}
#gallery-pane .galleryTitle {
	float:left;
	clear:left;
	width: 432px;
	text-align:center;
	text-transform:uppercase;
	font-weight:bold;
	font-size:1.2em;
}
#gallery-pane .galleryImages {
	width:160px;
	float:left;
}
#gallery-pane .galleryImages a {
	float:left;
	width: 75px;
	height: 75px;
	margin: 0px 5px 5px 0px;
}
#gallery-pane .galleryImages a img {
	border:0;
}
#gallery-pane #gallery-metaTitle {
	position:absolute;
	width: 250px;
	height: 30px;
	z-index:120;
	top:20px;
	left:20px;
}
#gallery-metaTitle p {
	z-index:120; 
	margin:0;
	padding:0;
	text-transform:uppercase;
	font-weight:bold;
	color:#FFF;
	position:absolute;
	top:0px;
	left:0px;
	font-size:1.2em;
}
#gallery-leftArrowContainer, #gallery-rightArrowContainer {
	z-index:100;
	width: 32px;
	height: 42px;
	position:absolute;
}
img.galleryNav {z-index:100;position:absolute; top:0px;left:0px;}
#gallery-leftArrowContainer {
	top: 200px;
	left:0px;
	
}
#gallery-rightArrowContainer {
	top: 200px;
	left:575px;
}
* html #gallery-leftArrowContainer {
	position:absolute;
	left:0px;
	top:200px;
	
}
* html #gallery-rightArrowContainer {
	position:absolute;
	left:568px;
	top:200px;
	
}
* html #gallery-metaTitle {
	position:absolute;
	left:0px;
	top:0px;
	
}
* html #gallery-metaTitle p {
	
	position:absolute;
	top:0px;
	left:0px;
	
}
*:first-child+html  #gallery-leftArrowContainer, *:first-child+html  #gallery-rightArrowContainer {

	position:relative;
}

*:first-child+html  #gallery-leftArrowContainer {
	top:-295px;
	left:0px;
}
*:first-child+html  #gallery-rightArrowContainer {
	top:-335px;
}
.basketScroll-pane {
	width: 500px;
	height: 360px;
	overflow: auto;
	float: left;
	padding: 10px;
}

.wide {
	width: 400px;
}

.super-wide {
	width: 700px;
}

.tall {
	height: 400px;
}

#pane1 {
}
#pane2 {
	height: 400px;
}
#pane3 {
	height: 400px;
}
#pane4 {
	height: 400px;
}
