jcarousel-container jcarousel-container-horizontal/* 

	Carousel Gallery CSS 
	
*/

.jcarousel-scroll a:link, jcarousel-scroll a:visited, 
a#mycarousel_90-prev:link, a#mycarousel_90-prev:visited,
a#mycarousel_90-next:link, a#mycarousel_90-next:visited {
	font-size:1.2em !important;
	text-decoration:none;
	}

.carousel-controls {
	margin: 3.5em 0;
	}
.carousel-controls a {
	f loat: left;
	margin-right: 5px;
	line-height:22px;

	}
.carousel-controls img {
	border: 1px solid #fff;
	height:40px;  				/* groesse thumbs */
	width:40px;
	margin:0;
	}
.carousel-controls .active img {
	border: 1px solid #aaa;
	height:40px;				/* groesse thumbs */
	width:40px;
	}
.carousel-controls span {
	display: none;
	}


.carousel-gallery ul {
	margin: 0 !important;
	padding: 0 !important;
}


/**
 * This <div> element is wrapped by jCarousel around the list
 * and has the classname "carousel-gallery".
 */
 .carousel-gallery {
    position: relative;
}

.jcarousel-clip {
    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 a,
.jcarousel-item {
    float: left;
    list-style: none !important;
	margin: 0 10px 0 0;
	color:#aaa;
}
.jcarousel-item a img { margin:0;border:0px solid#aaa;width:200px;}


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

/*

	Custom Skin

*/
.jcarousel-skin-neat .jcarousel-container-horizontal {
	width: 680px!important;height:228px;
}
.jcarousel-skin-neat .jcarousel-clip-horizontal {
	width:  640px !important; /* breite fŸr flaeche grosse bilder */
    height: 220px!important; 
    background:none;
}
.jcarousel-skin-neat .jcarousel-item {
	width: 200px;
    height: 200px;
    margin:10px 18px 10px 0 !important; /* abstand grosse bilder bzw li items */
}

.jcarousel-list li, .jcarousel-item {
height:200px!important;
width:200px!important;
}



/**
 *  Horizontal Buttons
 */
.jcarousel-skin-neat .jcarousel-next-horizontal {
    position: absolute;
    top: 43px;
    right: 5px;
    width: 32px;
    height: 32px;
    cursor: pointer;
	background: #000;
}

.jcarousel-skin-neat .jcarousel-next-horizontal:hover {
    background-position: -32px 0;
}

.jcarousel-skin-neat .jcarousel-next-horizontal:active {
    background-position: -64px 0;
}

.jcarousel-skin-neat .jcarousel-next-disabled-horizontal,
.jcarousel-skin-neat .jcarousel-next-disabled-horizontal:hover,
.jcarousel-skin-neat .jcarousel-next-disabled-horizontal:active {
    cursor: default;
    background-position: -96px 0;
}

.jcarousel-skin-neat .jcarousel-prev-horizontal {
    position: absolute;
    top: 43px;
    left: 5px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url(prev-horizontal.png) no-repeat 0 0;
}

.jcarousel-skin-neat .jcarousel-prev-horizontal:hover {
    background-position: -32px 0;
}

.jcarousel-skin-neat .jcarousel-prev-horizontal:active {
    background-position: -64px 0;
}

.jcarousel-skin-neat .jcarousel-prev-disabled-horizontal,
.jcarousel-skin-neat .jcarousel-prev-disabled-horizontal:hover,
.jcarousel-skin-neat .jcarousel-prev-disabled-horizontal:active {
    cursor: default;
    background-position: -96px 0;
}

/**
 *  Vertical Buttons
 */
.jcarousel-skin-neat .jcarousel-next-vertical {
    position: absolute;
    bottom: 5px;
    left: 43px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url(next-vertical.png) no-repeat 0 0;
}

.jcarousel-skin-neat .jcarousel-next-vertical:hover {
    background-position: 0 -32px;
}

.jcarousel-skin-neat .jcarousel-next-vertical:active {
    background-position: 0 -64px;
}

.jcarousel-skin-neat .jcarousel-next-disabled-vertical,
.jcarousel-skin-neat .jcarousel-next-disabled-vertical:hover,
.jcarousel-skin-neat .jcarousel-next-disabled-vertical:active {
    cursor: default;
    background-position: 0 -96px;
}

.jcarousel-skin-neat .jcarousel-prev-vertical {
    position: absolute;
    top: 5px;
    left: 43px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url(prev-vertical.png) no-repeat 0 0;
}

.jcarousel-skin-neat .jcarousel-prev-vertical:hover {
    background-position: 0 -32px;
}

.jcarousel-skin-neat .jcarousel-prev-vertical:active {
    background-position: 0 -64px;
}

.jcarousel-skin-neat .jcarousel-prev-disabled-vertical,
.jcarousel-skin-neat .jcarousel-prev-disabled-vertical:hover,
.jcarousel-skin-neat .jcarousel-prev-disabled-vertical:active {
    cursor: default;
    background-position: 0 -96px;
}




















