﻿.horizontalScroll
{
    position: relative;
    height: 147px; 
    overflow-x: hidden;
    padding:0px;
    width:100%;   
}


.horizontalScroll .leftScroll
{
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 1;
    height: 147px;
    width: 45px;
    cursor: pointer;
    background: white url(../_img2009/scroll/left.gif) no-repeat left top;
}


.horizontalScroll .rightScroll
{
    position: absolute;
    right: 0px;
    top: 0px;
    height: 147px;
    width: 45px;
    z-index: 1;
    cursor: pointer;
    background: white url(../_img2009/scroll/right.gif) no-repeat top right;
}

.horizontalScroll .leftScroll:hover
{
    background: white url(../_img2009/scroll/left1.gif) no-repeat left top;
}

.horizontalScroll .rightScroll:hover
{
    background: white url(../_img2009/scroll/right1.gif) no-repeat right top;
}
