/******************************************************************************/
/* css xuk2 */

#conteudo .vinhos{
	width:48px;
	height:164px;
	/*width:88px;
	height:169px;*/
	background:url(../images/vinhos.jpg) no-repeat;
	cursor:pointer;
	border:0;
	display:block;
	opacity:0.6;
	filter:alpha(opacity=60);
	/*margin-right: 40px;*/
}

#conteudo .refri {
	width:48px;
	height:160px;
	/*width:68px;
	height:183px;*/
	background:url(../images/refrigerantes.jpg) no-repeat;
	cursor:pointer;
	border:0;
	display:block;
	opacity:0.6;
	filter:alpha(opacity=60);
	/*margin-right: 20px;*/
}


#conteudo .garrafa {
	width:42px;
	height:158px;
	/*width:68px;
	height:183px;*/
	background:url(../images/garrafas_xuk_guarana.jpg) no-repeat;
	cursor:pointer;
	border:0;
	display:block;
	opacity:0.6;
	filter:alpha(opacity=60);
	/*margin-right: 20px;*/
}

#conteudo .alcool {
	width:64px;
	height:167px;
	/*width:90px;
	height:191px;*/
	background:url(../images/alcoolicas.jpg) no-repeat;
	cursor:pointer;
	border:0;
	display:block;
	opacity:0.6;
	filter:alpha(opacity=60);
}

#conteudo .light{
	width:51px;
	height:170px;
	/*width:85px;
	height:174px;*/
	background:url(../images/light.jpg) no-repeat;
	cursor:pointer;
	border:0;
	display:block;
	opacity:0.6;
	filter:alpha(opacity=60);
	margin-right: 34px;
}

#conteudo .light:hover {
	opacity:1; filter:alpha(opacity=100);
}

#conteudo .xarope{
	width:39px;
	height:150px;
	background:url(../images/xaropes.jpg) no-repeat;
	cursor:pointer;
	border:0;
	display:block;
	opacity:0.6;
	filter:alpha(opacity=60);
	margin-right: 2px;
}

#conteudo .agua{
	width:64px;
	height:85px;
	/*width:71px;
	height:114px;*/
	background:url(../images/agua.jpg) no-repeat;
	cursor:pointer;
	border:0;
	display:block;
	opacity:0.6;
	filter:alpha(opacity=60);
	margin-right: 7px;
}

#conteudo .aperitivos{
	width:46px;
	height:179px;
	background:url(../images/gin.jpg) no-repeat;
	cursor:pointer;
	border:0;
	display:block;
	opacity:0.6;
	filter:alpha(opacity=60);
}

#conteudo .alcool_fer{
	width:102px;
	height:282px;
	background:url(../images/alcoolicas_01.jpg) no-repeat;
	cursor:pointer;
	border:0;
	display:block;
	opacity:0.6;
	filter:alpha(opacity=60);
}

#conteudo .alcool_des{
	width:75px;
	height:282px;
	background:url(../images/alcoolicas_02.jpg) no-repeat;
	cursor:pointer;
	border:0;
	display:block;
	opacity:0.6;
	filter:alpha(opacity=60);
}

.fermentados{
	float: left;
	width: 510px;
	max-width: 560px;
	/*height:519px;*/
	margin-top: 35px;
	margin-left: 10px;
	/*overflow-y:scroll;*/
}

#conteudo .suco{
	width:80px;
	height:76px;
	background:url(../images/suco.gif) no-repeat;
	cursor:pointer;
	border:0;
	display:block;
	opacity:0.6;
	filter:alpha(opacity=60);
}

#conteudo .saborizada{
	width:80px;
	height:183px;
	background:url(../images/saborizada.gif) no-repeat;
	cursor:pointer;
	border:0;
	display:block;
	opacity:0.6;
	filter:alpha(opacity=60);
}

#conteudo .saborizada:hover,
#conteudo .vinhos:hover,
#conteudo .refri:hover,
#conteudo .alcool:hover,
#conteudo .suco:hover,
#conteudo .alcool_des:hover,
#conteudo .alcool_fer:hover,
#conteudo .aperitivos:hover,
#conteudo .agua:hover,
#conteudo .xarope:hover,
#conteudo .garrafa:hover {
	opacity:1;
	filter:alpha(opacity=100);
}