body {
	background: url('../img/bg-shadow.jpg') repeat-x left top #000;
	color:#9d9d9d;
}
a{color:#fff}
#shadowSwitch {color:#9d9d9d;}
#logo a {
	background: url('../img/logo-shadow.jpg') no-repeat center bottom transparent;
	color:#9d9d9d;
}
#content {
	background: url('../img/content-shadow.jpg') no-repeat center center transparent;
	}

#topNav .active  a {
	background: url('../img/menu-indicator-shadow.gif') no-repeat center top transparent;
}
#secNav .active  a {
	background: url('../img/menu-indicator-shadow-rev.gif') no-repeat center bottom transparent;
}
#overlay {
	background-color: #000;
}
.jcarousel-next-vertical {
    background: transparent url('../img/next-vertical.png') no-repeat 0 0;;
}
.jcarousel-next-vertical:hover {
    background-position: 0 -32px;
}

.jcarousel-next-vertical:active {
    background-position: 0 -64px;
}

.jcarousel-next-disabled-vertical,
.jcarousel-next-disabled-vertical:hover,
.jcarousel-next-disabled-vertical:active {
    background-position: 0 -96px;
}
.jcarousel-prev-vertical {
    background: transparent url('../img/prev-vertical.png') no-repeat 0 0;
}
.jcarousel-prev-vertical:hover {
    background-position: 0 -32px;
}

.jcarousel-prev-vertical:active {
    background-position: 0 -64px;
}

.jcarousel-prev-disabled-vertical,
.jcarousel-prev-disabled-vertical:hover,
.jcarousel-prev-disabled-vertical:active {
    background-position: 0 -96px;
}

.loader{
  background: #111 url(../img/loader-dark.gif) center center no-repeat;
  border: 1px solid #666;
}