.scroll-track{
	height:10px;
 	width:10px;
 	background:transparent;
}

.scroll-handle{
 	height:10px;
 	width:10px;
 	background:#F61476;
 	cursor:pointer;
}

#popup .scroll-track{
	height:10px;
 	width:10px;
 	background:#FFADFF;	
}
	
#popup .scroll-handle{
 	height:10px;
 	width:10px;
 	background:#7f2587;
 	cursor:pointer;
}

#pane1 {
	position: absolute;
	top: 0;
	left: 0;
	width: 445px;
	height: 326px;
	overflow: auto;
	float: left;
	padding: 0;
}
