/* Carousel */
.pluit-carousel {
	position: relative;
	width: 100%;
	margin: 0 auto;
}
.pluit-carousel img {
	border: 0;
	display: block;
	cursor: pointer;
}
.pluit-carousel ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
/* Viewport */
.pluit-carousel .viewport {
	width: 100%;
	overflow:hidden;
}
.pluit-carousel .viewport ul {
	width: 6000px;

}
.pluit-carousel .viewport ul li {
	display: block;
	float: left;
}
.pluit-carousel .viewport ul ul {
	width: auto;
	float: left;
}
.pluit-carousel .viewport ul ul li {
	margin-right: 5px;
}
.pluit-carousel .viewport ul ul li a {
	padding:0;
}
/* Navigation */
/*.pluit-carousel .nav {
	margin: 0;
	height: 100%;
	width: 100%;
	position: absolute;
	left: 0;
	top: 50%;
}*/
/*.pluit-carousel .nav li a {
	display: block;
	overflow:auto;
	text-indent: -100em;
	outline: none;
}*/
/*.pluit-carousel .nav li a:hover {
	background-position: -46px 0;
}*/
.prev a, .next a {
	display: block;
	overflow:auto;
	text-indent: -100em;
	outline: none;
}
.prev {
	position:fixed;
	float: left;
	left:0;
	top:50%
}
.next {
	float: right;
	position:fixed;
	right:0;
	top:50%
}
.prev a {
	width: 40px;
	height: 40px;
	background: transparent url("../images/home-nav-prev.png") -60px 55% no-repeat;
}
.next a {
	width: 40px;
	height: 40px;
	background: transparent url("../images/home-nav-next.png") left 55% no-repeat;
}
.prev a:hover {
	background: transparent url("../images/home-nav-prev.png") left 55% no-repeat;
}
.next a:hover {
	background: transparent url("../images/home-nav-next.png") -60px 55% no-repeat;
}
/*.pluit-carousel .nav .next a {
	background-position: -135px 0;
}
.pluit-carousel .nav .next a:hover {
	background-position: -223px 0;
}*/
.pluit-carousel .nav .pages {
	display:none;/* float: left;
*/
}
.pluit-carousel .nav .pages ul {
	display:none;/*  float: left;
*/
}
.pluit-carousel .nav .pages li {
	display:none;/*  float: left;
  margin-right: 8px;
*/
}
.pluit-carousel .nav .pages li a {
	display:none;/*  width: 10px;
  height: 10px;
*/
}
.pluit-carousel .nav .pages li.active a {
	display:none;/*  background-position: -46px 0;
*/
}
/*.pluit-carousel ul, .pluit-carousel .nav .pages, .pluit-carousel .nav {
	zoom: 1;
}
*//*.pluit-carousel ul:after, .pluit-carousel .nav .pages:after, .pluit-carousel .nav:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}*/
