/* SLIMBOX */
/*
#lbOverlay {
	position: fixed;
	z-index: 9999;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	cursor: pointer;
}

#lbCenter, #lbBottomContainer {
	position: absolute;
	z-index: 9999;
	overflow: hidden;
	background-color: #fff;
}

.lbLoading {
	background: #fff url(loading.gif) no-repeat center;
}

#lbImage {
	position: absolute;
	left: 0;
	top: 0;
	border: 10px solid #fff;
	background-repeat: no-repeat;
}

#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none;
}

#lbPrevLink {
	left: 0;
}

#lbPrevLink:hover {
	background: transparent url(prevlabel.gif) no-repeat 0 15%;
}

#lbNextLink {
	right: 0;
}

#lbNextLink:hover {
	background: transparent url(nextlabel.gif) no-repeat 100% 15%;
}

#lbBottom {
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	line-height: 1.4em;
	text-align: left;
	border: 10px solid #fff;
	border-top-style: none;
}

#lbCloseLink {
	display: block;
	float: right;
	width: 66px;
	height: 22px;
	background: transparent url(closelabel.gif) no-repeat center;
	margin: 5px 0;
	outline: none;
}

#lbCaption, #lbNumber {
	margin-right: 71px;
}

#lbCaption {
	font-weight: bold;
}*/

#lbOverlay { 
position : fixed; 
z-index : 9999; 
left : 0; 
top : 0; 
width : 100%; 
height : 100%; 
background-color : #000; 
cursor : pointer; 
} 
#lbCenter, #lbBottomContainer { 
position : absolute; 
z-index : 9999; 
overflow : hidden; 
background-color : #fff; 
} 
.lbLoading { 
background : url(loading.gif) center no-repeat #fff; 
} 
#lbImage { 
position : absolute; 
left : 0; 
top : 0; 
border : 10px solid #fff; 
background-repeat : no-repeat; 
} 
#lbPrevLink, #lbNextLink { 
display : block; 
position : absolute; 
top : 0; 
width : 50%; 
outline : none; 
} 
#lbPrevLink { 
left : 0; 
} 
#lbPrevLink:hover { 
background : url(prevlabel.gif) 0% 15% no-repeat transparent; 
} 
#lbNextLink { 
right : 0; 
} 
#lbNextLink:hover { 
background : url(nextlabel.gif) 100% 15% no-repeat transparent; 
} 
#lbBottom { 
font-family : Verdana, Arial, Geneva, Helvetica, sans-serif; 
font-size : 10px; 
color : #666; 
line-height : 1.4em; 
text-align : left; 
border : 10px solid #fff; 
border-top-style : none; 
} 
#lbCloseLink { 
display : block; 
float : right; 
width : 66px; 
height : 22px; 
background : url(closelabel.gif) center no-repeat transparent; 
margin : 5px 0; 
outline : none; 
} 
#lbCaption, #lbNumber { 
margin-right : 71px; 
} 
#lbCaption { 
font-weight : bold; 
} 
/*html, body { 
margin : 0; 
padding : 0; 
}
body { 
font-family: "Lucida Grande", "Lucida Sans", Lucida, Verdana, Arial, Geneva, Helvetica, sans-serif; 
font-size : small; 
color:#222; */
} 
/*h1, h2 { 
font-weight : normal; 
font-family: "Century Gothic", "Trebuchet MS", Verdana, Arial, Geneva, Helvetica, sans-serif; 
} 
h1 { 
font-size : 200%; 
color : #333; 
margin : 20px 20px 0.5em 20px; 
} 
h2 { 
font-size : 125%; 
text-transform : uppercase; 
letter-spacing : 3px; 
color : #000; 
margin : 1em 20px 0.5em 20px; 
}
p { 
margin : 0 20px 1em 20px; 
} */
.alb2:link, .alb2:visited{ 
text-decoration : none; 
} 
.alb2 img{ 
padding: 5px; 
border : 1px solid #ccc; 
margin : 2px; 
} 
.alb2 img:hover{ 
border-color : #06c; 
} 
#footer { 
font-family:Tahoma, Geneva, sans-serif; 
font-size : 10px; 
margin-top : 2em; 
}
