/*Example CSS for the two demo scrollers*/

#pscroller1{
width:170px;
height:380px;
border: none;
padding: 0px;
margin:0px;
background-color: #262628;
position:relative;
z-index:5;
}
.someclass{ 
  width:160px
}
