/*Example CSS for the two demo scrollers*/


@font-face {
	font-family: bahamas;
	src: url('fonts/bahamas.ttf');
}

@font-face
{
    font-family: bahamas;
    src: url('fonts/bahamas.eot');
    src: local(bahamas), url('fonts/bahamas.ttf') format('opentype');
}

p.komo {
  font-family: bahamas; /* no .ttf */
  font-size: 14px;
  font-style: normal;
  font-weight: bold;
}

span.komo {
  font-family: bahamas; /* no .ttf */
  font-size: 14px;
  font-style: normal;
  font-weight: bold;
}


#pscroller1{
width: 400px;
height: 130px;
border: 0px solid black;
}

#pscroller2{
width: 400px;
height: 150px;
border: 0px solid black;
}

#pscroller3{
width: 400px;
height: 130px;
border: 0px solid black;
}

#pscroller4{
width: 400px;
height: 130px;
border: 0px solid black;
}

#pscroller5{
width: 400px;
height: 130px;
border: 0px solid black;
}

#pscroller6{
width: 400px;
height: 130px;
border: 0px solid black;
}


.someclass{ //class to apply to your scroller(s) if desired
}
