/* scroller */

#Scroller-1 {
  position: relative;
  overflow: hidden;
  width: 200px;
  height: 135px;
  padding-left:10px;
  float: left;
  display:inline;
}

#Scroller-1 p {
  margin: 0;
  text-align: left;
}

#Scroller-1 .Scroller-Container {
  position: relative;
}

#Scrollbar-Container-1 {
  position: relative;
  float: right;
  margin: 0;
  width: 16px;
  height: 135px;
  display:inline;
}

#Scrollbar-Container-1 .Scrollbar-Track {
  position: relative;
  width: 16px;
  height: 135px;
  background: url(bg_scroll.gif) top right no-repeat 
}

.Scrollbar-Handle {
  position: relative;
  width: 16px;
  height: 16px;
  cursor: pointer;
}

#Scroller-2 {
  position: relative;
  overflow: hidden;
  background:url(bg_scroll_top.gif) top left repeat-x;
  width: 214px;
  margin-top:3px;
  padding-left:5px;
  height: 120px;
  float: left;
  display:inline;
}

#Scroller-2 p {
  margin: 0;
  padding:0;
}

#Scroller-2 .Scroller-Container {
  position: relative;
}

#Scrollbar-Container-2 {
  position: relative;
  float: right;
  margin: 3px 0 0 0;
  width: 16px;
  height: 120px;
  display:inline;
}

#Scrollbar-Container-2 .Scrollbar-Track {
  position: relative;
  width: 16px;
  height: 120px;
  background: url(bg_scroll2.gif) top right no-repeat 
}

/*** scroll for basket page ***/
#Scroller-3 {
  position: relative;
  overflow: hidden;
  width: 393px;
  height: 290px;
  float: left;
  display:inline;
}

#Scroller-3 p {
  margin: 0;
  padding:0;
}

#Scroller-3 .Scroller-Container {
  position: relative;
}

#Scrollbar-Container-3 {
  position: relative;
  float: right;
  margin: 3px 0 0 0;
  width: 15px;
  height: 290px;
  display:inline;
}

#Scrollbar-Container-3 .Scrollbar-Track {
  position: relative;
  width: 15px;
  height: 290px;
  background: url(bg_scroll3.jpg) top right no-repeat 
}
#Scrollbar-Container-3 .Scrollbar-Handle {
  position: relative;
  width: 15px;
  height: 15px;
  cursor: pointer;
}

/*** scroll for basket page 2 ***/
#Scroller-4 {
  position: relative;
  overflow: hidden;
  width: 280px;
  height: 290px;
  float: left;
  display:inline;
}

#Scroller-4 p {
  margin: 0;
  padding:0;
}

#Scroller-4 .Scroller-Container {
  position: relative;
}

#Scrollbar-Container-4 {
  position: relative;
  float: right;
  width: 15px;
  height: 290px;
  display:inline;
}

#Scrollbar-Container-4 .Scrollbar-Track {
  position: relative;
  width: 15px;
  height: 290px;
  background: url(bg_scroll3.jpg) top right no-repeat 
}
#Scrollbar-Container-4 .Scrollbar-Handle {
  position: relative;
  width: 15px;
  height: 15px;
  cursor: pointer;
}

/*** scroll for articles page 2 ***/
#Scroller-5 {
  position: relative;
  overflow: hidden;
  width: 600px;
  height: 350px;
  float: left;
  display:inline;
}

#Scroller-5 p {
  margin: 0;
  padding:0;
}

#Scroller-5 .Scroller-Container {
  position: relative;
}

#Scrollbar-Container-5 {
  position: relative;
  float: right;
  width: 15px;
  height: 358px;
  display:inline;
}

#Scrollbar-Container-5 .Scrollbar-Track {
  position: relative;
  width: 15px;
  height: 358px;
  background: url(bg_scroll5.jpg) top right no-repeat 
}
#Scrollbar-Container-5 .Scrollbar-Handle {
  position: relative;
  width: 15px;
  height: 15px;
  cursor: pointer;
}