#flipper
{
position:relative;
background: #E7E3D1;
margin:5px 0;
padding:0 25px;
}
	
	div#photo-gallery{
		margin:0 auto;
		height:116px;
		overflow:hidden;
	}
		

	#flipLeft
	{
	position: absolute;
	top: 0;
	left: 0;
	height: 194px;
	width: 19px;
	background: url(../images/scrollleft.gif) top left no-repeat;
	outline: none;
	}
	
	#flipRight
	{
	position: absolute;
	top: 0;
	right: 0;
	height: 194px;
	width: 19px;
	background: url(../images/scrollright.gif) top left no-repeat;
	outline: none;
	}
	
	#upload-a-photo
	{
	position: relative;
	bottom: -9px;
	right: 0;
	text-align:right;
	display:block;
	}

#flipper h2{
  padding:5px 0;
}

#photo-gallery img{
  border:3px solid #D5D0B5;
}

#slideshow { position: relative; width: 200px; float:right; margin-right:30px; }
#controls { z-index: 1000; position: absolute; top: 0; left: 0; display: none;
    background-color: #000; padding: 6px; color:#fff; 
    width: 188px; opacity: 0.6; margin:16px 15px 0 16px;
}
#controls a{ color:#fff; }
#controls span { margin: 0 5px }

#thumb-list { width:300px; margin: 4px 0 0 0; padding:0; }
#thumb-list li { display:inline; list-style: none; margin: 0; padding:0;  }
#thumb-list a { padding: 2px; display: block; border:none; outline: none; }
#thumb-list a.activeSlide { background: #F59E24; }
#thumb-list img { border: none; display: block }
