a {
    cursor: pointer;
}

a.jScrollArrowUp {
    background-image: url("../../images/scroll.up.gif");
    width: 14px !important;
	height: 14px;
}
a.jScrollArrowDown {
    background-image: url("../../images/scroll.down.gif");
    width: 14px !important;
	height: 14px;
}

* html #directions_field .group {
}

/* MT overrides for default jScrollPane styles: */

.fields .jScrollArrowUp, 
.fields .jScrollArrowDown {
}

.fields .jScrollPaneTrack {
	background-color: #aaaaaa;
	border-right: 1px solid #333;
	border-left: 1px solid #ccc;
}

.fields .jScrollPaneDrag {
	border-bottom: 1px solid #333;
}

.fields .jScrollPaneDrag .jScrollPaneDragTop {
	border-top: 1px solid #ccc;
}

/* hack for ie6 to position the scrollbar outside the scrollContainer. Fortunately
 * there is a nonstandard 'overflow-x' property in IE so we will still see it. */ 
* html #directions_field  .jScrollPaneContainer {
}


* html .loading .marks {
}

/* MT overrides for default jScrollPane styles: */

.loading .jScrollArrowUp, 
.loading .jScrollArrowDown {
}

.loading .jScrollPaneTrack {
	background-color: #aaaaaa;
	border-right: 1px solid #333;
	border-left: 1px solid #ccc;
}

.loading .jScrollPaneDrag {
	border-bottom: 1px solid #333;
}

.loading .jScrollPaneDrag .jScrollPaneDragTop {
	border-top: 1px solid #ccc;
}


/* hack for ie6 to position the scrollbar outside the scrollContainer. Fortunately
 * there is a nonstandard 'overflow-x' property in IE so we will still see it. */ 
* html .loading .jScrollPaneContainer {
}


