* {margin:0;padding:0;border:0;box-sizing:border-box;-moz-box-sizing:border-box;font:inherit;}
a {text-decoration:none;}
a:link, a:visited, a:hover, a:active {color:inherit;}
ul {list-style-type:none;}
li {display:inline;}
h1, h2, h3, h4, h5 {font:inherit;}

.media-helper {position:absolute;top:0;left:50%;z-index:-1;}
.media-helper.iphone {border:1px solid #FF0000;}
.media-helper.iphone.portrait {width:320px;margin-left:-160px;height:356px;}
.media-helper.iphone.landscape {width:480px;margin-left:-240px;height:208px;}
.media-helper.ipad {border:1px solid #0000FF;}
.media-helper.ipad.portrait {width:768px;margin-left:-384px;height:946px;}
.media-helper.ipad.landscape {width:1024px;margin-left:-512px;height:690px;}

#rolo {position:fixed;bottom:5px;right:5px;z-index:2147483647;opacity:0.1;filter:alpha(opacity=10);}
#rolo:hover {opacity:0.2;filter:alpha(opacity=20);}
#rolo img {width:20px;}

/* --------------------------------------------------------------- */

@media only screen and (max-width:1019px) { /* cf upper root width (1020px) */
	#rolo {display:none;}
}