.albumlink {
  border-bottom: solid 1px #2E526A;
  border-right: solid 1px #2E526A;
  border-top: solid 1px #D7E4E9;
  border-left: solid 1px #D7E4E9;
  min-height:66px;
  width:250px;
  margin:6px;
  padding-left:5px;
  text-decoration:none;
  vertical-align:middle;
  float:left;
  display:block;
  color:#204258;
}

.albumlink img {
border:none;
margin-top: 5px;
margin-right: 10px;
height: 64px;
}

.albumlink div {
margin-top: 10px;
}

.albumtitle {
color:#204258;
font-family:Arial,Helvetica,sans-serif;
font-size:14px;
font-weight:bold;
margin-bottom:-3px;
}

#thumbsWrapper {
 margin-top: 20px;
}

div.float {
  padding: 10px;
  text-align: center;
 /* background-color: #666;
  background-color: #9FB8DF;
  border: 1px solid #444; */
		min-height: 60px;
}

div.float img {
  padding: 1px;
  border: 1px solid #666666;
  background: #ffffff;
 }

	#dhtmlgoodies_scrolldiv{
		/* The total width of the scrolling div including scrollbar */
		width:160px;
		height:400px;	/* The height of the scrolling div */
		padding-left: 5px;
	}
	#scrolldiv_parentContainer{
		width:130px;	/* Width of the scrolling text */
		height:400%;
		overflow:hidden;
		float:left;
		position:relative;
	}
	
#scrolldiv_parentContainer p {
 margin: 2px;		
	}
	
	/*
	CSS for the scrolling content 
	*/
	#scrolldiv_content{
 	position:relative;
		font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;
		font-size: 0.9em;
		line-height:130%;
		color: #333;
		text-align: center;
		padding: 0px 10px;
	}
	
#mainPhoto {
 clear:both;
	margin:15px 0 0 0;
	text-align:center; 
}

#mainPhotoTitle {
 text-align:center;
 height:25px;
}

#photo {
 /*border: 1px solid grey; */
	padding: 2px;
}

#photoCaption {
display:none;
}
	
	/*
	The scrollbar slider 
	*/
	#scrolldiv_slider{
		width:15px;
		margin-left:2px;
		height:400px;
		float:left;
		background: transparent;
	}
	
	/*
	The scrollbar (The bar between the up and down arrow )
	*/
	#scrolldiv_scrollbar{
		width:13px;
		height:360px;	/* Total height - 40 pixels */
/*		border:1px solid #BC8FBD; */
		position:relative;
		
	}
	/*
	The scrollbar handle
	*/
	#scrolldiv_theScroll{
		margin:1px;
		width:11px;
		height:33px;
 	background-color:#000; 
		position:absolute;	
		top:0px;
		left:0px;
		cursor:pointer;
	}
	/*
	Scroll buttons(The up and down arrows)
	*/
	#scrolldiv_scrollUp,#scrolldiv_scrollDown{
		width:15px;
		height:15px;
		border: none;
		background-color: transparent;
		text-align:center;
		font-size:16px;
		line-height:16px;
		cursor:pointer;
	}
	#scrolldiv_scrollUp{
		margin-bottom:2px;
		background: transparent url(/images/up.png) no-repeat;
	}
	#scrolldiv_scrollDown{
		margin-top:2px;
		background: transparent url(/images/down.png) no-repeat;
	}

	
	#scrolldiv_scrollDown span,#scrolldiv_scrollUp span{
		font-family: Symbol;
	}

