div#scrollbar {
    display:block; /* initially display:none; to hide from incapable */
    }

div#wn	{ 
    position:relative;
    width:183px; height:270px;
    overflow:hidden;
	}
    
div#scrollbar { 
  position:relative;
  width:11px; height:auto;
 /* so no gap or misplacement due to image vertical alignment */
  }
div#track { 
  position:absolute; left:0px; top:0px;
  width:11px; height:274px;
  background:url(../images/scrol_bg.png) repeat-y;

  }
div#dragBar {
  position:absolute; left:0px; top:1px;
  width:10px; height:16px;
  background:url(../images/scroler.gif) no-repeat;
  }  

div#scrollbar img {
    display:block; 
    } 
	
	
.gradient4 
{
	padding: 0px 30px 0px 0px;
	width:104px;
	margin:0px;
	
}

.gradient4 h1 {
	font: normal 12px "Lucida Grande", Arial, sans-serif;
	position: relative;
	margin: 0px;
	width:104px;

	background-color:#19191a;
	color: #fff;
}
.gradient4 h2 {
	font: normal 15px AvantGardeCTT;  
	margin: 20px 0 0;
	width:104px;
	font-weight:normal;
	color: #636464;
	background-color:#272727;
}
.gradient4 span {
	background:url(../images/gradientdark_new.png) no-repeat;
	position:fixed;
	top:443px;
	display: block;
	margin-left:45px;
	
	width:104px;
	
	height:59px;
}

.gradient span {
	background:url(../images/gradientdark_new.png) no-repeat;
	position:fixed;
	top:443px;
	display: block;
	margin-left:45px;
	
	width:104px;
	
	height:59px;
}




