/* CSS Document */

#about_i{
width:520px;
height:100px;
}
#about_i table{
border:0;
width:100%;
cellspacing:2px; 
cellpadding:2px;
text-align:center;
}
#about_e{
display:none;
width:50px;
height:100px;
background-image:url(../imgs/te_esq.jpg);
background-repeat:no-repeat;
float:left;
cursor:pointer;
}
#about_d{
display:none;
width:50px;
height:100px;
background-image:url(../imgs/te_dir.jpg);
background-repeat:no-repeat;
float:right;
cursor:pointer;
}
#about_c{
display:none;
width:410px;
height:100px;
margin-left:auto;
margin-right:auto;
}

#works_i{
width:520px;
height:100px;
}
#works_i table{
border:0;
width:100%;
cellspacing:2px; 
cellpadding:2px;
text-align:center;
}
#works_i td{
width:33%;
}
#works_e{
display:none;
width:50px;
height:100px;
background-image:url(../imgs/tr_esq.jpg);
background-repeat:no-repeat;
float:left;
cursor:pointer;
}
#works_d{
display:none;
width:50px;
height:100px;
background-image:url(../imgs/tr_dir.jpg);
background-repeat:no-repeat;
float:right;
cursor:pointer;
}
#works_c{
display:none;
width:410px;
height:100px;
margin-left:auto;
margin-right:auto;
margin-top:0;
}
#about_c_desc{
margin-left:10px;
}
#contact_i{
width:360px;
}

#rolls_i{
width:150px;
height:160px;
*height:140px;
}
.alert{
color:#990000;
}
#showAlert{
display:none;
color:#990000;
}