/* copyright Red Ink Creative 2010 */

/*---------------------------main layout divs--------------------------*/

#content{
	width:500px;
	margin-left:187px;
	margin-bottom:30px;
	padding:15px 0px 0 10px;
	text-align:left;
	}

#main_pic_box
	{
	width: 474px;
	height: 315px;
	padding:0;
	margin: 15px 15px 15px 15px;
	border: solid 1px #000;
	position:relative;
}


#main_pic_box img
{
	display:none;
	position:absolute;
	top:0px;
	left:0px;
}

#thumbs img
	{
	width: 96px;
	height: 64px;
	float: left;
	padding: 0;
	display:block;
	margin:15px 12px 15px 15px;
	border: solid 1px #000;	
}

.activeThumb
	{

	filter:alpha(opacity=100); /* for IE */
	opacity: 1;             /* for everything else! */	

}

.inactiveThumb
	{
	filter:alpha(opacity=40); /* for IE */
	opacity: 0.4;             /* for everything else! */	
}


.galley_caption
	{
	margin:0px 12px 15px 15px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:85%;
	color:#660;
	font-style:italic;	
	line-height:100%;
}	

.showCaption
	{
	display: all;
}

.hideCaption
	{
	display: none;
}

