1@import url('http://fonts.googleapis.com/css?family=Alegreya+Sans:400,700');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, 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, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video{margin:0;padding:0;}
2
3html{overflow-y:scroll;}
4
5article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section{display:block;}
6
7ol, ul{list-style:none;}
8
9input, textarea{-webkit-font-smoothing:antialiased;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;outline:none;}
10
11blockquote, q{quotes:none;}
12
13blockquote:before, blockquote:after, q:before, q:after{content:'';content:none;}
14
15strong, b{font-weight:bold;}
16
17em, i{font-style:italic;}
18
19table{border-collapse:collapse;border-spacing:0;}
20
21img{border:0;max-width:100%;}
22
23#w{display:block;max-width:1000px;min-width:280px;margin:0 auto;padding-bottom:0;}
24
25#w header{display:block;padding-top:15px;}
26
27.slider{position:relative;width:100%;height:auto;overflow:hidden;}
28
29.slider img{display:none;}
30
31.slides{height:100%;overflow:hidden;-webkit-backface-visibility:hidden;-webkit-transform-style:preserve-3d;-webkit-transition:all 500ms cubic-bezier(0.165, 0.840, 0.440, 1.000);-moz-transition:all 500ms cubic-bezier(0.165, 0.840, 0.440, 1.000);-ms-transition:all 500ms cubic-bezier(0.165, 0.840, 0.440, 1.000);-o-transition:all 500ms cubic-bezier(0.165, 0.840, 0.440, 1.000);transition:all 500ms cubic-bezier(0.165, 0.840, 0.440, 1.000);}
32
33.slide{height:100%;float:left;clear:none;}
34
35.slide figure{display:block;position:relative;text-align:center;}
36
37.slide figure figcaption{position:absolute;right:3%;font-size:1.1em;font-weight:bold;padding:8px 14px;color:#464646;background:rgba(255,255,255,0.8);}
38
39.slide figure figcaption a{color:#5a7fbc;text-decoration:none;}
40
...
</html>