
/* CSS Document */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
	margin:0;
	padding:0;
}
body {}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img {
	border:0;
}
address,caption,cite,code,dfn,em,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym {
	border:0;
}





#slides{
    margin: 0 auto; }
.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  /*width: 100%;
  padding: 0;
  margin: 0;*/
  padding-top:20px;
  }
.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  /*width: 100%;
  left: 0;
  top: 0;*/
  }
.rslides li:first-child {
  position: relative;
  display: block;
  /*float: left;*/
  }
.rslides img {
  display: block;
  height: auto;
  /*float: left;
  width: 100%;
  border: 0;*/
  }