/* GENERAL STYLES */
div#ScrollContent{ position:absolute; width:100%;}
div#ScrollContent2 {position:relative; }
div#scrollbar, div#scrollbar2 {
    display:block; /* initially display:none; to hide from incapable */
    }

div#ScrollArea	{ 
    position:relative;
    width:455px; height:510px;
    overflow:hidden;
    float:left;
    margin:0 10px 0 0;
}

div#ScrollArea2{
    position:relative;
    width:230px; height:510px;
    overflow:hidden;
    float:left;
    margin:0 5px 0 0;	
}
 
div#scrollbar, div#scrollbar2 { 
  position:relative;
  float:left;
  width:11px; height:510px; 
  font-size:1px;  /* so no gap or misplacement due to image vertical alignment */
}

div#track, div#track2 { 
  position:absolute; left:0; top:0px;
  width:11px; height:510px;
	background-image: url(../Data/Assets/theme_one/Misc/separator.gif);
	background-repeat:repeat-y;
	background-position: top center;
}
div#dragBar, div#dragBar2 {
  position:absolute; left:1px; top:1px;
  width:9px; height:20px;
  /*background-color:#ceced6;*/
	background-color: #00589d;
}  
/* for safari, to prevent selection problem  */
div#scrollbar, div#track, div#dragBar, div#scrollbar2, div#track2, div#dragBar2  {
    -moz-user-select: none;
    -khtml-user-select: none;
}


/* so no gap or misplacement due to image vertical alignment
font-size:1px in scrollbar has same effect (less likely to be removed, resulting in support issues) */
div#scrollbar img, div#scrollbar2 img {
    display:block; 
    } 



/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
