.jcarousel-my .jcarousel-container {
	margin-top:10px;
    /*border: 1px solid #346F97;*/
}

/*.jcarousel-my img {
	border:none;
	text-align: center;
	height: 160px;
	max-width: 150px;
	overflow: hidden;
}*/


.jcarousel-my img {
	border:none;
	text-align: center;
	max-height: 150px;
	max-width: 150px;
/*	border: solid 2px black;*/
	overflow: hidden;
	margin-left:10px;
}

.jcarousel-my .jcarousel-direction-rtl {
	direction: rtl;
}

.jcarousel-my .jcarousel-container {
	width: 930px;
	height: 230px;
	/* [disabled]padding: 10px 0px; */
	
}

.jcarousel-my .jcarousel-clip {
    overflow: hidden;
}

.jcarousel-my .jcarousel-clip {
	width: 930px;
	height: 230px;
	/* [disabled]z-index:30; */
}

.jcarousel-my .jcarousel-item {
	width: 179px;
	height: 230px;
	padding: 0px;
	overflow: hidden;
}

.jcarousel-my .jcarousel-item {
	margin-left: 0px;
	margin-right: 9px;
}

.jcarousel-my .jcarousel-direction-rtl .jcarousel-item {
	margin-left: 20px;
    margin-right: 0;
}
.jcarousel-my .jcarousel-item-placeholder {
    background: #fff;
    color: #000;
}

/**
 *  Horizontal Buttons
 */
.jcarousel-my .jcarousel-next {
	position: absolute;
	top: 0px;
	/* [disabled]right: -10px; */
	width: 49px;
	height: 49px;
	cursor: pointer;
	background-color: transparent;
	background-image: url(../img/nivoslider/right.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	right: 0px;
	top: -59px;
}

/*.jcarousel-my .jcarousel-direction-rtl .jcarousel-next {
    left: 5px;
    right: auto;
    background-image: url(../img/prev.png);
}

.jcarousel-my .jcarousel-next:hover,
.jcarousel-my .jcarousel-next:focus {
    background: transparent url(../img/next_hover.png) no-repeat 0 0;
}

.jcarousel-my .jcarousel-next:active {
    background: transparent url(../img/next_hover.png) no-repeat 0 0;
}

.jcarousel-my .jcarousel-next-disabled,
.jcarousel-my .jcarousel-next-disabled:hover,
.jcarousel-my .jcarousel-next-disabled:focus,
.jcarousel-my .jcarousel-next-disabled:active {
    cursor: default;
}*/

.jcarousel-my .jcarousel-prev {
	position: absolute;
	right: 49px;
	top: -59px;
	width: 49px;
	height: 49px;
	cursor: pointer;
	/* [disabled]z-index: 20; */
	background-color: transparent;
	background-image: url(../img/nivoslider/left.png);
	background-repeat: no-repeat;
	background-position: 0 0;
}
/*.jcarousel-my .jcarousel-prev:hover, 
.jcarousel-my .jcarousel-prev:focus {
		position: absolute;
	top: 65px;
	left: -37px;
	width: 32px;
	height: 74px;
	cursor: pointer;
     background: transparent url(../img/prev_hover.png) no-repeat 0 0;
}
.jcarousel-my .jcarousel-direction-rtl .jcarousel-prev {
    left: auto;
    right: 5px;
    background-image: url(../img/next.png);
}



.jcarousel-my .jcarousel-prev:active {
     background: transparent url(../img/prev_hover.png) no-repeat 0 0;
}

.jcarousel-my .jcarousel-prev-disabled,
.jcarousel-my .jcarousel-prev-disabled:hover,
.jcarousel-my .jcarousel-prev-disabled:focus,
.jcarousel-my .jcarousel-prev-disabled:active {
    cursor: default;
}*/

.nome_prod_carousel {
	color: #FFFFFF;
	text-align: left;
	font-size: 11px;
	margin-top: 5px;
	float: left;
	width: 180px;
	overflow: hidden;
	/*	text-overflow: ellipsis;
	white-space: nowrap;*/
	font-family: 'georgiaregular';
	font-weight: 600;
	text-transform: uppercase;
	margin-left: 0px;
	height: 30px;
}

.nome_prod_carousel h1  {
	font-family: 'georgiaregular';
	font-size: 12px;
	font-weight: normal;
	text-transform: none;
	color: #333333;
	text-align: center;
	background:none;
	margin:0px;
	padding:0px;
	height:auto;
	width: 180px;	
		overflow: hidden;
	text-overflow: ellipsis; 
	white-space: nowrap;
	border:none;
	}
	
.nome_prod_carousel h2  {
	font-family: 'georgiaregular';
	font-size: 12px;
	font-weight: normal;
	text-transform: none;
	color: #737373;
	text-align: center;
	background:none;
	margin:0px;
	padding:0px;
	width: 180px;	
		overflow: hidden;
	text-overflow: ellipsis; 
	white-space: nowrap;
	}
	
	.nome_prod_carousel h2 a  {
	text-transform: uppercase;
	color: #f99d1c;
	text-decoration:none;
}

	.nome_prod_carousel h2 a:hover  {
	text-transform: uppercase;
	color: #f99d1c;
	text-decoration:underline;
}


