/* Start of CMSMS style sheet 'Manyooart: album' */
	/* Image Gallery - Small Thumbnail Images */
	.thumb {
		margin-right:5px;
		margin-left:5px;
		padding:0;
		float: left;
		text-decoration: none;
		line-height: normal;
		text-align: left;
		overflow:hidden;
	}

	.thumb img, .thumb a img, .thumb a:link img{ /* Set link formatting*/
                display:block;
		width: 130px; /* Image width*/ 
		height: 110px;/* Image height*/
		overflow:hidden;
		padding: 0px; /* Image padding to form photo frame */
		/* You can set the above to 0px = no frame - but no hover indication! Adjust other widths ot text!*/
		margin: 0;
		background-color: white; /*Background of photo */ 
		border-right: 1px solid #e9e9e9; /* Borders of photo frame */
		border-bottom: 1px solid #e9e9e9;
		border-top: 1px solid #e9e9e9;
		border-left: 1px solid #e9e9e9;
		text-decoration: none;
	}

	.thumbPicCaption {display: none;}

	/* Image Gallery - Big Images */
	.bigPic {
		margin: 0 0 0 0;
		padding: 0;
		line-height: normal;
	}

	.bigPicCaption {display: none;}

	.bigPic img{ /* Big Image settings */
		width: 400px; /* Width of Big Image */
			height: auto;
		display: inline;
		padding: 0px; /* Image padding to form photo frame. */
		/* You can set the above to 0px = no frame - but no hover indication! Adjust other widths ot text!*/
		margin: 0px;
		background-color: white; /* Background of photo */ 
		border: 1px solid #b0b0b0; /* Borders of photo frame */
		text-decoration: none; 
		text-align: left;
	}

.bigPicNav {display: none;}
/* End of 'Manyooart: album' */

