/**
 * 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;
}

.jcarousel-list {
    z-index: 1;
    overflow: hidden;
    position: relative;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
	height:223px;
}

.jcarousel-list li,
.jcarousel-item {
    float: left;
    list-style: none;
    background: url(../img/topmenu-bg.png) repeat;
	padding:11px 1px 10px 1px;
    width: 220px;
    height: 220px;
}

#mycarousel li a{
	display:block;	
	width:200px;
	height:200px;
	border:1px solid transparent;
	margin:0 9px;
	position:relative;
	background:transparent url(../img/prettyPhoto/dark_rounded/loader.gif) no-repeat scroll center center;
}
#mycarousel li a span{
	background:transparent url(../img/topmenu-bg.png) repeat scroll 0 0;
	bottom:-55px;
	color:#FFFFFF;
	display:block;
	font-size:16px;
	font-style:italic;
	height:40px;
	left:0;
	position:absolute;
	text-align:left;
	text-decoration:none;
	width:190px;
	font-weight:bold;
	line-height:17px;
	padding:10px 10px 4px;
	display:none;

}
#mycarousel li a span span{
	display:inline;
	float:none;
	padding:0;
	margin:0;
	position:static;
	background:none;
	color:#08b1d4;
	font-size:12px;
	font-weight:200;
}
#mycarousel li a img{
	border:none;
	display:none;
}
#mycarousel li a:hover{

}
/**
 * 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-horizontal {
    padding: 0 34px;
}

.jcarousel-skin-tango .jcarousel-container-vertical {
    width: 220px;
    padding: 40px 20px;
}

.jcarousel-skin-tango .jcarousel-clip-horizontal {
    height: 223px;
}

.jcarousel-skin-tango .jcarousel-clip-vertical {
    width:  220px;
}

.jcarousel-skin-tango .jcarousel-item {
    width: 220px;
    height: 223px;
}

.jcarousel-skin-tango .jcarousel-item-horizontal {
    margin:0 1px 0 0;
}
.jcarousel-skin-tango .jcarousel-item-placeholder {
    background: #fff;
    color: #000;
}

/**
 *  Horizontal Buttons
 */
.jcarousel-skin-tango .jcarousel-next-horizontal {
    position: absolute;
    top: 0;
    right: 0;
    width: 34px;
    height: 223px;
    cursor: pointer;
    background: transparent url(next-horizontal.png) no-repeat 0 0;
}

.jcarousel-skin-tango .jcarousel-prev-horizontal {
    position: absolute;
    top: 0;
    left: 0;
    width: 34px;
    height: 223px;
    cursor: pointer;    
	background: transparent url(prev-horizontal.png) no-repeat 0 0;
}

.jcarousel-prev-disabled, .jcarousel-next-disabled { cursor:auto !important; background:#001116 !important; }