/* Full Sized Slideshow */
#almSlideshow{}

.slideshow{
	position:relative;
	width:506px;
	height:235px;
	padding:0px;
	overflow:hidden;
}
.slideshow .slides{
	position:relative;
	list-style:none;
	overflow:hidden;
	padding:0px;
	height:235px;
}
.slideshow .slides .slide{
	position:absolute;
	display:block;
	list-style:none;
	overflow:hidden;
	top:0px;
	left:0px;
	margin:0px;
	padding:0px;
	width:506px;
	height:235px
}
.slideshow .slides .slide img{
	position:absolute;
	top:0px;
	left:0px;
}

/* Mini Slideshow */
#almMiniSlideshow{}

.slideshow-mini{
	position:relative;
	width: 179px;
	height: 122px;
	float: right;
	padding:0px;
	margin:5px auto;
	overflow:hidden;
}
.slideshow-mini .slides{
	position:relative;
	list-style:none;
	overflow:hidden;
	padding:0px;
	width:179px;
	height:122px;
	
}
.slideshow-mini .slides .slide{
	position:absolute;
	display:block;
	list-style:none;
	overflow:hidden;
	top:0px;
	left:0px;
	margin:0px;
	padding:0px;
	width:179px;
	height:122px;
}
.slideshow-mini .slides .slide img{
	position:absolute;
	top:0px;
	left:0px;
	float: left;
}

/* 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: absolute; bottom: 10px; right: 5px; padding: 3px;}

/* 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: 5px;
	margin: 0 2px;
	font-size:0px;
	text-decoration:none;
	border:1px solid #fff;
	color:#404040;
	background:#202020;
}
.slide-control:hover{
	color:#00f;
	background:#FFF;
}
.slideshow-nav .showing{ 
	color:#404040;
	border-color:#FFF;
	background:#D50002;
	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;
}