.container .header ul {
  list-style: none;
  margin: 0px;
  padding: 0px 0px 0px 1px;		/* top, right, bottom, left */
}

.container .header .nav {
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  background: url(../images/happyfaces-pattern-cyan.png) left top repeat;
  background-color: #000;
  /*background-image: -webkit-gradient(linear, left top, left bottom, from(#ebf5e3) to(#fff));*/
  padding: 2px 0px 30px 0px;
  width: 100%;
}

.container .header .nav a {
  color: #000;
  display: block;
  text-decoration: none;
  width: 100px;
}

.container .header .nav a:hover {
  background-color: #000;
  margin: -0.4em -0.4em -0.4em -0.4em;
  padding: 0.4em 0.4em 0.4em 0.4em;
  color: #ebf5e3;
}

.container .header .nav ul {
  margin: 0px 0px 0px 0px;
  list-style: none;
}

.container .header .nav li {
  background-color: #ebf5e3;
  border-right: 1px solid #000;
  float: left;
  font-size: 14px;
  font-weight: bold;
  list-style-type: none;
  padding: 6px 8px 6px 8px;
  position: relative;
  width: 100px;
}

.container .header .nav li:first-child {
  border-left: 1px solid #000;
}

.container .header .nav li: hover ul {
  display: block;
  width: 100px;
  position: absolute;
}

.container .header .nav ul li ul {
  display: none;
}

.container .header .nav ul li ul li {
  background-color: #ec008c;
  padding: 6px 8px 6px 8px;
}

.container .header .nav ul li ul li:first-child {
  margin: 6px 0px 0px -1px;
}

.container .section {
  clear: both;
  background-color: #fff;
  margin: 0px 10px 0px 10px;
  padding-top: 10px;
  min-height: 580px;
  width:80%;
  float: left;
}

.container .section .text {
  text-align: left;
}

.container .aside {
  background-color: #fff;
  color: #fff;
  float: right;
  margin-left: 10px;
  min-height: 580px;
  min-width: 120px;
  padding: 10px 10px 10px 10px;
}

.container .aside img {
  text-align: center;
}

#happyfaces, #theaterGrime {
  margin: 0px 0px 0px 0px;
  padding: 0px;
  border: 0px none;
  outline: 0px;
  position: relative;
  width: 600px;
}

#happyfaces img {
	display: block;
}

#theaterGrime img {
	display: block;
}

#gallery, #thumbs, #gallery2, #thumbs2{
	float: left;
}

#gallery, #gallery2{
	width: 500px;
	height: 300px;
	overflow: hidden;
}

#gallery img {
	position: absolute;
}

#gallery2 img {
	position: absolute;
}

#thumbs {
	width: 100px;
	height: 300px;
	overflow: hidden;
}

#thumbs2 {
	width: 100px;
	height: 300px;
	overflow: hidden;
}

#next {
	display: block;
	width: 47px;
	height: 43px;
	background: url(../images/arrow.png);
	position: relative;
	top: 257px;
	left: 555px;
}

#next:hover {
	background: url(../images/arrowmo.png);
}

#next2 {
	display: block;
	width: 47px;
	height: 43px;
	background: url(../images/arrow.png);
	position: relative;
	top: 257px;
	left: 555px;
}

#next2:hover {
	background: url(../images/arrowmo.png);
}
