/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

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;
  border: 0;
  font-size: 100%;
  font: inherit;
  font-family: 'Titillium Web', Arial, Helvetica, sans-serif;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
  display: block;
}
body {
  line-height: 1;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* OPTIONAL CSS - USED FOR DEMO */
.slide-title {
  position: absolute;
  bottom: 35px;
  left: 0;
  background: rgba(0,0,0,.4);
  color: #fff;
  padding: 20px;
  max-width: 70%;
  font-weight: 400;
  font-size: 40px;
  line-height: 50px;
  z-index: 1;
}
#slider-controls {
  position: fixed;
  right: 35px;
  bottom: 35px;
  width: 58px;
  z-index: 100;
}
  #slider-controls a {
    font-size: 16px;
    margin-bottom: 1px;
    cursor: pointer;
    background-color: rgba(0,0,0,.4);
    display: block;
    float: left;
    width: 50px;
    height: 50px;
    color: #fff;
    text-decoration: none;
    text-align: center;
    background-image: url(images/arrows.png);
    background-repeat: no-repeat;
    background-size: auto 15px;
  }
  #next {
    background-position: -155px center;
  }
  #prev {
    background-position: -98px center;
  }
#slide-content {
  width: 60%;
  height: 70%;
  top: 20%;
  left: 20%;
  color: #444;
  text-align: center;
  background: rgba(255,255,255,.8);
  position: absolute;
  overflow: auto;
}

  h2 {
    font-size: 30px;
    font-weight: 600;
    border-bottom: 1px solid rgba(0,0,0,.05);
    margin-bottom: 20px;
    margin: 20px 50px 0;
    padding-bottom: 20px;
    line-height: 30px;
  }
  p {
    font-size: 18px;
    font-weight: 300;
    line-height: 20px;
    display: block;
    padding: 20px 50px;
  }
  .button {
    background: rgb(220, 26, 35);
    padding: 20px;
    color: #fff;
    text-transform: uppercase;
    display: inline-block;
    cursor: pointer;
  }
#video {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

 .centeredImage
    {
    text-align:center;
    display:block;
    }
	
	a
	{
		text-decoration: none;
		font-weight: inherit;
	}
	
		
</style>