@charset "utf-8";
/* CSS Document */

*
{
/*to reset the page layout and margins*/
	margin:0;
	padding:0;
}

html
{
	display:inline;
	zoom:1;
}

/*gallery divs*/
.gallery_wrapper
{
	background:url(http://www.funkyreptiledesigns.com/assets/images/styles/frd_trans_BG.png) repeat;
/*	background:#00FF33;*/
	
	width:775px;
	min-width:auto;
	height:auto;
	
	letter-spacing:8px;
		
	position:relative;
	z-index:100;
	
	/*NESW*/
	padding: 2px 5px 2px 5px;
	/*margin: 0 0 0 0;*/
}


.thumbnail_shelf
{
/*	background:#00CC66;*/
	
	width:auto;
	height:auto;
		
	position:relative;
	z-index:100;
	
	/*NESW*/
	/*padding: 0 0 0 0;*/
	margin: 5px;	
}

.gallery_images
{
	border:none;
}

/*Projects area is linked in here as well since there very simia.lr pages anyways

.info_session
{
	/*background:#00CC33;
	
	width:775px;
	height:auto;
	overflow:hidden;

	/*to center it
	margin-left:auto;
	margin-right:auto;
	
	font-size:10.5pt;
	
	/*NESW
	padding: 15px 30px 15px 30px;
		
	position:relative;
	float:left;
	
	z-index:100;*/
}