
/* globals */
body {
	font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}
#pointed {
	background-image: url(../images/bg_pointed.png);
	background-repeat: repeat;
}
b {
	font-weight:700;
}
h1 {
	font-size:20px;
	position:absolute;
	top:-40px;
	left:40px;
	font-family: "Arial";
	text-transform:uppercase;
	color:#fff;
}
a, a:link, a:visited, a:active {
	color:#666666;
	text-decoration:none;
}
a:hover {
	color:#000;
}

/* navigation, footer navigation */
#nav {
	background-color: #000;
}
#nav a {
	text-decoration: none;
	font-size: 11px;
	color: #FFF;
	cursor: pointer;
	background-color: #000;
	letter-spacing: 1px;
	text-transform:uppercase;
}
	

/* footer navigation */
#footer {
	background-color:#000;
	z-index:1000;
}
#footer .nolink {
	text-decoration: none;
	font-size: 11px;
	color: #CCC;
	background-color: #000;
	font-weight:normal;
	
}
#footer .nolink .design {
	color:#888;
}
#footer .nolink a {
	padding:0;
	margin:0;
	color:#888;
}
#footer a {
	text-decoration: none;
	font-size: 11px;
	font-weight:normal;
	color: #CCC;
	cursor: pointer;
	background-color: #000;
	letter-spacing: 0px;
}
#footer a:hover {
	color:#fff;
}

/* infinite carousel */
.infiniteCarousel {
  width: 910px;
  height:300px;
  top:50%;
  left:50%;
  margin-left: -455px;
  margin-top: -130px;
  position:absolute;

}
.infiniteCarousel .wrapper {
  overflow: auto;
  min-height: 10em;
  position: relative;
  margin-left:auto;
  margin-right:auto;
  height:270px;
  width: 830px;
  border-top: solid 1px #FFF;
  border-bottom: solid 1px #FFF;
  padding-bottom: 20px;
}
.empty {
	position:absolute;
	background-color: #FFF;
	height: 270px;
	width: 270px;
	display:block;
	background-image:url(../images/empty.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	z-index:1000;
}
.first {
	z-index:300;
	position:absolute;
}
.infiniteCarousel .img {
	background-color: #FFF;
	height: 270px;
    width: 270px;
    display:block;
}
.infiniteCarousel ul img {
  height: 260px;
  width: 260px;
  display:block;
  opacity:1;
  border: solid 5px #FFF;
  
}
.infiniteCarousel .wrapper ul {
  width: 9999px;
  list-style-image:none;
  list-style-position:outside;
  list-style-type:none;
  margin:0;
  padding:0;
  position: absolute;
  top: 0;
}
.infiniteCarousel ul li {
  display:block;
  float:left;
  margin-top:10px;
  padding-right:0px;
  height: 270px;
  width: 280px;
}
.infiniteCarousel .arrow {
  display: block;
  font-size:11px;
  height: 21px;
  width: 26px;
  background-color:none;
  position: absolute;
  cursor: pointer;
  z-index:250;
}
.infiniteCarousel .back {
  padding-top:14px;
  background-position: left bottom;
  left: 44px;
  top:0px;
  background-image: url(../images/arrow_backward.jpg);
  background-repeat: no-repeat;
}
.infiniteCarousel .forward {
  padding-bottom:14px;
  background-position: right top;
  right: 44px;
  bottom:8px;
  background-image: url(../images/arrow_forward.jpg);
  background-repeat: no-repeat;
}

/* infinite carousel c */
.infiniteCarouselc {
  width: 910px;
  height:260px;
  top:50%;
  left:50%;
  margin-left: -455px;
  margin-top: -130px;
  position:absolute;
}
.infiniteCarouselc .wrapper {
  overflow: visible;
  min-height: 10em;
  position: relative;
  margin-left:auto;
  margin-right:auto;
  height:270px;
  width: 830px;
  border-top: solid 1px #FFF;
  border-bottom: solid 1px #FFF;
  padding-bottom: 20px;
}
.infiniteCarouselc .img {
	background-color: #FFF;
	height: 270px;
    width: 270px;
    display:block;
}
.infiniteCarouselc .empty {
	background-color: #FFF;
	height: 270px;
	width: 270px;
	display:block;
	background-image:url(../images/empty.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	z-index:300;
}
.infiniteCarouselc #text {
	padding: 10px;
	color:#666;
	font-size:12px;
	border: solid 5px #FFF;
    height: 240px;
    width: 240px;
    display:block;
	line-height:1.7em;
}
.infiniteCarouselc ul img {
  border: solid 5px #FFF;
  height: 260px;
  width: 260px;
  display:block;
  opacity:1;
}
.infiniteCarouselc .wrapper ul {
  list-style-image:none;
  list-style-position:outside;
  list-style-type:none;
  margin:0;
  padding:0;
  position: absolute;
  top: 0;
}
.infiniteCarouselc ul li {
  display:block;
  float:left;
  margin-top:10px;
  padding-right:0px;
  height: 270px;
  width: 280px;
}
.infiniteCarouselc li .message, .infiniteCarousel li .message {
	position:absolute;
	width:250px;
	bottom:-10px;
	padding:10px;
	z-index:100;
	background-color:#FFF;
	color:#222;
	font-size:12px;
	letter-spacing:0px;
	text-decoration:none;
	display:block;
	line-height: 18px;
}

/* IMAGE SLIDER */
#slideshow {
    position: relative;
	margin-right: auto;
	margin-left: auto;
    height: 260px;
	width: 820px;
	overflow:hidden;
	margin-top:10px;
	border: solid 5px #FFF;
}
#slideshow img {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 8;
    opacity: 0.0;
	width:820px;
}
#slideshow img.active {
    z-index:10;
    opacity:1.0;
}
#slideshow img.last-active {
    z-index:9;
}