
.jScrollPaneContainer {
	position: relative;
	overflow: hidden;
	z-index: 1;
	width:450px!important;
	/* border:3px solid #78797C; */
}

.jScrollPaneTrack {
	position: absolute;
	cursor: pointer;
	right: 3px;
	height:100%;
	background: #FFFFFF;
}
.jScrollPaneDrag {
	position: absolute;
	background: #bdd630;
	cursor: pointer;
	height:16px!important;
	overflow: hidden;
	
}
.jScrollPaneDragTop {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
}
.jScrollPaneDragBottom {
	position: absolute;
	bottom: 0;
	left: 0;
	overflow: hidden;
}
a.jScrollArrowUp {
	display: block;
	position: absolute;
	z-index: 1;
	top: 0;
	right: 3px;
	text-indent: -2000px;
	overflow: hidden;
	/*background-color: #666;*/
	height: 18px;
}

a.jScrollArrowDown {
	display: block;
	position: absolute;
	z-index: 1;
	bottom: 0;
	right: 3px;
	text-indent: -2000px;
	overflow: hidden;
	/*background-color: #666;*/
	height: 18px;
}

/* 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("../img/basic_arrow_up.png") no-repeat scroll 0 0 #FFFFFF; */
}

a.jScrollArrowDown {
/* 	background: url(../img/basic_arrow_down.png) repeat 0 0;
 */}


.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: 45px 10px 10px;
}

.scroll-pane {
	
}

.wide {
	width: 400px;
}

.super-wide {
	width: 700px;
}

.tall {
	/* height: 400px; */
}

#pane1 {
}
#promotion_div, #promotion_div1{
	height: 350px;
	width:400px;
	color:#fff;
	margin-left:20px;
	font-size:14px;
	font-family:arial;
}
