.jcarousel {
    position:absolute; 
    bottom:0px;
    width:100%;
    overflow: hidden;
    /* You need at least a height, adjust this to your needs */
    height: 100px;
    z-index:10000;
}

.jcarousel ul {
    width: 20000em;
    position: absolute;
    list-style: none;
    margin: 0;
    padding: 0;
}

.jcarousel li.onePage {
    float: left;
    width:76px;
}

.jcarousel li.onePage .imageContainer{
	height:60px;
}

.jcarousel li.onePage .carouselImage{
	cursor:pointer;
	width:76px;
	height:60px;
}

.jcarousel li.onePage .pageLabel{
	height:20px;
	text-align:center;
	
	background-color:#005d8d;
	color:white;
	font-size:12px;
}


.jcarousel li.twoPage {
    float: left;
    width:152px;
}

.jcarousel li.twoPage .imageContainer{
	height:60px;
	width:100%;
	background-color:black;
}

.jcarousel li.twoPage .carouselImage{
	cursor:pointer;
	width:76px;
	height:60px;
}

.jcarousel li.twoPage .pageLabel{
	height:20px;
	width:100%;
	text-align:center;
	
	background-color:#005d8d;
	color:white;
	font-size:12px;
}


