/* Clear */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td { margin:0; padding:0; border:0; outline:0; font-size:100%; vertical-align:baseline; background:transparent; }
* { -webkit-tap-highlight-color:rgba(0, 0, 0, 0); -webkit-tap-highlight-color:transparent; }
html, body { margin:0; padding:0; width:100%; height:100%; font-size:16px; font-family:'Lucida Grande', Tahoma, Verdana, Arial, sans-serif; }

/* Style */
.content { position:relative; float:left; width:990px; left:50%; margin-left:-495px; margin-top:10px; margin-bottom:10px; }
.header { display:block; position:relative; float:left; width:650px; height:100px; margin:5px 170px; background-image:url("../img/header.jpg"); }
body > div { display: block; }
.catalogo { position:relative; float:left; margin:20px 0px; }
.catalogo > div { background-color: grey; }
.bottoni { width:100%; }
.bottoni a { position:relative; background-image: url("../img/frecce.jpg"); width:61px; height:51px; }
.precedente { float:left; background-position:0px 0px; display:none; }
.successivo { float:right; background-position:-61px 0px; display:block; }
.flippage_page img { max-width:100%; }

/* Flippage */
.flippage { position: relative; }
.flippage_page { display: block; position: absolute; overflow: hidden; }
.flippage_page > div { position: absolute; top: 0; }
.flippage_rshadow { background-image: url("../img/shadow-top-forward.png"); background-position: 100% 0; background-repeat: repeat-y; }
.flippage_lshadow { background-image: url("../img/shadow-top-back.png"); background-position: 0 0; background-repeat: repeat-y; }

/* @2014 Guerrerastyle.com */