@charset "utf-8";
/* CSS Document */
/*
      __ __    __    _____  _____  __  __    __
  // |  -  |  /  \  |     ||_  __||  ||  |  /  \
 //  |     | /    \ |    <   | |  |      | /    \
//   |_|v|_|/__||__\|__|\_\  |_|  |__||__|/__||__\
 __   __  __  __  _____   __  ___  _____  _______
|  |_|  ||  ||  |/    _\ |  |/  / |     ||       |
|       ||      ||    |  |     /  |    = |       |
|   _   ||      ||    |_ |     \  |    = |      <
|__| |__| \____/  \____/ |__|\__\ |_____||__|\___\

 *****  WOMEN'S GRAVITY MOUNTAIN BIKING   *****
 
 © copyright Martha Hucker Dot Com and Rita Langley, 2009. 

*/


/* All my lighbox bits: */

#fulllightbox {
	background-color: #000;	
	padding: 0px;
	background-image: url(../images/darktile.png);
	postion: relative;
	top: 0px;
}



#lbmedium {
	width: 100%;
	height: 370px;
	padding: 0px;
	margin: 0px;
	background-color:#000;
	background-position:center;
	background-repeat: no-repeat;
}

#thumbslider {
	
}

.imgthm {
	width: 150px;
	float: left;
}

.imgthm img{
	display: block;
	margin: 0 auto;
	border: 3px #333 solid;
}

#thumbscroller {
	width: 100%;
	height: 130px;
	overflow: auto;
	padding-top: 10px;
	padding-bottom: 10px;
	overflow-x: scroll;
	overflow-y: hidden;	
}

.overlay {
	position: fixed;
	top:0;
	left:0;
	height:0%;
	width:0%;
	background:#000;
	opacity:0;
	filter:alpha(opacity=0);
	z-index:50;
	cursor:pointer;
}


#lbcontainer {
	align: center;
	position: fixed;
	opacity:0;
	filter:alpha(opacity=0);
	left:-9999em;
	top: 10px;
	z-index:51;
	color:#FFF;
	background-color:#000;
	font-size:11px;
	text-align: right;
	padding: 0px;
	opacity:1;
	overflow-y: auto;
	max-height: 720px;
}

#lbcontrols img{
	float: right;	
}

#lbcontrols {
			
	display: block;
}

#imghider {
	display: none;	
}


#lbmainimg{
	display: block;
	margin: 0 auto;
	top: 60px;
}

#captionbox {
	text-align: center;
	background-color: none;
	background-image: url(../images/onepixgrey.png);
	position: relative;
	z-index: 10;
	padding-left: 10px;
	padding-right: 10px;
	width: 93%;
	height: 0px;
	overflow: hidden;
	bottom: -300px;
	margin-left: 5px;
	display: none;
}

#captionbox h3{
	margin: 0px;	
}

#capclose {
	position: absolute;
	right: 3px;
	top: 3px;
	color: #FFF;
	cursor: pointer;
}



#lbclose {
	height: 30px;
	width: 80px;
	position: absolute;
	top: 5px;
	right: 15px;
	z-index: 200000;

	cursor:pointer;

}
.lbnext {
	height: 30px;
	width: 60px;
	position: absolute;
	top: 0px;
	left: 120px;
	padding: 10px 30px 0px 20px;
	cursor:pointer;

}

.lbprev {
	height: 30px;
	width: 80px;
	
	padding: 10px 30px 0px 20px;
	cursor:pointer;


}

.caption {
	text-align: center;
	padding: 5px;
	padding-left: 30px;
	padding-right: 30px;
	
	display: block;
	margin-left: auto;
	margin-right: auto;
}




