body {
	background-color: #000;
	color: #fff;
}

h1, h2, h3, h4 { color: #fff; } 

a { color: #fff; }
a:visited { color: #fff; }
a:hover { color: #fff; }

#loader {
	background: url('/img/ajax-loader-black.gif');
}

#footer {
	color: #ccc;	
}

#slides li .userpic {
	cursor: pointer;
	// cursor: hand;
}

/* --------------------------------------------------------------------------------------------- */ 
/* ÊÎÌÀÍÄÀ */

.team {
	position: relative;
	margin: 0;
}
.team .jcarousel-list {
}
.team .jcarousel-container-horizontal {
    width: 100%;
}
.team .jcarousel-clip-horizontal {
    width:  100%;
    height: 570px;
}
.team .jcarousel-item {
	position: relative;
	overflow: hidden;
    width: 897px;
    height: 570px;
    margin-right: 100px;
}

.team .jcarousel-prev,
.team .jcarousel-next {
	position: absolute;
	height: 570px;
	z-index: 100;
	cursor: pointer;
	//cursor: hand;
}
.team .jcarousel-prev img,
.team .jcarousel-next img {
	position: absolute;
	top: 273px;
}

.team .jcarousel-prev {
	margin-left: -50px;
	width: 50px;
}
.team .jcarousel-prev img {
	left: 23px;
}
.team .jcarousel-next {
	position: absolute;
	left: 897px;
	right: 0;
}
.team .jcarousel-next img {
	left: 15px;
}
.team .jcarousel-prev-disabled-horizontal,
.team .jcarousel-next-disabled-horizontal {
	cursor: auto;
	visibility: hidden;
}
.team .info {
	position: absolute;
}
.team .info h2 {
	margin-bottom: 0px;
	font-size: 200%;
	line-height: 125%;
}
.team .comment {
	position: absolute;
}
.team .comment .userpic {
	position: relative;
}
.team .comment .userpic img {
	border: #a4a4a4 5px solid;
}
.team .comment .userpic .arrow {
	background-image: url('/img/upic-arrow.gif');
	position: absolute;
	z-index: 2;
	width: 12px;
	height: 6px;
	bottom: -6px;
	left: 39px;
}
.team .comment .text {
	width: 250px;
	margin-top: 10px;
}

.team-thumbs li div {
	display: none;
	line-height: 130%;
}
.team-thumbs li.selected div {
	display: block;
}


