.jcarousel-skin-ie7 .jcarousel-container {
	margin: 300px 0 0 0;
	float: left;
	position: absolute;
    background: none;
}

.jcarousel-skin-ie7 .jcarousel-container-horizontal {
    width: 750px;
    padding: 0 61px 15px 61px;
    background-image: url(../images/novos_background.png);
}

.jcarousel-skin-ie7 .jcarousel-clip-horizontal {
    width: 750px;
    height: 87px;
}

.jcarousel-skin-ie7 .jcarousel-item {
    width: 92px;
    height: 56px;
    border: solid 1px #131313;
	cursor: pointer;
}

.jcarousel-skin-ie7 .jcarousel-item-horizontal {
	margin: 20px 15px 0 15px;
}

.jcarousel-skin-ie7 .jcarousel-item-placeholder {
}

/**
 *  Horizontal Buttons
 */
.jcarousel-skin-ie7 .jcarousel-next-horizontal {
    position: absolute;
    right: 0px;
    width: 61px;
    height: 102px;
    cursor: pointer;
    background: transparent url(../images/novos_direita.png) no-repeat 0 0;
    background-position: -62px 0;
}

.jcarousel-skin-ie7 .jcarousel-prev-horizontal {
    position: absolute;
    left: 0px;
    width: 61px;
    height: 102px;
    cursor: pointer;
    background: transparent url(../images/novos_esquerda.png) no-repeat 0 0;
    background-position: -62px 0;
}

/***********************************/
/***********************************/
/***********************************/
/***********************************/
/***********************************/

.jcarousel-jonas-brother .jcarousel-container {
	margin: 0 auto;
    background: none;
}

.jcarousel-jonas-brother .jcarousel-container-horizontal {
    width: 800px;
    padding: 20px 60px 10px 60px;
}

.jcarousel-jonas-brother .jcarousel-clip-horizontal {
    width:  800px;
    height: 360px;
}

.jcarousel-jonas-brother .jcarousel-item {
    width: 92px;
    height: 56px;
}

.jcarousel-jonas-brother .jcarousel-item:hover {
    border-color: #808080;
}

.jcarousel-jonas-brother .jcarousel-item-horizontal {
    margin-right: 7px;
}

.jcarousel-jonas-brother .jcarousel-item-placeholder {
}

/**
 *  Horizontal Buttons
 */
.jcarousel-jonas-brother .jcarousel-next-horizontal {
    position: absolute;
    top: 179px;
    right: 5px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url(../images/next-horizontal.png) no-repeat 0 0;
}

.jcarousel-jonas-brother .jcarousel-next-horizontal:hover {
    background-position: -32px 0;
}

.jcarousel-jonas-brother .jcarousel-next-horizontal:active {
    background-position: -64px 0;
}

.jcarousel-jonas-brother .jcarousel-next-disabled-horizontal,
.jcarousel-jonas-brother .jcarousel-next-disabled-horizontal:hover,
.jcarousel-jonas-brother .jcarousel-next-disabled-horizontal:active {
    cursor: default;
    background-position: -96px 0;
}

.jcarousel-jonas-brother .jcarousel-prev-horizontal {
    position: absolute;
    top: 179px;
    left: 5px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url(../images/prev-horizontal.png) no-repeat 0 0;
}

.jcarousel-jonas-brother .jcarousel-prev-horizontal:hover {
    background-position: -32px 0;
}

.jcarousel-jonas-brother .jcarousel-prev-horizontal:active {
    background-position: -64px 0;
}

.jcarousel-jonas-brother .jcarousel-prev-disabled-horizontal,
.jcarousel-jonas-brother .jcarousel-prev-disabled-horizontal:hover,
.jcarousel-jonas-brother .jcarousel-prev-disabled-horizontal:active {
    cursor: default;
    background-position: -96px 0;
}