.tx-byggfabriken-slideshow {
}

.tx-byggfabriken-slideshow-container {
	position: relative;
	overflow: hidden;
	margin-bottom: 20px;
	z-index: 1;
}

.tx-byggfabriken-slideshow-item {
	position: absolute;
	opacity: 0;
	visibility: hidden;
	overflow: hidden;
}

.tx-byggfabriken-slideshow-item p {
	height: 35px;
	margin: -55px 0 0 0;
	padding: 10px;
	color: #fff;
	background: transparent url(opacity.png);
	opacity: 0.99; /* the transparent doesn't show if this is not here, no idea why */
	/* For IE 5.5 - 7*/
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);
	/* For IE 8*/
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)";
	}
}

.tx-byggfabriken-slideshow-item p .tx-byggfabriken-slideshow-title {
	font-weight: bold;
}

.tx-byggfabriken-slideshow-prev, .tx-byggfabriken-slideshow-next {
	position: absolute;
	width: 45px;
	height: 45px;
	z-index: 2000;
	cursor: pointer;
}

.tx-byggfabriken-slideshow-prev {
	left: 0;
	background: transparent url(previous.png) no-repeat top left;
}

.tx-byggfabriken-slideshow-next {
	right: 0;
	background: transparent url(next.png) no-repeat top left;
}

.tx-byggfabriken-slideshow-thumbs {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.tx-byggfabriken-slideshow-thumbs li {
	float: left;
	width: 80px;
	padding-right: 20px;
	padding-bottom: 15px;
	cursor: pointer;
	text-align: center;
	font-size: 11px;
}

.tx-byggfabriken-slideshow-thumbs li.last {
	padding-right: 0;
}

.tx-byggfabriken-slideshow-thumbs li img {
	border: 1px solid #fff;
}

.tx-byggfabriken-slideshow-thumbs li.tx-byggfabriken-slideshow-current-thumb img {
	border-color: #666;
}

.tx-byggfabriken-slideshow-current-thumb {
	font-weight: bold;
}

.tx-byggfabriken-slideshow-dots {
	text-align: center;
	margin-bottom: 20px;
	margin-top: -10px;
}

.tx-byggfabriken-slideshow-dots li {
	display: inline;
	width: 10px;
	margin: 0;
	cursor: pointer;
	font-size: 30px;
	color: #bbb;
}

li.tx-byggfabriken-slideshow-current-dot {
	color: #000;
}

li.tx-byggfabriken-slideshow-dot {
	color: #bbb;
}
