@charset "utf-8";
/* CSS Document */
/*	-------------------------------------------------------------
	CSS - VERVE - TEDDY THOMPSON
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
	Filename:		tt_gallery.css
	Date:			June 10th 2008
	Author:			Halo Media LLC - http://www.halopowered.com/
	-------------------------------------------------------------	*/
	
/*	--------------------------------------------------------------------------------------------------------------------------
	Gallery Styles
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	#leftColumn {
		margin:0px; padding:0px 0px 50px 0px;
		width:643px;
		background:#FFFFFF;
		float:left;
	}
		#leftColumn h1 {
			width:391px; height:77px;
			background:url(/images/galleryBg.jpg) no-repeat;
		}
		#leftColumn .photosLinks {
			width:391px; 
			background-color:#EFEFEF;
			color:#009785;
			
		}
		
		#leftColumn .photosLinks a.live:link, #leftColumn .photosLinks a.live:active, #leftColumn .photosLinks a.live:visited {
			background-color:#EFEFEF;
			margin:0 15px 0 5px;
			color:#009785;
			font:bold 10px Arial, Helvetica, sans-serif;
			text-decoration:none;
		}
			#leftColumn .photosLinks a.live:hover {
				margin:0 15px 0 5px;
				color:#009B8D;
				font:bold 10px Arial, Helvetica, sans-serif bolc; 
				background-color:#000000;
				text-decoration:none;
			}
		
		#leftColumn .photosLinks a.press:link, #leftColumn .photosLinks a.press:active, #leftColumn .photosLinks a.press:visited {
			background-color:#EFEFEF;
			margin:0 15px 0 5px;
			color:#009B8D;
			font:bold 10px Arial, Helvetica, sans-serif;
			text-decoration:none;
		}
			#leftColumn .photosLinks a.press:hover {
				margin:0 15px 0 5px;
				color:#009B8D;
				font:bold 10px Arial, Helvetica, sans-serif bolc; 
				background-color:#000000;
				text-decoration:none;
			}
		
		
		#thumbnails {
			margin:20px 30px 0px 50px; padding:0px;
			color: #FFFFFF;
			font:normal 12px Helvetica, Verdana, Arial, sans-serif;
			width:154px;
			float:left;
		}
		a.thumb1:link, a.thumb1:active, a.thumb1:visited {
			margin:0px 4px 10px 0px; padding:0px;
			width:73px; height:73px;
			background:url(/images/galleryImgs/thumbs/1.jpg) top no-repeat;
			display:block;
			float:left;
		}
		a.thumb1:hover {
			margin:0px 4px 10px 0px; padding:0px;
			width:73px; height:73px;
			background:url(/images/galleryImgs/thumbs/1.jpg) bottom no-repeat;
			float:left;
			display:block;
		}
		a.thumb2:link img, a.thumb2:active img, a.thumb2:visited img {
			margin:0px 4px 10px 0px; padding:0px;
			border:1px solid #009B8D;
			display:block;
			float:left;
		}
			a.thumb2:hover img{
				margin:0px 4px 10px 0px; padding:0px;
				border:1px solid #000000;
				float:left;
				display:block;
			}
		#mainPhoto {
			width:338px;
			margin:15px 0 0 15px;
			float:left;
		}
		#btns {
			margin:5px 0px 0px 0px; padding:0px;
			width:123px;
		}
		a.nextBtn:link, a.nextBtn:active, a.nextBtn:visited {
			margin:0px; padding:0px;
			width:59px; height:22px;
			background:url(/images/nextBtn.jpg) top no-repeat;
			display:block;
		}
		a.nextBtn:hover {
			margin:0px; padding:0px;
			width:59px; height:22px;
			background:url(/images/nextBtn.jpg) bottom no-repeat;
			display:block;
		}
		a.prevBtn:link, a.prevBtn:active, a.prevBtn:visited {
			margin:0px; padding:0px;
			width:64px; height:22px;
			background:url(/images/prevBtn.jpg) top no-repeat;
			display:block;
		}
		a.prevBtn:hover {
			margin:0px; padding:0px;
			width:64px; height:22px;
			background:url(/images/prevBtn.jpg) bottom no-repeat;
			display:block;
		}
