#flashvideo {margin:25px auto;width:523px;height:466px;}
#slideshow {overflow:hidden;}
#slideshow img {border:0;padding:0;margin:0;}
#slideshow a {display:block;}
#slideshow ul li {list-style:none;margin:0 6px;}
#slideshow p {margin:0;}
#carousel img {}
.jcarousel-container {
    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, .jcarousel-item {
    float: left;
    list-style: none;
    /* We set the width/height explicitly. No width/height causes infinite loops. */
    width: 67px;
    height: 48px;
    margin:0 5px;
}

/**
 * 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, .jcarousel-prev {display: none;}
.jcarousel-container {background:url(../medias/img/bg_bottom_slideshow.jpg) no-repeat;}
.jcarousel-container-horizontal {width: 400px;height:71px;padding: 10px 60px 10px 63px;margin:0 auto 20px;}
.jcarousel-clip-horizontal {width: 400px;height: 48px;}
.jcarousel-item {width: 67px;height: 48px;}
.jcarousel-item-horizontal {margin-right: 10px;}
.jcarousel-item-placeholder {background: #fff;color: #000;}
.jcarousel-next-horizontal {
    position: absolute;
    top: 0;right: 0;
    width: 63px;
    height: 79px;
    cursor: pointer;
    background: transparent url(../medias/img/next.jpg) no-repeat 0 0;
}
	.jcarousel-next-horizontal:hover {background: transparent url(../medias/img/next_on.jpg) no-repeat 0 0;}
.jcarousel-prev-horizontal {
    position: absolute;
    top: 0;left: 0;
    width: 60px;
    height: 79px;
    cursor: pointer;
    background: transparent url(../medias/img/prev.jpg) no-repeat 0 0;
}
	.jcarousel-prev-horizontal:hover {background: transparent url(../medias/img/prev_on.jpg) no-repeat 0 0;}
#imagecarousel {width:523px;height:395px;background:url(../medias/img/bg_top_slideshow.jpg) no-repeat;margin:auto;padding-top:2px;}
	#imagecarousel td {width:523px;height:392px;}
	
#slideshow .verti {
	background-color:transparent;
	padding:0 15px;
	width:37px;
	height:48px;}
