html,body,div,span,applet,object,iframe,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,dl,dt,dd,ol,ul,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,label,legend,p,blockquote,table,caption,tbody,tfoot,thead,tr,th,td{margin:0;padding:0;border:0;outline:0;font-weight:inherit;font-style:inherit;font-size:100%;font-family:inherit;vertical-align:baseline;}body{line-height:1;color:black;background:white;}:focus{outline:0;}table{border-collapse:collapse;border-spacing:0;}caption,th,td{text-align:left;font-weight:normal;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}ol,ul{list-style:none;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}blockquote:before,blockquote:after,q:before,q:after{content:"";}blockquote,q{quotes:"" "";}abbr,acronym{border:0;}
/* ------------------------------ */ /* http://polmoneys.com */ /* ------------------------------ */ 

body{ font-family:Georgia; font-size:10px; color:#333; text-align:center;line-height: 1em;background: #2e54a2 url('bg_button.png') repeat-x 0 top; }

h1{text-indent: -9999em;width: 284px;border:0;height : 68px;background : url('guillemlogo.png') no-repeat 0 0;margin: 0 auto;}
a:link{color:#666666;} a:visited{color:#666666;} a:hover {color:#666666;} a:focus{color:#666666;} a:active { color: #666666; }
img { border: 0; }
#wrap{ margin:100px auto; width:855px;}

#share{position: absolute;top:20px;left:20px;height: 300px;}


 /* Flipbook Plugin for jQuery
 * Author  :   Jon Raasch
 * Website :   http://jonraasch.com/blog/jquery-flipbook-movies
 * Contact :   jr@jonraasch.com
 * Version :   0.1
 *
 * Copyright (c)2008 Jon Raasch. All rights reserved.
 * Released under FreeBSD License, see readme.txt
 * Do not remove the above copyright notice or text
 * 
 * 
 * You must set a height and width for #flipbook and #flipbook IMG.  
 *
 */

#flipbook { position: relative; width: 350px; height: 525px; margin: auto; box-shadow:1px 1px 8px rgba(0,0,0,0.5); -moz-box-shadow: 1px 1px 8px
rgba(0,0,0,0.5); -khtml-box-shadow: 1px 1px 8px rgba(0,0,0,0.5); -webkit-box-shadow: 1px 1px 8px rgba(0,0,0,0.5);border-width:20px;-webkit-border-image: url("btnHeader.png") 20;-moz-border-image: url("btnHeader.png") 20;padding:5px 5px 0 0; }

#flipbook IMG { position: absolute; top: 0; left: 0; width: 350x; height: 525px; z-index: 8; opacity: 0.0;box-shadow:1px 1px 8px rgba(0,0,0,0.5); -moz-box-shadow: 1px 1px 8px
rgba(0,0,0,0.5); -khtml-box-shadow: 1px 1px 8px rgba(0,0,0,0.5); -webkit-box-shadow: 1px 1px 8px rgba(0,0,0,0.5);border: 2px solid #2e54a2; }

#flipbook IMG.active { z-index:10; opacity: 1.0; }

#flipbook IMG.last-active { z-index:9; }

