
ul, ol {
    margin: 0px 0px;
}

#wrap {
    color: #404040;
    margin: 0 12%;
    padding: 0;
}


/**
 * This <div> element is wrapped by statically around the list
 * inside the HTML document.
 */
.jcarousel-scope {
    position: relative;
    width: 630px;
/*    -moz-border-radius: 10px; */
    background: #ffffff;
    padding: 0px 0px;
}

/**
 * Similar styles will be applied by jCarousel. But we additionally
 * add it here for better displaying with browsers having
 * javascript disabled.
 */
.jcarousel-list {
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.jcarousel-list li {
    float: left;
    list-style: none;
    margin-right: 0px;
	width: 600px;
}

/**
 * The button-elements are added statically in the HTML document
 * to illustrate how to cutomize the prev/next controls.
 *
 * We set display:none to hide them from browsers having
 * javascript. jCarousel will show them automatically.
 */
.jcarousel-next {
    display: none;
    position: absolute;
    bottom: 100px;
    right: 0px;
    cursor: pointer;
    filter: alpha(opacity=70);
	padding: 0;
}

.jcarousel-next-disabled {
    cursor: default;
    opacity: .5;
    -moz-opacity: .5;
    filter: alpha(opacity=5);
}

.jcarousel-prev {
    display: none;
    position: absolute;
    bottom: 100px;
    left: 0px;
    cursor: pointer;
    filter: alpha(opacity=70);
	padding: 0;

}

.jcarousel-prev-disabled {
    cursor: default;
    opacity: .5;
    -moz-opacity: .5;
    filter: alpha(opacity=5);
}

.scroller {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #336B14;
	padding-top: 0px;
	padding: 0;
	text-align: center;
	width: 25%;
	vertical-align: top;

}
