#botslider{ margin:0; padding:0;}
#botslider a, a img{ border:none; outline:none;}

.jcarousel-skin-footer .jcarousel-container {

}
.jcarousel-skin-footer .jcarousel-container-horizontal {
width:1004px;
}

.jcarousel-skin-footer .jcarousel-clip-horizontal {
height:162px;
margin:0 37px 0 35px;
width:932px;
text-align: center;
}

.jcarousel-skin-footer .jcarousel-item {
height:162px;
width:135px;
padding:25px 10px 0px;

}
.jcarousel-skin-footer .jcarousel-item-horizontal {
text-align: center;
}

.jcarousel-skin-footer .jcarousel-item-placeholder {
background:#FFFFFF none repeat scroll 0 0;
color:#000000;
}
.jcarousel-skin-footer .jcarousel-next-horizontal {
background:transparent url(../images/slider_right.jpg) no-repeat scroll 0 0;
cursor:pointer;
height:162px;
position:absolute;
right:0px;
top:0px;
width:37px;
}
.jcarousel-skin-footer .jcarousel-next-horizontal:hover {
background:transparent url(../images/slider_right.jpg) no-repeat scroll 0 0;
}
.jcarousel-skin-footer .jcarousel-next-horizontal:active {
background:transparent url(../images/slider_right.jpg) no-repeat scroll 0 0;
}
.jcarousel-skin-footer .jcarousel-next-disabled-horizontal, .jcarousel-skin-footer .jcarousel-next-disabled-horizontal:hover, .jcarousel-skin-footer .jcarousel-next-disabled-horizontal:active {
background:transparent url(../images/slider_right.jpg) no-repeat scroll 0 0;
cursor:default;
}
.jcarousel-skin-footer .jcarousel-prev-horizontal {
background:transparent url(../images/slider_left.jpg) no-repeat scroll 0 0;
cursor:pointer;
height:162px;
left:0px;
position:absolute;
top:0px;
width:35px;
}
.jcarousel-skin-footer .jcarousel-prev-horizontal:hover {
background:transparent url(../images/slider_left.jpg) no-repeat scroll 0 0;
}
.jcarousel-skin-footer .jcarousel-prev-horizontal:active {
background:transparent url(../images/slider_left.jpg) no-repeat scroll 0 0;
}
.jcarousel-skin-footer .jcarousel-prev-disabled-horizontal, .jcarousel-skin-footer .jcarousel-prev-disabled-horizontal:hover, .jcarousel-skin-footer .jcarousel-prev-disabled-horizontal:active {
background:transparent url(../images/slider_left.jpg) no-repeat scroll 0 0;
cursor:default;
}

/*Other css*/

.jcarousel-container {
    position: relative;
}

.jcarousel-clip {
	background:url(../images/slider_mid.jpg) repeat-x;
    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: 75px;
    height: 75px;
}

/**
 * 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;
}

