#tabdown {
	width: 18px; 
	height: 18px; 
	background-color: transparent; 
	background-image: url(../images/gui/tabdown.gif); 
	background-repeat: no-repeat; 
	background-position: 5px; 
	position: absolute; 
	bottom: 24px; 
	right: 6px;
	cursor: pointer;
}

#tabup {
	background-image: url(../images/gui/tabup.gif);
	background-position: 5px;
	background-repeat: no-repeat;
	cursor: pointer;
	height: 18px;
	position: absolute;
	right: 6px;
	top: 1px;
	width: 18px;
}

#tabcontainer {
	width: 360px;
	height: 236px;
	background-image: url(../images/gui/tabstopbg.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

#tabcontainer .tabcontent {
	background-image: url(../images/gui/tabsbg.gif);
	background-repeat: repeat-y;
	background-position: 0px 0px;
	width: 348px;
	padding: 6px;
	height: 199px;
	overflow: hidden;
}

#tabbottom {
	background-image: url(../images/gui/tabsbottombg.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	width: 360px;
	height: 5px;
}

.tabcontent ul {
	margin: 0px;
	padding: 0px 20px 0px 1px;
	list-style-type: none;
}

.tabcontent ul li {
	font-size: 11px;
	font-family: arial;
	font-weight: bold;
	color: #BAC3C9;
	padding: 0px 0px 0px 20px;
	line-height: 2em;
	cursor: pointer;
}

.tabcontent ul li:hover {
	color: #979EA3;
}

.tabcontent ul li.currentslide {
	background-color: #5C6063;
	color: #BAC3C9;
}

span.before {
	width: 12px;
	height: 25px;
	display: block;
	background-image: url(../images/gui/before.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	float: left;
}

.jcarousel-skin-tango {
	background-image: url(../images/gui/bodybg.jpg);
	background-repeat: repeat-x;
	background-position: 0px 0px;
margin-left:6px;
width:349px;
}
span.repeat {
	height: 22px;
	display: block;
	float: left;
	width: 68px;
	font: 11px trebuchet ms;
	color: #000000;
	text-align: center;
	padding-top: 3px;
}

span.after {
	width: 12px;
	height: 25px;
	display: block;
	background-image: url(../images/gui/after.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	float: right;
}

.currenttab span.after {
	width: 12px;
	height: 25px;
	display: block;
	background-image: url(../images/gui/afterc.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	float: right;
}

.currenttab span.before {
	width: 12px;
	height: 25px;
	display: block;
	background-image: url(../images/gui/beforec.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	float: left;
}

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

.jcarousel-clip {
    z-index: 2;
    padding: 0;
    margin: 0;
    overflow: hidden;
    position: relative;
	left: 13px;
}

.jcarousel-list {
    z-index: 1;
    overflow: hidden;
    position: relative;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
}

#tabset .currenttab {
	background-image: url(../images/gui/repeatc.jpg);
	background-repeat: repeat-x;
	background-position: 0px 0px;
}

.jcarousel-list li,
.jcarousel-item {
    float: left;
    list-style: none;
    /* We set the width/height explicitly. No width/height causes infinite loops. */
    width: 75px;
	background-image: url(../images/gui/repeat.jpg);
	background-repeat: repeat-x;
	background-position: 0px 0px;
	cursor: pointer;
}

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

.jcarousel-skin-tango .jcarousel-container-horizontal {
    width: 245px;
}

.jcarousel-skin-tango .jcarousel-clip-horizontal {
    width:  245px;
}

.jcarousel-skin-tango .jcarousel-item {
    width: 75px;
	text-align: center;
}

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

/**
 *  Horizontal Buttons
 */
.jcarousel-skin-tango .jcarousel-next-horizontal {
    position: absolute;
    top: 5px;
    left: 324px;
    width: 10px;
    height: 10px;
    cursor: pointer;
    background: transparent url(../images/gui/next-horizontal.png) no-repeat 0 0;
}

.jcarousel-skin-tango .jcarousel-next-horizontal:hover {
}

.jcarousel-skin-tango .jcarousel-next-horizontal:active {
}

.jcarousel-skin-tango .jcarousel-prev-horizontal {
    position: absolute;
    top: 5px;
    left: 1px;
    width: 10px;
    height: 10px;
    cursor: pointer;
    background: transparent url(../images/gui/prev-horizontal.png) no-repeat 0 0;
}

.jcarousel-skin-tango .jcarousel-prev-horizontal:hover {
}

.jcarousel-skin-tango .jcarousel-prev-horizontal:active {
}

.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;
    background-position: -96px 0;
}


/**
	 * Overwrite for having a carousel with dynamic width.
	 */
	.jcarousel-skin-tango .jcarousel-container-horizontal {
	    width: 88%;
	}

	.jcarousel-skin-tango .jcarousel-clip-horizontal {
	    width: 100%;
	}
	
	.tabcontent {
		display: none;
	}