/* default link style - needed to make the :active work correctly in IE */

/* style the outer cntaining div to fit the landscape, portrait and buttons */
#album {
	width:320px;
	height:auto;
	background:#eee url(gallery/deer.jpg) 0 40px no-repeat;
	margin-top: 0;
	margin-bottom: 0;
	}
/* remove the padding margin and bullets from the list. Add a top margin and width to fit the images and a position relative */
.gallery {
	padding:0;
	list-style-type:none;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	width: 500px;
	position: relative;
}
/* remove the default image border */
.gallery img {
border:0;
}
/* make the list horizontal */
.gallery li {
float:left;
}
/* style the link text to be central in a surrounding box */
.gallery li a, .gallery li a:visited {
font-size:11px;
float:left; 
text-decoration:none; 
color:#000; 
background:#fff; 
text-align:center; 
width:16px; 
height:16px; 
line-height:14px; 
border:1px solid #444;
margin:2px;
}
/* position the images using an absolute position and hide them from view */
.gallery li a img {
position:absolute; 
top:36px; 
left:0; 
visibility:hidden; 
border:0;
}
/* fix the top position for the landscape images */
.gallery li a img.landscape {
top:36px;
}
/* fix the left position for the portrait images */
.gallery li a img.portrait {
left:0;
border-left:40px solid #eee;
border-right:40px solid #eee;
}
/* style the hover background color for the text boxes */
.gallery li a:hover {
background:#ddd;
}
/* style the active/focus colors for the text boxes (required for IE) */
.gallery li a:active, .gallery li a:focus {
	color:#fff;
	background-color: #666666;
}
/* make the images visible on active/focus */
.gallery li a:active img, .gallery li a:focus img {
visibility:visible;
}

.gallery span {
display:none;
line-height:normal;
}
.gallery a:active span, .gallery a:focus span {
	visibility: visible;
	display:block;
	font-size:12px;
	position:absolute;
	top:36px;
	left:315px;
	width:165px;
	padding:6px;
	background-color: #666666;
	color:#ffffff;
	text-align: left;
	}

#slideshow
{
	height:350px;
	width: 478px;
	margin: 0px;
	float: left;
	padding-top: 0px;
	padding-right: 15px;
	padding-left: 25px;
	}

