/*
This is the visible area of you carousel.
Set a width here to define how much items are visible.
The width can be either fixed in px or flexible in %.
Position must be relative!
*/
.jcarousel {
    overflow: hidden;
	position: relative;
}

.mod1	{margin:0 auto; width:760px}
.mod1 a {background:#fff; display:block}
.mod1 a:hover img {opacity:0.8}

.jcarousel ul {
	list-style: none;
    position:relative;
	width:20000em
    
}

/*
These are the item elements. jCarousel works best, if the items
have a fixed width and height (but it's not required).
*/
.jcarousel li {
    float:left; 
	height:92px;
	position:relative;
	width:250px
}