div#text-block{
      width:600px;
      height:450px;
      overflow:hidden;
      float:left;
    }
	div#text-block-content{
	padding-top: 1px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 20px;
    }
    div#slide{
       width:11px;
       height:450px;
       float:left;
       margin-left:5px;
    }
    div#slide div#slider{
	width:11px;
	height:50px;
	background-color:#949384;
	position:absolute;
	cursor:pointer;
	background-image: url(../images/scrollbar.gif);
	background-repeat: no-repeat;
	background-position: center top;
    }
    div#slide div#slidebar{
      width:5px;
      height:450px;
      border-right:1px solid #949384;
    }
