/* Full Sized Slideshow */
#almSlideshow{
	background:url(../images/gallery/bg_slide_ie.png) no-repeat left top;
	width:554px;
	height:297px;
	position:relative;
	padding: 0px;
	}

.slideshow{
	position:relative;
	width:554px;
	height:317px;
	padding:0px;
	overflow:hidden;
}
.slideshow .slides{
	position:relative;
	list-style:none;
	overflow:hidden;
	margin:12px;
	padding:0px;
	height:276px;
	
}
.slideshow .slides .slide{
	position:absolute;
	display:block;
	list-style:none;
	overflow:hidden;
	top:0px;
	left:0px;
	margin:0px;
	padding:0px;
	width:530px;
	height:276px
}
.slideshow .slides .slide img{
	position:absolute;
	top:0px;
	left:0px;
}

/* Mini Slideshow */
#almMiniSlideshow{}

.slideshow-mini{
	position:relative;
	width: 365px;
	height: 274px;
	float: right;
	padding:0px;
	margin:5px auto;
	overflow:hidden;
}
.slideshow-mini .slides{
	position:relative;
	list-style:none;
	overflow:hidden;
	padding:0px;
	width:365px;
	height:274px;
}
.slideshow-mini .slides .slide{
	position:absolute;
	display:block;
	list-style:none;
	overflow:hidden;
	top:0px;
	left:0px;
	margin:0px;
	padding:0px;
	width:365px;
	height:274px;
}
.slideshow-mini .slides .slide img{
	position:absolute;
	top:0px;
	left:0px;
}

/* Previous & Next Links that show up over slideshow for navigation:normal option */
#galleryPrev{
	left:0px;
	background:url(../images/gallery/controls/prev.png) no-repeat center left;
}
#galleryNext{
	right:0px;
	background:url(../images/gallery/controls/next.png) no-repeat center left;
}
.gallery-control{
	position:absolute,
	display:block,
	margin:0px 10px,
	cursor:pointer,
	background-position:center left !important;
	top:0px;
	height:100%;
	width:30px;
	z-index:1000;
}

/* Navigation Bar for slideshow and paged navigation options */
.slideshow-nav{ position:relative; }

/* Controls for navigation:slideshow option */
#showPrev{
	left:10px;
	background-image:url(../images/gallery/controls/prev.png);
	background-repeat:no-repeat;
}
#showNext{
	right:10px;
	background-image:url(../images/gallery/controls/next.png);
	background-repeat:no-repeat;
}
#showPlay{
	right:45%;
	background-image:url(../images/gallery/controls/play.png);
	background-repeat:no-repeat;
}
#showStop{
	left:45%;
	background-image:url(../images/gallery/controls/stop.png);
	background-repeat:no-repeat;
}
.show-control{
	position:absolute;
	display:block;
	width:20px;
	height:20px;
	background-position:0px 0px;
	
}
.show-control:hover{
	background-position:0px -20px;
}
/* controls for the navigation:paged option */
.slide-control{
	padding:1px 5px;
	margin:0px 5px;
	font-size:14px;
	text-decoration:none;
	border:1px solid #fff;
	color:#404040;
}
.slide-control:hover{
	color:#00f;
	background:#cdf;
}
.slideshow-nav .showing{ 
	color:#404040;
	border-color:#404040;
	background:#e0e0e0;
	font-weight:bold; 
}
.slideshow-nav .showing:hover{  }
/* GALLERY SKINS */
.gallery{
	background:url(../images/gallery/bg_slide_ie.png) no-repeat left top;
}
.gallery-frame{
	background:url(../images/gallery/bg_slide_shoedawg.png) no-repeat left top;
}
.gallery-frame-light{
	background:url(../images/gallery/bg_slide_frame_light.png) no-repeat left top;
}
.gallery-no-shadow{
	background:url(../images/gallery/bg_slide_no_shadow.png) no-repeat left top;
}