/* line 17, ../../../../../Library/Ruby/Gems/1.8/gems/compass-0.11.5/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
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;
  vertical-align: baseline;
}


ol, ul {
  list-style: none;
}


q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
  display: block;
}



#page {
	width: 1000px;
	clear: both;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

#viewport-shadow {
	position: relative;
	width: 1000px;
	height: 575px;
	padding: 0;
	background: url(../img/box-shadow.png) bottom no-repeat;
}

#viewport, #box, .slide {
  width: 1000px;
  height: 520px;
}

#viewport {
  overflow: hidden;
}


#controls {
  position: relative;
  top: -40px;
  float: right;
  overflow: hidden;
}
#controls li {
  display: inline;
}

.goto-slide {
	background: url(../img-top/pagination.png) no-repeat 0 0 !important;
	width: 20px;
	height: 10px;
	display: block;
	float: left;
	text-indent: -9999px;
	margin-right: 5px;
}
.goto-slide.current {
				background-position: 0 100% !important;
}
	

#effect-list {
  overflow: hidden;
}
#effect-list li {
  display: inline;
}

.effect, .effect:hover {
  display: block;
  float: left;
  margin: 0 10px 0 0;
  border: solid 1px black;
  border-radius: 7px;
  padding: 10px 12px 6px;
  color: #ccc;
  text-decoration: none;
  background-color: #555;
  -webkit-box-shadow: inset 0px 0px 8px #000;
  -moz-box-shadow: inset 0px 0px 8px #333;
  box-shadow: inset 0px 0px 8px #333;
}
.effect.current, .effect:hover.current {
  color: #2edbac;
}

#time-indicator {
	width: 0px;
	height: 1px;
	background-color: #FFFFFF;
	position: absolute;
	top: 520px;
	left: 0px;
}

