/* Start of CMSMS style sheet 'Hifi03 - Gallerie' */
/* Album Module CSS for default, ImageGallery, and Thickbox templates */
/* Used for categories to make things clear correctly */
.album_content {
	width:100%; 
	float:left;
}
.clear {
	clear:both
}
/* Album List UL */
.albumlist
{
	margin-left:0;
	padding-left:0;
	float:left;
}

/* Picture List UL */
.picturelist
{
	margin-left:0;
	padding-left:0;
}

/* Album and Picture Lists */
.thumb
{
	float: left; 
	margin: 0px; 
	padding: 0px;
	list-style: none;
	height:100px;
	text-align:center;
}
.thumb a
{
	display:block;
	height:72px;
	width:100px;
	padding:2px;
	margin:0;
	background-color:#CCC;
	border-top:1px solid #eee;
	border-right:2px solid #ccc;
	border-bottom:2px solid #ccc;
	border-left:1px solid #eee;
	text-decoration:none;
}

.thumb a img { 
	border: 1px solid #CCC;
	max-height: 72px;
	max-width: 100px;
}
.thumb a:visited img { }
.thumb a:hover img  { }

.albumcomment { text-align: left; }



/* Styling of text and navigation for Album */
.albumname
{
	text-align:center;
	font-style:normal;
}
.albumname a
{
        display: inline;
        border: none;
        margin:0;
        padding:0;
        background-color:transparent;
}
.albumpicturecount
{
	text-align:center;
	font-weight:normal;
	font-style:italic;
}

.albumcomment
{
	text-align:center;
	font-weight:normal;
	font-style:normal;
}

.albumnav
{
	text-align:center;
	font-weight:normal;
	font-style:normal;
	font-size:smaller;
}

.instructiontext
{
	font-weight:normal;
	font-style:normal;
}
/* End of 'Hifi03 - Gallerie' */

