div#store-details h1 {
	background: url(/images/store_detail_heading.gif) no-repeat;
	height: 64px;
	margin: 0;
	text-indent: -2000px;
}
div#store-details h1#snowboards {
	background-image: url(/images/store_details_heading_snowboards.gif);
}
div#store-details h1#skis {
	background-image: url(/images/store_details_heading_skis.gif);
}
div#store-details h1#ex-rental {
	background-image: url(/images/store_details_heading_ex_rental.gif);
}
div#store-details h1#avalanche {
	background-image: url(/images/store_details_heading_avalanche.gif);
}
div#store-details h1#accessories {
	background-image: url(/images/store_details_heading_accessories.gif);
}
div#store-details h1#bindings {
	background-image: url(/images/store_details_heading_bindings.gif);
}
div#store-details h1#boots {
	background-image: url(/images/store_details_heading_boots.gif);
}
div.info, div.picture {
	position: relative;
	background: #FFFDF6 url(/images/store_detail_copy.gif) no-repeat;
	width: 437px;
	height: 528px;
	float: left;
	margin: 0 0 20px;
}
div.info div.scroll-holder {
	position: absolute;
	z-index: 5;
	top:30px;
	left: 64px;
	height: 450px;
	width: 360px;
}
div.info div.scrollable {
	height: 450px;
	width: 360px;
	overflow: auto;
}
div.info h2 {
	font-size: 1.8em;
	margin: 0;
}
div.info h3 {
	font-size: 1.5em;
	margin: 0;
}
div.info p.price {
	font-size: 1.2em;
	margin: 0;
}
div.info div.copy {
	margin: 40px 0 0;
	padding: 0 20px 0 0;
}
div.picture {
	background: url(/images/store_detail_frame.gif) no-repeat;
}
div.picture img {
	display: block;
	margin: 45px auto 0;
}
div.picture a {
	display: block;
	width: 163px;
	height: 50px;
	position: absolute;
	top: 420px;
	left: 140px;
	background: url(/images/store_want_one.gif) no-repeat;
	text-indent: -2000px;
}
div.picture a:hover {
	background-position: 0 -50px;
}
div.picture a:focus {
	outline: none;
}

div#container h3
{
	margin-top: 0;
	margin-left: 0;
}

/* Scrollpane styles */

.jScrollPaneContainer {
	position: relative;
	overflow: hidden;
	z-index: 1;
}

.jScrollPaneTrack {
	position: absolute;
	z-index: 99;
	cursor: pointer;
	right: 0;
	top: 0;
	height: 100%;
	background: transparent;
}
.jScrollPaneDrag {
	position: absolute;
	cursor: pointer;
	overflow: hidden;
	background: url(/images/scroll_drag_middle.gif) repeat-y;
}
.jScrollPaneDragTop {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	background: url(/images/scroll_drag_top.gif) no-repeat;
	height: 19px;
}
.jScrollPaneDragBottom {
	position: absolute;
	bottom: 0;
	left: 0;
	overflow: hidden;
	background: url(/images/scroll_drag_bottom.gif) no-repeat left bottom;
	height: 19px;
}
a.jScrollArrowUp {
	display: block;
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
	text-indent: -2000px;
	overflow: hidden;
	height: 24px;
}
a.jScrollArrowUp:hover {
	/*background-color: #f60;*/
}

a.jScrollArrowDown {
	display: block;
	position: absolute;
	z-index: 1;
	bottom: 0;
	right: 0;
	text-indent: -2000px;
	overflow: hidden;
	height: 24px;
}
a.jScrollArrowDown:hover {
	/*background-color: #f60;*/
}
a.jScrollActiveArrowButton, a.jScrollActiveArrowButton:hover {
	/*background-color: #f00;*/
}

a.jScrollArrowUp {
	background: url(/images/scroll_arrow_up.gif) no-repeat;
}
/*
a.jScrollArrowUp:hover {
	background-position: 0 -15px;
}*/
a.jScrollArrowDown {
	background: url(/images/scroll_arrow_down.gif) no-repeat left bottom;
}/*
a.jScrollArrowDown:hover {
	background-position: 0 -15px;
}
a.jScrollActiveArrowButton, a.jScrollActiveArrowButton:hover {
	background-position: 0 -30px;
}*/