
#ScrollBox {
	width: 300px;
	}

.Container {
  position: relative;
  top: 0px; 
  left: 0px;
  width: 300px;
  height: 260px;
  z-index: 1;
	}

#Scroller-1 { 
  position: relative;
  overflow: hidden;
  width: 300px;
  height: 260px;
	}

#Scroller-1 p {
  margin: 0; 
  padding: 5px 5px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  color: #6F6048;
	}

.Scroller-Container {
  position: relative;
  top: 0px; 
  left: 0px;

	}

#Scrollbar-Container {
  position: relative;
  top: 0px; 
  left: 320px;
	}

.Scrollbar-Up {
  cursor: pointer;
  position: absolute;
	}

.Scrollbar-Track {
  width: 18px; 
         height: 220px;
  position: absolute;
  top: 18px; 
  left: 4px;
  background-color: #c7b8ac;
   /*background: transparent url(../images/scrollbar_track.gif) no-repeat center center;*/
   }

.Scrollbar-Handle {
  position: absolute;
  width: 16px; 
  height: 15px;
  padding-left: 1px;
	}

.Scrollbar-Down {
  cursor: pointer;
  position: absolute;
  top: 245px;
	}


	
	
	
#ScrollBoxBlog {
	padding: 20px 0 0 20px;
	width: 500px;
	z-index: -5;
	}

.ContainerBlog {
  position: relative;
  top: 0px; 
  left: 0px;
  width: 500px;
  height: 290px;
  
	}

#Scroller-1Blog { 
  position: relative;
  overflow: hidden;
  width: 500px;
  height: 280px; 
  text-align: left;
	}

#Scroller-1Blog p {
  margin: 0; 
  padding: 5px 0px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  color: #6F6048;
	}

.Scroller-ContainerBlog {
  position: relative;
  top: 0px; 
  left: 0px;
	}

#Scrollbar-ContainerBlog {
  position: relative;
  top: 0px; 
  left: 520px;
	}
	
#Scrollbar-ContainerBlog {
  position: relative;
  top: 0px; 
  * left: 250px;
  width: 0px;
  }
	

.Scrollbar-UpBlog {
  cursor: pointer;
  position: absolute;
	}

.Scrollbar-TrackBlog {
  width: 18px; 
  height: 248px;
  position: absolute;
  top: 18px; 
  left: 4px;
  background-color: #c7b8ac;
   /*background: transparent url(../images/scrollbar_track.gif) no-repeat center center;*/
   }

.Scrollbar-HandleBlog {
  position: absolute;
  width: 16px; 
  height: 15px;
  padding-left: 1px;
	}

.Scrollbar-DownBlog {
  cursor: pointer;
  position: absolute;
  top: 270px;
	}