@charset "utf-8";
/*	-------------------------------------------------------------
	CSS - SUSAN TEDESCHI GALLERY CSS
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
	Filename:		st_gallery.css
	Date:			October 27, 2008
	Author:			Halo Media LLC - http://www.halopowered.com/
	-------------------------------------------------------------	*/
	#contentSpace {
		margin:20px 0 0 0; padding:63px 0 0 0;
		background:url(../../images/bg_gallery.png) no-repeat;
	}

	#contentSpace .thumbSpaceOuter {
		padding:0 0 0 100px;
		width:230px;
		float:left;
	}
		#contentSpace .thumbSpace {
			padding:10px 0 5px 0;
			width:230px;
			background:url(../../images/bg_thumbspace.png);
			behavior:url(shared/css/iepngfix.htc);
		}
		#contentSpace .thumbSpace .thumb {
			margin:0 0 10px 0; padding:0 0 0 10px;
			float:left;
		}
			#contentSpace .thumbSpace .thumb a:link img, #contentSpace .thumbSpace .thumb a:active img, #contentSpace .thumbSpace .thumb a:visited img {
				display:block;
				border:solid 1px #ffffff;
			}
				#contentSpace .thumbSpace .thumb a:hover img  {
					border:solid 1px #be4a3a;
				}
			#contentSpace .thumbSpace .thumb img {
				display:block;
			}
		#contentSpace .thumbSpaceOuter .thumbSpaceBottom {
			width:230px; height:8px;
			background:url(../../images/bg_thumbspaceBottom.png) no-repeat;
			behavior:url(shared/css/iepngfix.htc);
			line-height:0;
		}
	
	#contentSpace .photoSpace {
		padding:37px 0 150px 0;
		float:left;
	}
		#contentSpace .photoSpace .photo img {
			padding:3px 4px;
			background:#ffffff;
			display:block;
		}
		#contentSpace .photoSpace .photoNav {
			width:500px;
		}
			#contentSpace .photoSpace .photoNav .btnPrev {
				width:144px; height:32px;
				background:url(../../images/btn_prev.png) no-repeat;
				behavior:url(shared/css/iepngfix.htc);
				float:left;
			}
				#contentSpace .photoSpace .photoNav .btnPrev:hover {
					background:url(../../images/btn_prevHover.png) no-repeat;
					behavior:url(shared/css/iepngfix.htc);
				}
				#contentSpace .photoSpace .photoNav .btnPrev a {
					width:144px; height:32px;
					display:block;
				}
			#contentSpace .photoSpace .photoNav .btnNext {
				width:163px; height:35px;
				background:url(../../images/btn_next.png) no-repeat;
				behavior:url(shared/css/iepngfix.htc);
				float:right;
			}
				#contentSpace .photoSpace .photoNav .btnNext:hover {
					background:url(../../images/btn_nextHover.png) no-repeat;
					behavior:url(shared/css/iepngfix.htc);
				}
				#contentSpace .photoSpace .photoNav .btnNext a {
					width:163px; height:35px;
					display:block;
				}
