.jcarousel-wrapper {
    margin: 10px auto;
    position: relative;
    border: 2px solid #000;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 0 2px #999;
    -moz-box-shadow: 0 0 2px #999;
    box-shadow: 0 0 2px #999;
	/* text-align:left; */
	width: 90%;
}

/** Carousel **/

.jcarousel {
	/* text-align:left; */
    position: relative;
    overflow: hidden;
	width: 95%;
}

.jcarousel ul {
    width: 20000em;
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0;
}

.jcarousel li {
    float: left;
    width: 128px;
    height: 128px;
    margin: 4px;
    /* margin-right: 1px; */
    border-style: solid;
    border-color: #aaaaaa;
    border-width: 1px;
}

.jcarousel img {
    max-height: 150px;
}

.jcarousel .loading {
    text-align: center;
    line-height: 90px; /* Fake vertical aligning */
}

/** Carousel Controls **/
a.jcarousel-control-prev:link {color: #fff; text-decoration: none }
a.jcarousel-control-prev:visited {color: #fff; text-decoration: none }
a.jcarousel-control-prev:hover { color:#fff; text-decoration: none }
a.jcarousel-control-prev:active {color: #fff; text-decoration: none }

a.jcarousel-control-next:link {color: #fff; text-decoration: none }
a.jcarousel-control-next:visited {color: #fff; text-decoration: none }
a.jcarousel-control-next:hover { color:#fff; text-decoration: none }
a.jcarousel-control-next:active {color: #fff; text-decoration: none }

.jcarousel-control-prev,
.jcarousel-control-gal,
.jcarousel-control-next {
    position: absolute;
    top: 35px;
    width: 30px;
    height: 30px;
    text-align: center;
    background: #4E443C;
    color: #fff;
    opacity: .5;
    text-decoration: none;
    text-shadow: 0 0 1px #000;
    font: 24px/27px Arial, sans-serif;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    -webkit-box-shadow: 0 0 2px #999;
    -moz-box-shadow: 0 0 2px #999;
    box-shadow: 0 0 2px #999;
}

.jcarousel-control-prev {
    right: 5px;
    top: 10px;
}

.jcarousel-control-next {
    right: 5px;
    top: 55px;
}

.jcarousel-control-gal {
    right: 5px;
    top: 100px;
}

.jcarousel-control-prev:hover span,
.jcarousel-control-gal:hover span,
.jcarousel-control-next:hover span {
    display: block;
    opacity: 1;
}

.jcarousel-control-prev.inactive,
.jcarousel-control-next.inactive {
    opacity: .25;
    cursor: default;
}
