/* 
   Styles for scrolling layers  
	 Specify width and height in hold and wn, and in clip for wn 
*/
div#window	{ 
	position:relative; overflow:hidden;margin:0;
	width:275px; height:350px; float:left;
	}
#branding div#window	{ 
	position:relative; overflow:hidden;margin:0 15px 0 18px;
	width:240px;height:280px; *float:none;
	}
div#holder	{  /**/
padding:0; margin:0;position:absolute;
	}
.event_list {}
.event_list #window #holder .list { 
margin-top:0;
	}
	
div#holder .info {}
div#holder .info h3, div#holder .info h4 {}

/* @group ScrollBar */

/* Set small font-size or size/position of div's will be off in some browsers  */
div#scrollbar { 
  position:absolute;bottom:15px;right:-10px;margin-top:0;width:15px; height:275px; 
  z-index:5000;
  }
  
div#track { 
  position:absolute; left:0; top:0;
  width:10px; height:275px;
  }


div#dragBar {
  /*position:absolute; left:0px; top:17px;*/
  width:9px; height:85px;
  background:#C5C6BF;border:1px solid #E4E4E3;cursor:pointer;
  }
    
/* @group buttons */

div#up { position:absolute; left:0; top:0; }

div#scrollbar .arrow span {width: 10px; height:25px;display: block;background-repeat:no-repeat;background-position:0 0; /*text-indent:-4000px;*/cursor:pointer;}

div#up span {background-image:url(../images/scrollbar_button_up.png);}
 
div#down { position:absolute; left:0; bottom:0; z-index:3; }  

div#down span {background-image:url(../images/scrollbar_button_down.png);}


/* @end */
 

/* @end */