/*

	Bangor Conference Centre 
	Scroll Bar Styles
	Created by Andi Topping on 10th April 2008

*/

div#hold	{ 
	position:relative; overflow:hidden;
	width:526px; height:260px; 
 	z-index:100; 
	}

div#wn	{ 
	position:absolute; 
	left:0px; top:6px; 
	width:480px; height:255px; 
	clip:rect(0px, 480px, 265px, 0px); 
	overflow:hidden;	
	z-index:12; 
	}
div.content { 
	position:absolute;
	left:0px; top:0px; 
	z-index:12; 
	overflow: auto;
	}

/* Set small font-size or size/position of div's will be off in some browsers  */
div#scrollbar { 
  position:relative; /*left:0; top:0;*/ float: right; margin: 13px -5px 0px 0px;
  width:18px; height:260px; 
  font-size:1px; z-index:100;
  }
div#track { 
  position:absolute; left:0; top:25px;
  width:18px; height:220px;
  background: url("../images/track.gif") #EFECCA repeat;
  z-index:101;
  }
div#dragBar {
  position:absolute; left:0px; top:0px;
  width:11px; height:20px; /*margin:0px 0px 0px -1px;*/
  background-color:#C90022;
  z-index:102;
  }  
div#up { position:absolute; left:0; top:0; z-index:13; padding: 0px 0px 10px 0px; }  
div#down { position:absolute; padding: 5px 0px 10px 0px; z-index:14 }  
