/*
	 Customized Scroll
	 by Chris Coyier
	 http://css-tricks.com
*/


.scroll-pane 		{ float:left; width: 95%; overflow: auto; height: 125px; padding:0px 10px 0px 5px;  margin-left:10px; margin-bottom:20px; }

.bottomshadow 		{ float:left; position: absolute; top: 375px; left: -47px; z-index: 9999; }

.jScrollPaneContainer 	{ float:left; position:relative; overflow: hidden; z-index: 1; }

.jScrollPaneTrack 		{ position: absolute; cursor: pointer; right: 0; top: 0; height: 100%;
						  background: url(../../../../images/bar.jpg) top center repeat-y; padding: 10px; }

.jScrollPaneDrag	{ position: absolute; cursor: pointer; overflow: hidden; margin-top:0px; background:#ccc; }

#menu3Content .scroll-pane a {  border-top:1px solid #d0d2d3;  line-height:2em; width:82%; color:#000;  cursor: pointer;}
#menu3Content #venuestextcluster a {  border-top:1px solid #d0d2d3;  line-height:2em; width:82%; color:#000;  cursor: pointer;}


