@charset "utf-8";
/*	-------------------------------------------------------------
	CSS - PHOTOS : 	Serabee
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
	Filename:		sera_photos.css
	Date:			Oct 7, 2009
	Author:			Halo Media LLC - http://www.halopowered.com/
	-------------------------------------------------------------	*/

/*	--------------------------------------------------------------------------------------------------------------------------
	#nav Styles
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	ul#nav li.photos a {
		background-position:-289px -11px;
	}
					
/*	--------------------------------------------------------------------------------------------------------------------------
	#photos Styles
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	h2#h2_photos {
		width:210px; height:34px;
		margin:0 0 0 56px;
		background:url(../../images/h2_photos.png) 0 0 no-repeat;
	}
	#photos {
		padding:28px 0 30px 0;
	}
		#photos .container {
			width:673px;
			margin:0 auto; padding:46px 30px 50px 30px;
			background:#6d5b73;
		}
			#photos .container .fullsize {
				padding:3px;
				background:#44132a;
				float:left;
			}
			#photos .container ul.thumbnails {
				width:255px;
				padding:5px 0 5px 5px;
				background:#5b3951;
				float:right;
			}
				#photos .container ul.thumbnails li {
					width:80px; height:auto;
					padding:0 5px 0 0;
					display:inline;
					float:left;
				}
		
		