/* Start of CMSMS style sheet 'slideshow' */
.album_slide
{
/*	position:absolute;*/
}

.album_slide div.mask
{
	position:relative;
	width:320px;
	height:255px;
	overflow:hidden;
}

.album_slide div.mask img
{
	position:absolute;
	display:block;
	border:none;
}

/* a banner slideshow for the narrow HTH_black layout */

.album_slide_h400 div.mask
{
	position:relative;
	width:320px;
	height:400px;
	overflow:hidden;
}

.album_slide_h400 div.mask img
{
	position:absolute;
	display:block;
	border:none;
}

.album_slide_h400 div.mask div.slide
{
	position: relative;

}

/* a banner slideshow for the wide sidebar layout */

.album_slide_w420 div.mask
{
	position:relative;
	width:430px;
	height:350px;
	overflow:hidden;
}

.album_slide_w420 div.mask img
{
	position:absolute;
	display:block;
	border:none;
}

.album_slide_w420 div.mask div.slide
{
	position: relative;

}


/* a short banner slideshow for the wide sidebar layout */

.album_slide_h180 div.mask
{
	position:relative;
	width:430px;
	height:180px;
	overflow:hidden;
}

.album_slide_h180 div.mask img
{
	position:absolute;
	display:block;
	border:none;
}

.album_slide_h180 div.mask div.slide
{
	position: relative;
}

.album_slide_h180 div.mask div.slide div.slidetext
{
position: absolute;
top: 130px;
left: 0px;
width: 100%;
height: 35px;
background-color: #000;
opacity: 0.6;
filter:alpha(opacity=60);
text-align: right;
}

.album_slide_h180 div.mask div.slide div.slidetext .h1
{
padding: 0px;
padding-right: 10px;
margin: 0px;
}
/* End of 'slideshow' */

