/* From css play */

/* default link style - needed to make the :active work correctly in IE */
a, a:visited, a:hover, a:active {
	color:#000;
}
/* Container for gallery */
#gallery_1 {
  	margin:0 auto; 
  	padding:0;
	width:760px;
	height:530px;
  	position:relative; 
  	z-index:1; 
  	overflow:hidden;
	font: /*0.92em*/11px Arial, Helvetica, Sans-Serif; 
	text-align:center;
}
/* style the outer containing div to fit the landscape, portrait and buttons */
#album1 {
	position:absolute;
	width:395px; 
	height:340px;
	left:0;
	top:0; 
	background:/*#b6b6ba*//*#9e9fa3*/#808080;
	margin:0 auto;
}
#album1a {
	position:absolute;
	width:370px; 
	height:340px; 
	left:390px;
	top:0;
	background:/*#b6b6ba*//*#9e9fa3*/#808080;
	margin:0 auto;
}
/* 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; 
	margin:20px 0 0 32px; 
	list-style-type:none; 
	position:relative; 
	top:288px;
	left:7px;
	width:370px;
	font-weight:bold;
}
/* 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:/*.9em*/10px;
	float:left; 
	text-decoration:none; 
	color: /*#b6b6ba*/#9e9fa3/*#808080*//*#d0d1d5*/; 
	background: /*#504f54*/#3e3d42;
	text-align:center; 
	width:18px; 
	height:16px; 
	line-height:14px; 
	margin:2px;
}
/* position the images using an absolute position and hide them from view */
.gallery li a img {
	position:absolute; 
	top:-296px; 
	visibility:hidden; 
	border:0;
}
/* fix the top position for the landscape images */
.gallery li a img.landscape {
	top:-260px;
	left: 1px;
}
/* fix the left position for the portrait images */
.gallery li a img.portrait {
	left:41px;
}
/* style the hover background color for the text boxes */
.gallery li a:hover {
	border-bottom: 3px solid #fcf04b;
	color: #fcf04b;
}
/* style the active/focus colors for the text boxes (required for IE) */
/*.gallery li a:active, .gallery li a:focus {
	border-bottom: 5px solid #fcf04b;
	color: #fcf04b;
}*/
/* make the images visible on active/focus */
/*.gallery li a:active img, .gallery li a:focus img {
	visibility:visible;
}*/
/* Style the button when selected */
.gallery li a.chosen {
	border-bottom: 3px solid #fcf04b;
	color: #fcf04b;
}
/* Make image visible if selected */
.gallery li a.chosen img {
	visibility:visible;
}

/* text */
#text1, #text1a {
	height:169px;
	position:absolute; 
	top:340px;
	text-align:left;
}

#text1 {
	width:395px; 
	left: 0;
	background: /*#b6b6ba*//*#9e9fa3*/#808080;
}

#text1a {
	width:370px; 
	left: 390px;
	background:/*#b6b6ba*//*#9e9fa3*/#808080;
}
#text1 p, #text1a p {
	 margin-bottom:8px;
}
/*#text1 .title, #text1a .title {
	color:#eaecee; 
	margin-left:10px;
}*/
#text1 .description, #text1a .description {
	line-height: 1.5;
	display:block;
	color: #ddd; 
	text-align:justify;
}
#text1 .description {
	margin: 8px 67px 8px 42px; 
}
#text1a .description {
	margin: 8px 42px; 
}

/*#text1 dl, #text1a dl {
	margin: 0 auto;
}
#text1 dt, #text1a dt {
	color: #eaecee;
	position:relative;
	left:10px;
}
#text1 dd, #text1a dd {
	color: #222;
	position:relative;
	left:80px;
	top:-14px;
	width:280px;
}*/

/* Style for extra footer buttons on gallery pages */
#footer li.spacer {
	/*width:148px;*/
	width:278px;
}
#footer li.gallerynav a, #footer li.gallerynav a:link, #footer li.gallerynav a:visited, #footer li.gallerynav a:active, #footer li.gallerynav a:hover, #footer li.gallerynav a.current {
	width: 18px;
	margin:2px;
}
#footer li.gallerytitle a, #footer li.gallerytitle a:link, #footer li.gallerytitle a:visited, #footer li.gallerytitle a:active, #footer li.gallerytitle a:hover, #footer li.gallerytitle a.current {
	width:90px;
	background:none;
	/*border: 1px solid #3e3d42;*/
	border:0;
	color:#3e3d42;
	height:20px; 
	line-height:18px; 
}