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

.portfolio-cat
	{
	width:180px;
	height:396px;
	float:left;
	margin-right:1px;
	}


#golf-cat
	{
	background:#fff url(/images/portfolio/golf_cat_bg.jpg) no-repeat 0 0;
	}
#outdoor-rec-cat
	{
	background:#fff url(/images/portfolio/outdoor_cat_bg.jpg) no-repeat 0 0;
	}
#landscape-cat
	{
	background:#fff url(/images/portfolio/golf_and_landscape_cat_bg.jpg) no-repeat 0 0;
	margin-left:35px;
	}
#lifestyle-cat
	{
	background:#fff url(/images/portfolio/lifestyle_cat_bg.jpg) no-repeat 0 0;
	}
#wedding-cat
	{
	background:#fff url(/images/portfolio/wedding_cat_bg.jpg) no-repeat 0 0;
	}	
div#golf-cat.hovering,
div#outdoor-rec-cat.hovering,
div#landscape-cat.hovering,
div#lifestyle-cat.hovering,
div#wedding-cat.hovering
	{
	cursor:pointer;
	background-position:-180px top;
	}
div#main_image
	{
	float:left;
	}
.sgImage
	{
	margin:25px 0 0 40px;
	float:left;
	}
	
div.sgNavBar
	{
	clear:both;
	}
img.prev-nav
	{
	margin:0 0 6px 4px;
	}
img.next-nav
	{
	margin:7px 0 0 4px;
	}
#thumbnail-container
	{
	width:58px;
	float:left;
	margin:0 0 0 40px;
	
	}
div#portfolio_thumbnails	
	{
	width:58px;
	height:402px;
	overflow:hidden;
	float:left;
	}
.sgThumbnailPreview
	{
	float:left;
	margin:0 0 8px 4px;
	}
img.sgThumbnailPreviewCurrent
	{
	padding:3px;
	border:1px solid #ccc;
	margin:-4px 0 4px 0;
	}
	
	
a.portfolio-link
	{
	display:block;
	}
	
#waiting
	{
	position: absolute;
	width: 208px;
	height: 13px;
	top: 386px;
	left: 600px;
	z-index: 100;
	background: #fff url(/images/loadingAnimation.gif) no-repeat center center;
	display:none;
	}

#waiting.show
	{
  display: block;
	}	