#destaques{
	width: 1120px;
	margin-top: 20px;
	margin-bottom: 30px;
}
#destaques_titulo{
	height: 50px;
	text-align: center;
	font-family: 'Roboto', sans-serif;
	font-size: 24px;
	color: #117394;
}
#slider_prev{
	float: left;
	width: 20px;
	height: 25px;
	margin-left: 455px;
	padding-top: 4px;
}
#slider_next{
	float: right;
	width: 20px;
	height: 25px;
	margin-right: 455px;
	padding-top: 4px;
}
#slider_conteudo{
	width: 350px;
	height: 350px;
	background: #ffffff;
	cursor: pointer;
}
#slider_img{
	width: 330px;
	height: 258px;
	padding: 10px;
}
#slider_desc{
	width: 350px;
	height: 72px;
}
#slider_mais{
	width: 72px;
	height: 72px;
	float: right;
	background: url('../img/premier_destaques_mais.png');
}
#slider_texto{
	width: 258px;
	height: 62px;
	padding: 5px 10px;
	float: left;
}
#slider_texto p{
	font-weight: 700;
}
#home_links{
	padding-top: 20px;
	margin-bottom: 20px;
}
#link_catalogo_online{
	float: left;
	height: 180px;
}
#link_catalogo_online:hover{
	box-shadow: 0 0 10px 3px #dddddd;
}
#link_representantes{
	float: right;
	height: 180px;
}
#link_representantes:hover{
	box-shadow: 0 0 10px 3px #dddddd;
}
/* DETALHES DO PRODUTO */
#bt_detalhes_cancel{
	width: 38px;
	height: 38px;
	position: fixed;
	top: 15px;
	right: 15px;
	background: url('../img/premier_bt_cancel.png');
	z-index: 9999;
	cursor: pointer;
	display: none;
}
#bg_detalhes_produto{
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 9997;
	background: url('../img/premier_bg_produtos_detalhes.png');
	cursor: pointer;
	display: none;
}
#detalhes_produto{
	position: fixed;
	top: 50%;
	left: 50%;
	margin-left: -290px;
	margin-top: -240px;
	width: 580px;
	height: 480px;
	z-index: 9998;
	display: none;
	background: url('../img/premier_detalhes_loading.gif') center center no-repeat #ffffff;
}
#detalhes_img{
	height: 310px;
	width: 310px;
	position: relative;
	padding: 20px 0;
	left: 50%;
	margin-left: -175px;
}
#detalhes_desc{
	height: 80px;
	padding: 5px 15px;
}