/**
 * This <div> element is wrapped by jCarousel around the list
 * and has the classname "jcarousel-container".
 */
 

.jcarousel-container {
    position: relative;
	margin-bottom:20px; /*width: 605px;*/
}

.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-item {
    float: left;
	
    /* We set the width/height explicitly. No width/height causes infinite loops. */
    width: 55px;
    height: 55px;
}

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

/*-----------------------------------------------------------------------------------------------------------------*/
.jcarousel-skin-tango.jcarousel-container {
/*	border-top:1px dotted #bfbfbf;
	border-bottom:1px dotted #bfbfbf;
*/	background: url(/images/bg_gallery_ul.png) repeat-x left top;
	/*padding: 15px 0;
 	height: 55px; */
}

.jcarousel-skin-tango.jcarousel-container-horizontal {
	/*width:551px;*/
	width: 551px;
    padding: 0px 27px; 
	height: 85px;
}

.jcarousel-skin-tango .jcarousel-clip-horizontal {
	/*width:546px;
	width:856px;
    height: 55px;*/
	width:551px;
}

.jcarousel-skin-tango .jcarousel-item {
    width: 55px;
    height: 55px;
}

.jcarousel-skin-tango .jcarousel-item  a {
	display:block; 
	width:55px; 
	height:55px;
}

.jcarousel-skin-tango .jcarousel-item img {
	/*border:0;*/
	padding:0 !important;
	width:55px;
	height:55px;
	/*border:1px solid #fff;fix ie bug*/
}

.jcarousel-skin-tango .jcarousel-item-horizontal {
	
	/*width:55px!important;*/
	width:55px;
	height:55px;
/*	margin-right:5px*/
}

.jcarousel-skin-tango .jcarousel-item-placeholder {
    background: #fff;
    color: #000;
}

/**
 *  Horizontal Buttons
 */
.jcarousel-skin-tango .jcarousel-next-horizontal {
    position: absolute;
    top: 15px;
    right: 0;
    width: 22px;
    height: 55px;
    cursor: pointer;
    /*background: transparent url(../images/next-horizontal.png) no-repeat 0 0;*/
	background: transparent url(/img/2008/congreso/b_corrousel_r.png) no-repeat 0 0;
}

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

.jcarousel-skin-tango .jcarousel-next-horizontal:active {
    background-position: -64px 0;
}
*/
.jcarousel-skin-tango .jcarousel-next-disabled-horizontal,
.jcarousel-skin-tango .jcarousel-next-disabled-horizontal:hover,
.jcarousel-skin-tango .jcarousel-next-disabled-horizontal:active {
    cursor: default;
	opacity: 0.5;
	-moz-opacity: 0.5;
	filter:alpha(opacity=50);
    /*background-position: -96px 0;*/
}

.jcarousel-skin-tango .jcarousel-prev-horizontal {
    position: absolute;
    top: 15px;
    left: 0;
    width: 22px;
    height: 55px;
    cursor: pointer; 
    /*background: transparent url(../images/prev-horizontal.png) no-repeat 0 0;*/
	background: transparent url(/img/2008/congreso/b_corrousel_l.png) no-repeat 0 0;
}

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

.jcarousel-skin-tango .jcarousel-prev-horizontal:active {
    background-position: -64px 0;
}
*/
.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal,
.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal:hover,
.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal:active {
    cursor: default;
	opacity: 0.5;
	-moz-opacity: 0.5;
	filter:alpha(opacity=50);
    /*background-position: -96px 0;*/
}