@charset "UTF-8";
/* CSS Document */


/* replaced below  #image {
	border:4px #000 solid;
	height:480px;
	width:640px;
}
*/
/* ORIGINAL CAPTION ON BOTTOM
	#caption
	max-width:500px;
	width:85%;
	padding:10px;
	color:#666;
	font-family:'Forum', cursive;
	margin-left:2%;
}

*/
/* NEW CAPTION */

#caption {
	float:right;
	max-width:250px;
	margin-right:25%;
}
span#title {
	padding:4px;
	font-size:125%;
	
}
#description {
	font-size:105%;
	padding:2px 6px;
	line-height:100%;
	}

.thumb {
	float:left;
	margin-right:10px;
	margin-top:10px;
}
img.thumb {
	border:1px #666 solid;
	cursor:pointer;
}

/* new */
#thumbs {

	max-width:420px;
	width:100%;
	position:relative;
	margin:0;
	padding:0;
	display:inline-block;
}
#image {
	max-width:475px;
	width:100%;
	margin:0 auto;

}

/*removed the width:100%; in order to get the images to be actual size and center in container */
#image img {
	max-width:520px;
	/*box-shadow:1px 1px 5px rgba(91, 91, 91, 0.4);
	display:block;*/
	margin-left:auto;
	margin-right:auto;
	
}

.vertical {
	margin:0 25%;
}

#gallery_01 img {
	box-shadow:1px 1px 5px rgba(91, 91, 91, 0.4);
}



