/** jQuery Gallery Plugin **/
.gallery
{
	position: relative;
	overflow: hidden;
	background-color: #231F20;
	padding: 0;
	height: 394px;
}
.galleryBar
{
	position: absolute;
	left: 0;
	margin: 0 0 0px;
	padding: 0px 0px 0px 7px;
	display: none;
}
.galleryBar LI
{
	position: relative;
	margin: 0 7px 0 0;
	padding: 0 0 0px;
	overflow: hidden;
	float: left;
	list-style: none;
}
.galleryScreen, .galleryInfo
{
	position: absolute;
}
.galleryScreen
{
	background-color: #231F20;
}
DIV#gallerySeperator
{
	height: 70px;
	width: 70px;
	background-color: #231F20;
	z-index: 99999;
	position: absolute;
	top: 395px;
	right: 7px;
	cursor: pointer;
	background-image: url(../images/projects/details.on.off.png);
	background-position: 0px 0px;
}
DIV#galleryDetails
{
	display: none;
}
.galleryInfo
{
	background-color: transparent;
	color: #FFF;
	padding: 12px;
}
.galleryTitle
{
	font-size: 135%;
	font-weight: bold;
	visibility: hidden;
}
.galleryDescBackground
{
	width: 200px;
	height: 20px;
	background-color: #7E7E7E;
	z-index: 999;
	position: relative;
	top: -117px;
	left: 0px;
	font-size: 14px;
	font-weight: bold;
	opacity: .7;
	filter: alpha (opacity=70);
	-moz-opacity: .7;
	padding: 5px;
}
.galleryDesc
{
	color: #000;
	width: 200px;
	height: 22px;
	position: absolute;
	top: -21px;
	font-size: 12px;
	font-weight: bold;
}
DIV#highlighter
{
	z-index: 1001;
	color: #000000;
	font-size: 10px;
	text-align: center;
	border-bottom: 10px solid #FFFFFF;
	position: absolute;
	left: 15px;
	top: 478px;
	width: 84px;
	height: 2px;
}
.pointerDown
{
	position: absolute;
	z-index: 1001;
	top: 405px;
	left: 50px;
}
.pointerRight
{
	position: absolute;
	z-index: 1001;
	top: 436px;
	left: 5px;
}
