	/* ==== generic ==== */
	

	
		/* spot vetrina */
	
	#vetrina{
		position: relative;
		margin: 0 0 0 0;
		width: 544px;
		height: 138px;
		overflow: hidden;
		clear: left;
		float: left;
		left: 0;
		padding: 0;
	}
	
	#vetrina div{
		float: left;
		width: 30px; height: 144px;
		margin: 0;
		padding: 0;
	}
	#vetrina div#goright{
		float: right;
	}
	#vetrina div a{
		display: block;
		width: 30px; height: 144px;
		position: relative; top: 0; left: 0;
		z-index: 66;
	}
	
	#vetrina div#goleft{ background: #ccdce7; }
	#vetrina div#goright{ background: #ccdce7; }
	#vetrina div#goleft a{ background: url("/BSTV/widgets/arrow-left.gif") no-repeat center; }
	#vetrina div#goright a{ background: url("/BSTV/widgets/arrow-right.gif") no-repeat center; }
	#vetrina div#goleft a:hover{ background: url("/BSTV/widgets/arrow-left.gif") no-repeat 8px center; }
	#vetrina div#goright a:hover{ background: url("/BSTV/widgets/arrow-right.gif") no-repeat 10px center; }

	#vetrina div#vetrinaScroll{
		position: relative;
		width: 2009px;
		overflow: hidden;
		width: 484px;
		height: 144px;
		padding: 10px 0;
		float: left;
		z-index: 6;
		background: #ccdce7;
	}
	#vetrina div#vetrinaScroll ul{
		position: relative;
		width: 2009px;
		overflow: hidden;
	}
	#vetrina li{
		display: block;
		float: left;
		width: 97px;
		height: 144px;
		position: relative; left: 0; top: 0;
		margin: 0 0 0 0;
	}

	#vetrina li img{
		float: left;
		width: 97px;
		margin-left: 10px;
	}
	#vetrina li a{
		float: left;
		width: auto; height: auto;
		background: none;
	}
