/* atribue parâmetros a todas as páginas */ 
* html img/**/ {  
  
filter:expression(  
this.alphaxLoaded ? "" :  
(  
this.src.substr(this.src.length-4)==".png"  
?  
(  
(!this.complete)  
? "" :  
this.runtimeStyle.filter=  
("progid:DXImageTransform.Microsoft.AlphaImageLoader(src='"+this.src+"')")+  
(this.onbeforeprint="this.runtimeStyle.filter='';this.src='"+this.src+"'").substr(0,0)+  
String(this.alphaxLoaded=true).substr(0,0)+  
(this.src="../imagens/blank.gif").substr(0,0)  
)  
:  
this.runtimeStyle.filter=""  
)  
);  
}

body {
	background-color: #000;
	color:#FFF;
}

#bloco_esq {
	margin: 0px;
	float:right; 
	width:384px; 
	background:url(../imagens/puxadores_index.png) top right no-repeat;
}

#box-right {
	margin: 0px; 
	float: right; 
	width:384px; 
	background-image:url(../imagens/puxadores_index.png);
	background-position: top right;
	background-repeat: no-repeat;
	display:block;
}

#div_texto_atribua { margin-top:50px;}

#produtos_content{
	margin:0px;
	width:333px;
	height:365px;
	background:url(../banner-index/box-fundo.gif) no-repeat;
}

#produtos{
	width:309px;
	height:341px;
	border:1px solid yellow;
	margin-top:11px;
}


#box-evento-nav-l,
#box-evento-nav-r {
position:absolute; 
display: block; 
margin-top: 140px;
z-index: 100; 
width:44px; 
height:51px; 
cursor: pointer;
}

#box-evento-nav-l {background:url(../banner-index/esq.png) left top;  margin-left:-22px;}
#box-evento-nav-r {background:url(../banner-index/dir.png) left top; margin-left:306px;}
