#images {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 0;
}
#images img {
    position: absolute;
    bottom: 0px;
    left: 0px;
    z-index: 0;
}
#image-slider {
    position: absolute;
    bottom:0px;
    left:0px;
    width:100%;
    z-index:4;
    height:86px;
}
#image-slider > .content {
    position: relative;
    z-index: 2;
    overflow:hidden;
    padding:8px 0px 8px 0px;
}
#image-slider > .background {
    position: absolute;
    top:0px;
    left:0px;
    background-color:#FFF;
    opacity:0.7;
    filter: alpha(opacity = 70);
    width:100%;
    height:100%;
}
#image-slider > .content > span {
    display:block;
    float:left;
    width:2%;
    height:70px;
    background-position: center center;
    cursor:pointer;
}

#image-slider span.left:before {
	color: #FFF;
	line-height: 70px;
	font-size: 160%;
    content: "\25C4";
}
#image-slider span.right:before {
	color: #FFF;
	line-height: 70px;
	font-size: 160%;
    content: "\25BA";
}
#ul-slider-wrapper {
    float:left;
    display:block;
    width: 96%;
    height: 70px;
    overflow:hidden;
    position: relative;
}
#image-slider ul {
    position:absolute;
	padding: 0px;
    left:0px;
    top:0px;
    width:10000px;
    display:block;
    height:70px;
}
#image-slider ul li {
    width:110px;
    height:70px;
    display:block;
    float:left;
    overflow:hidden;
    padding-right:35px;
    position: relative;
}
#image-slider ul li span {
    position: absolute;
    top:0px;
    left:0px;
    width:110px;
    height:70px;
    display:block;
    z-index: 2;
    /*background-image: url(../img/ajax.gif);*/
    background-position: center center;
    display:none;
}
#image-slider ul li span.visible {
    display:block;
}
#image-slider ul li img {
    border: 1px solid #cccccc;
    cursor:pointer;
    position: relative;
    top:0px;
    left:0px;
    z-index: 1;
    width:108px;
    height:68px;
}
#image-slider ul li img.loading {
    opacity:0.5;
    filter: alpha(opacity = 50);
}
#image-slider ul li img:hover {
    border: 1px solid #000000;
}
#image-slider ul li img.active {
    border: 1px solid #000000;
}
#image-slider ul li:last-child {
    padding-right:0px;
}
#images img {
  top: 0 !important;
}