
			#img_preview{				
				background: #fff;
				position: relative;
				overflow: hidden;
				float:left;
			}
			#faixa{
				position: absolute;
				z-index: 1;
				top: 41px;
				right: -57px;
				transform: rotate(45deg);
				-ms-transform: rotate(45deg);
				-webkit-transform: rotate(45deg);
				width: 250px;
				height: 55px;
				text-align: center;
				vertical-align: middle;
				display: table;
			}

			#texto_faixa {
				font-size: 20px;		
				line-height: 28px;
				font-family: 'Myriad Pro';
				margin-top: 0px;
				display: table-cell;
				vertical-align: middle;
				padding: 0px 50px 0px 50px;
			}


			#faixas ul li{
				list-style: none;
				margin-right: 20px;
				display: inline;
			}
			.img_faixa {
				cursor:pointer;
			}

			.texto_cor {
				width: 20px;
				height: 20px;
				border: 1px solid black;
				float:left;
				margin-left: 15px;
				cursor:pointer;
			}