

/* gallery */
.gallery {
	overflow:hidden;
	width:308px;
	padding:0px;	
}
.gallery .img-holder {
	position:relative;
	width:300px;
	height:250px;
	margin:0;
	padding:0;
	list-style:none;
}
.gallery ul.img-holder {
	height:260px;
}
.gallery3 ul.img-holder { 
	float:left;
	width:220px;
	height:180px;
}
.gallery ul.img-holder li {
	position:absolute;
	top:0;
	left:0;
	z-index:0;
	text-align: center;
	height: 250px;
	width: 300px;
}
.gallery div.img-holder img {
	position:absolute;
	top:0;
	left:5px;
	z-index:0;
}
.gallery .img-holder .active {
	z-index:1;
}
.gallery ul.items {
	margin:0;
	padding:0;
	list-style:none;
}
.gallery ul.items li {
	float:left;
	padding:1px;
}
.gallery ul.items li.active {
	padding:0;
	border:1px solid #F93;
}
.gallery ul.items img {
	border:0;
	display:block;
}
.gallery .nav {
	overflow:hidden;
	height:1%;
	padding:5px 0;
}
.gallery .nav p {
	margin:0;
	font-size:12px;
	text-align:center;
}
.gallery .nav a.prev,
.gallery .nav a.next,
.gallery .nav a.pause {
	width:20px;
	height:20px;
	text-indent:-9999px;
	float:left;
	background:url(images/arrow-prev.gif) no-repeat;
}
.gallery .nav a.pause, .gallery .nav a.stop {
	display:inline;
	margin:0 0 0 10px;
	background:url(images/play-button.gif) no-repeat 0 -40px;
}
.gallery .nav a.play {
	background:url(images/play-button.gif) no-repeat 0 0px;
}
.gallery .nav a.next {
	background:url(images/arrow-next.gif) no-repeat;
	float:right;
}
.gallery .nav a:hover {
	background-position:0 -20px;
}
.gallery .nav a.pause:hover {
	background:url(images/play-button.gif) no-repeat 0 -60px;
}
.gallery .nav a.play:hover {
	background:url(images/play-button.gif) no-repeat 0 -20px;
}

.gallery3 a.prev,
.gallery3 a.next {
	width:120px;
	display:block;
	padding:0 20px;
	clear:both;
	margin:0 0 10px;
	background:#000;
	color:#fff;
	line-height:20px;
}

.news-list  {
	float:left;
	width:100px;
	padding:0;
	margin:0;
	list-style:none;
}
.news-list  li {
	padding:0 0 3px;
}
.news-list  a {
	display:block;
	line-height:20px;
	padding:0 10px;
	background:#966;
}
.news-list  li.active a{
	color:#fff;
	background:#000;
}

