
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
}

.slider {
  position: relative;
  width: 780px;
  border-top: 1px solid #CCCCCC;
  border-bottom: 1px solid #CCCCCC;
}

.slider a:focus {
  outline: 0;
}

.sls-view {
  position: relative;
  width: 780px;
  height: 233px;
  overflow: hidden;
}

.sls-container {
  position: absolute;
  top: 0;
  left: 0;
}

.sls-content {
  position: relative;
  float: left;
  width: 780px;
  height: 233px;
}

.sls-content a {
  display: block;
}

.sls-content a:hover {
  color: #600;
}

.sls-pagination {
  position: absolute;
  top: 205px;
  left: 83%;
  margin-left: -50px;
  width: 164px;
  background: #515151;
  padding: 1px 3px 4px 3px;
}

.sls-pagination a {
  float: left;
  margin: 2px 1px 0 0;
  width: 40px;
  height: 12px;
  overflow: hidden;
  -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5) inset;
  -moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5) inset;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5) inset;
  background: #eee url(../img/icon05.gif) no-repeat 15px 2px;
  text-indent: -9999px;
  vertical-align: middle;
}

.sls-pagination a:hover {
  background: #ccc url(../img/icon05.gif) no-repeat 15px 2px;
}

.sls-pagination a.current {
  -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5) inset, 0 0 2px rgba(68, 170, 238, 0.5);
  -moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5) inset, 0 0 2px rgba(68, 170, 238, 0.5);
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5) inset, 0 0 2px rgba(68, 170, 238, 0.5);
  background: #11BBCA url(../img/icon05.gif) no-repeat 15px 2px;
}
