/* Start of CMSMS style sheet 'Album CSS Blog' */
/* 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;
}
.picturelist img {
width: 150px;
height: 105px; !important
}
/* Album and Picture Lists */
.thumb
{
	padding-left: 5px;
padding-bottom: 15px;
	width:150px;
	height:105px; !important
	margin:0.2em 0 1.2em 0;
	text-decoration:none;
	line-height:normal;
	list-style-type:none;
	text-align:center;
	float:left;


}
/* {$onepicture->autothumbnailsize} */
.thumb a
{




	display:block;
	height: 100%; 
/* Set link formatting*/
	width:150px; 
height: 105px; !important
/* Thumb width*/ 
	
/* Thumb height*/
	padding:3px;
/* Thumb padding to form thumb frame */
/* You can set the above to 0px = no frame - but no hover indication!*/
	margin:0;

/*Background of thumb */
	border-top:0px solid #eee;
/* Borders of thumb frame */
	border-right:0px #ccc;
	border-bottom:0px #ccc;
	border-left: 0px #eee;
	text-decoration:none;

}
.albumcomment { text-align: left; }
.thumb a:visited img
{
	
/*Background of thumb on hover - sort of a light grey */
}

.thumb a:hover img
{
	
/*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: none;
        margin:none;
        padding:none;
        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 CSS Blog' */

