
		/*Visualização de em forma de Tabs (Padrão Horizontal)*/
		tabs{
			position: relative;
			float: left;
			width: 100%;
			height: 100%;
		}
		tabs tab{
			position: relative;
			float: left;
			width: 100%;
			padding: 10px 5px;
			padding-bottom: 0px;
			box-sizing: border-box;
			background: linear-gradient(to bottom,#EEE,#FFF);
			border-bottom: #999 solid 1px;
		}
		tabs tab nav{
			position: relative;
			top:1px;
			float: left;
			padding: 5px 15px;
			margin-left:5px;
			background: #FFF;
			border:#DDD solid 1px;
			color:#999;
			border-top-left-radius: 5px;
			border-top-right-radius: 5px;
			cursor: pointer; /*transition: 0.5s;*/
		}






		/*Caso necessite de foto*/
		tabs tab photo{
			position: relative;
			float: left;
		}
		tabs tab photo .image{
			position: relative;
			width: 28px;
			height: 28px;
			cursor: context-menu;
			
		}
		tabs tab photo .button-camera{
			position: absolute;;
			top:14px;
			left: 14px;
			width: 16px;
			height: 16px;
			cursor: pointer;
		}
		

		/*Classificaçãp por estrelas*/
		tabs tab stars{
			position: absolute;
			top:15px;
			right: 5px;
		}
		tabs tab stars img{
			position: relative;
			float: left;
			width: 16px;
			height: 16px;
			margin-left: 5px;
			cursor: pointer;
		}

	