.jcarousel-skin-theglub .jcarousel-container {
	background:#000;
	display: block;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	margin-top: 0px;
	margin-bottom: 0px;
	width: 100%;
	text-align: center;
}

.jcarousel-skin-theglub .jcarousel-container-horizontal {
	width: 850px;
	padding: 0px 0px;
}

.jcarousel-skin-theglub .jcarousel-container-vertical {
    width: 850px;
    height: 340px;
    padding: 0px 0px;
}

.jcarousel-skin-theglub .jcarousel-clip-horizontal {
    left:42px;
    width:  766px;
    height: 340px;
}

.jcarousel-skin-theglub .jcarousel-clip-vertical {
    left:42px;
    width:  766px;
    height: 340px;
}

.jcarousel-skin-theglub .jcarousel-item {
    width: 766px;
    height: 340px;
}

.jcarousel-skin-theglub .jcarousel-item-horizontal {
    margin-right: 10px;
}

.jcarousel-skin-theglub .jcarousel-item-vertical {
    margin-bottom: 10px;
}

.jcarousel-skin-theglub .jcarousel-item-placeholder {
    background: #fff;
    color: #000;
	border: 2px solid #FF0000;
}

/**
 *  Horizontal Buttons
 */
.jcarousel-skin-theglub .jcarousel-next-horizontal {
    position: absolute;
    right:0px;
    height: 340px;
    width: 42px;
    cursor: pointer;
    background: transparent url(carrusel_next.jpg) no-repeat 0 0;
}

.jcarousel-skin-theglub .jcarousel-next-horizontal:hover {
    background-position: -42px 0;
}

.jcarousel-skin-theglub .jcarousel-next-horizontal:active {
    background-position: -42px 0;
}

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

.jcarousel-skin-theglub .jcarousel-prev-horizontal {
    position: absolute;
    left:0px;
    width:42px;
    height: 340px;
    cursor: pointer;
    background: transparent url(carrusel_previouss.jpg) no-repeat 0 0;
}

.jcarousel-skin-theglub .jcarousel-prev-horizontal:hover {
    background-position: -42px 0;
}

.jcarousel-skin-theglub .jcarousel-prev-horizontal:active {
    background-position: -42px 0;
}

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

/* Controls */
.jcarousel-control {
	position:relative;
	z-index:10;
	top: 0px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 30px;
	margin-bottom: 30px;
	text-align: center;
}

.jcarousel-control a {
	font-size: 120%;
	text-decoration: none;
	padding: 0 5px;
	margin: 2px 0 5px 0;
	color: #003333;
	font-weight: bold;
}

a.highlight{
	color:#009999;
}
