/**
 * This <div> element is wrapped by jCarousel around the list
 * and has the classname "jcarousel-container".
 */
.histscroll-wrap{margin:0 auto;width:800px;padding:30px 5px;background:#ddd;}
.jcarousel-container {
    position: relative;
}

.jcarousel-clip {
    z-index: 2;
    padding: 0;
    margin: 0;
    overflow: hidden;
    position: relative;
}

.jcarousel-list {
    z-index: 1;
    overflow: hidden;
    position: relative;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
}
.jcarousel-list li,
.jcarousel-item {
    float: left;
    list-style: none;
    /* We set the width/height explicitly. No width/height causes infinite loops. */
    width: 200px;
    height: 240px;
    font-size: 0.85em;
}

/**
 * The buttons are added dynamically by jCarousel before
 * the <ul> list (inside the <div> described above) and
 * have the classnames "jcarousel-next" and "jcarousel-prev".
 */
.jcarousel-next {
    z-index: 3;
    display: none;
}
.jcarousel-prev {
    z-index: 3;
    display: none;
}
.history-scroll .jcarousel-container-horizontal {
    width: 800px;
    padding: 20px 0px;
}
.history-scroll .jcarousel-clip-horizontal {
    width:  698px;
    height: 240px;
	background: #fff;
	margin-left:50px;
}
.history-scroll .jcarousel-item {
    width: 163px;
	padding: 0 5px;
    height: 240px;
	background: transparent url(images/carousel/item-bg.gif) top center no-repeat;
	text-align:center;
}
.history-scroll .scroller span{
	color:#295280;
	font-weight:bold;
	font-size:2.1em;
	display:block;
	padding:10px 0 25px 0;
}
.history-scroll .jcarousel-item-horizontal {
    border-right:2px solid #ddd;
}

.history-scroll .jcarousel-item-placeholder {
    color: #000;
}

/**
 *  Horizontal Buttons
 */
.history-scroll .jcarousel-next-horizontal {
    position: absolute;
    top: 75px;
    right: 5px;
    width: 32px;
    height: 70px;
    cursor: pointer;
    background: transparent url(images/carousel/next-horizontal.png) no-repeat 0 0;
}

.history-scroll .jcarousel-next-horizontal:hover {
    background: transparent url(images/carousel/next-horizontal_over.png) no-repeat 0 0;
}

.history-scroll .jcarousel-next-horizontal:active {
    background: transparent url(images/carousel/next-horizontal_over.png) no-repeat 0 0;
}

.history-scroll .jcarousel-next-disabled-horizontal,
.history-scroll .jcarousel-next-disabled-horizontal:hover,
.history-scroll .jcarousel-next-disabled-horizontal:active {
    cursor: default;
     background: transparent url(images/carousel/next-horizontal_dis.png) no-repeat 0 0;
}

.history-scroll .jcarousel-prev-horizontal {
    position: absolute;
    top: 75px;
    left: 5px;
    width: 32px;
    height: 70px;
    cursor: pointer;
    background: transparent url(images/carousel/prev-horizontal.png) no-repeat 0 0;
}

.history-scroll .jcarousel-prev-horizontal:hover {
    background: transparent url(images/carousel/prev-horizontal_over.png) no-repeat 0 0;
}

.history-scroll .jcarousel-prev-horizontal:active {
    background: transparent url(images/carousel/prev-horizontal_over.png) no-repeat 0 0;
}

.history-scroll .jcarousel-prev-disabled-horizontal,
.history-scroll .jcarousel-prev-disabled-horizontal:hover,
.history-scroll .jcarousel-prev-disabled-horizontal:active {
    cursor: default;
   	background: transparent url(images/carousel/prev-horizontal_dis.png) no-repeat 0 0;
}


.jcarousel-control {
    margin: 10px 0;
    text-align: center;
}

.jcarousel-control a {
    font-size: .9em;
    text-decoration: none;
    padding: 4px 7px;
    margin: 0;
    color: #444;
    font-weight: bold;
}

.jcarousel-control a:focus,
.jcarousel-control a:active {
    background:#fff;
}

.jcarousel-scroll {
    margin-top: 10px;
    text-align: center;
}

.jcarousel-scroll form {
    margin: 0;
    padding: 0;
}

.jcarousel-scroll select {
    font-size: 75%;
}

#mycarousel-next,
#mycarousel-prev {
    cursor: pointer;
    margin-bottom: -10px;
    text-decoration: underline;
    font-size: 11px;
}

