/* Start of CMSMS style sheet 'album' */
/* 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;
}

/* .thumb { min-height: 0; }  IE 7 hasLayout issue*/


/* Album and Picture Lists */
.thumb, .thumb_empty
{
	padding: 5px;
	/*width:60px;*/
	/*margin:0 0.5em 0.5em 0;*/
/* Set link formatting*/
/* Thumbnail spacing */
	width:75px;
	text-decoration:none;
	line-height:normal;
	list-style-type:none;
	text-align:center;
	/*float:left;*/
	display: inline;
	float: left;
        margin:0 5px 5px 0;
}

.thumb {
        border:1px solid #4F3017;
}

.thumb a
{
	display:block;
	zoom: 1;
	height:75px; 
/* Set link formatting*/
	width:75px; 
/* Thumb width*/ 
	
/* Thumb height*/
;
/* Thumb padding to form thumb frame */
/* You can set the above to 0px = no frame - but no hover indication!*/
	margin:0;
	text-decoration:none;
}
.albumcomment { text-align: left; }
.thumb a:visited img
{
	/*background-color:#eee;*/
/*Background of thumb on hover - sort of a light grey */
}

.thumb a:hover img
{
	/*background-color:#dae6e4;*/
/*Background of thumb on hover - sort of light blue/green */
}

/* Styling of text and navigation for Album */
.albumname
{
	font-size:smaller;
	text-align:center;
	font-weight:bold;
	font-style:normal;
}

.albumname a
{
	display: inline;
  border: 0;
  margin:0;
  padding:0;
  background-color:transparent;
}

.albumpicturecount
{
	font-size:smaller;
	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;
	font-size:smaller;
	font-style:italic;
}

/* Big Picture */
.bigpicture
{
	padding:0.5em 0 0;
	clear:left;
	border-top:1px solid #ccc;
	text-align:center;
}

.bigpicturecaption
{
/* Big picture caption */
	text-align:center;
	margin:0 0 5px;
	padding:0;
}

.bigpicture img
{
/* Big picture settings */
	padding:18px;
/* Image padding to form photo frame. */
	width:80%;
/* Width of big picture - set to auto for actual width*/
	margin:0;
	background-color:white;
/* Background of picture */
	border-top:1px solid #eee;
/* Borders of picture frame */
	border-right:2px solid #ccc;
	border-bottom:2px solid #ccc;
	border-left:1px solid #eee;
	text-decoration:none;
}

.bigpicturenav
{
	margin:0;
	padding:0;
	color:#000;
	font-size:smaller;
	line-height:normal;
}
/* End of 'album' */

