﻿.scrollHolder
{
border:1px solid #ff0000;
height:100px;
width:200px;
position:relative;
overflow:hidden;
}

.scroller
{
padding:0;
margin:0;
width:85%;

position:absolute;

	
}

.navScroll
{

z-index:55;
float:right;
width:15px;
display:block;
text-align:left;
height:auto;

}
.sclrollArrowUp
{
background:transparent url(images/scrollUp.png) top center no-repeat;
width:14px;
height:14px;
display:block;
}
.sclrollArrowDown
{
background:transparent url(images/scrollDown.png) top center no-repeat;
width:14px;
height:14px;
display:block;
position:absolute;
bottom:0;
}