.slideshow {
	position:relative;
	overflow:hidden;
}

.slideshow .slide {
	position:absolute;
	display:block;
	top:0px;
	left:0px;
	overflow:hidden;
}

.slideshow .dotsContainer {
	position:absolute;
	/*margin:auto;*/
	top:14px;
	/*right: 5px;*/
	right:18px;
	margin-left:-50%;*/
	display:none;
}

.slideshow .preDots{
	float:left;
	background-image:url("/login/modules/gallery/images/dotsLeftBg.png");
	width:8px;
	height:18px;
	display:none;
}

.slideshow .posDots{
	float:left;
	background-image:url("/login/modules/gallery/images/dotsRightBg.png");
	width:8px;
	height:18px;
	display:none;
	
}

.slideshow .dots {
	position:relative;
	float:left;
	overflow:hidden;
	background-image:none;
	height:25px;
	display:none;
}

.slideshow .dots .dot,
.slideshow .dots .active {
	position:relative;
	float:left;
	width:24px;
	height:25px;
	/*background:green;*/
	cursor:pointer;
	overflow:hidden;
	
	background-image:url("/login/modules/gallery/swf/slideshow-centered-dots/dot.png");
}
.slideshow .dots .active {
	background-image:url("/login/modules/gallery/swf/slideshow-centered-dots/ActiveDot.png");
	cursor:default;
	
}