/*****************************/
/*** Core html setup stuff ***/
/* Tran Thanh Sang */
/* sangtialia@gmail.com */
/*****************************/
/* Product Detail */
@charset "utf-8";

.printtechcontent div.detail .preview-img{
	float:left;
	width:49%;
}
.printtechcontent div.detail .fulltext{
	float:right;
	width:47%;
	border:1px solid #CCC;
	padding:5px 10px;
	max-height:460px;
	overflow-y:auto;
}
	
.printtechcontent div.detail .bookmarks img{
	margin-right:6px;
}
/* Preview image*/
.printtechcontent div.detail div.preview{
	width:266px;
	height:266px;
	text-align:center;
	margin-bottom:5px;
	z-index:0 !important;
	border:1px solid #CCC;
}
.printtechcontent div.detail div.preview img{
	margin-top:5px;
}
#thumb_gallery table.small_thumb{
	/*border:1px solid  #CCCCCC;*/
}
#thumb_gallery table.small_thumb tr td.t{
	border:1px solid #CCCCCC;
	background:#FFFFFF;
	text-align:center;
	vertical-align:middle;
	padding:2px;
	width:50px;
}
#thumb_gallery table.small_thumb tr td.nav{
	width:13px;
}
#thumb_gallery table.small_thumb tr td.t img.t{
	max-height:55px;
	max-width:55px;
}

/* morre */
h4.title{
	color:#53A92A;
	font-size:17px;
	text-transform:uppercase;
}
.jcarousel-skin-tango .jcarousel-container-horizontal {
    width: 100%;
}
.jcarousel-skin-tango .jcarousel-clip-horizontal {
	margin:0 20px;
}

.jcarousel-skin-tango .jcarousel-next-horizontal {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 12px;
    height: 150px;
    cursor: pointer;
    background: transparent url(../images/scroller-right.png) no-repeat center;
}
.jcarousel-skin-tango .jcarousel-item-horizontal {
	background:url(../images/thumb.png) no-repeat center top;
	text-align:center;
	width:104px;
	height:104px;
	padding-top:7px;
	margin-top:25px;
}

.jcarousel-skin-tango .jcarousel-next-disabled-horizontal,
.jcarousel-skin-tango .jcarousel-next-disabled-horizontal:hover,
.jcarousel-skin-tango .jcarousel-next-disabled-horizontal:active {
    cursor: default;
}

.jcarousel-skin-tango .jcarousel-prev-horizontal {
    position: absolute;
    top: 0;
    left: 0;
    width: 12px;
    height: 150px;
    cursor: pointer;
    background: transparent url(../images/scroller-left.png) no-repeat center;
}
.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;
}

#productslider{
	width:100%;
	padding:0;
	margin:0;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	border-radius:7px;
	clear:both;
	height:150px;
	border:1px solid #cccccc;
	background: url(../images/slider-bg.png) repeat-x top;
}
#productslider #mycarousel li img.img{
	cursor:pointer;
	border:0;
}
#productslider #mycarousel ul{
	list-style:none;
	margin:0;
	padding:0;
}



