/** jQuery Gallery Plugin **/
.gallery {
	margin: 			10px auto;
	position: 			relative;
  	overflow: 			hidden;
  	padding: 			0px;
  	width: 				960px;
	height: 			400px;
	z-index: 			10;
}
.galleryBar {
  	position: 			absolute;
  	left: 				0;
  	margin: 			0;
  	padding: 			10px 15px;
	height: 			0px;
}

#mm-gallery-overlay {
	position: 			absolute;
  	left: 				0;
	z-index: 			10001;
}

#mm-gallery-tagline {
	position: 			absolute;
	bottom: 			5px;
	right: 				15px;
	z-index: 			10001;
	font-size: 			24px;
	font-weight: 		bold;
	color: 				#4d4d4d;
}

#mm-gallery-header {
	position: 			absolute;
	top: 				0px;
	left: 				600px;
	width: 				200px;
	height: 			96px;
	text-align: 		center;
}

#mm-gallery-header h1 {
	margin: 			5px 20px;
	padding: 			0px;
	border: 			0px;
	color: 				#FFFFFF;
	font-size: 			16px;
}

#mm-gallery-header img {
	margin-top: 		10px;
	border: 			0px;
}

.galleryBar li {
  	position: 			relative;
  	margin: 			0 10px 0 0;
  	padding: 			0;
  	overflow: 			hidden;
  	float: 				left;
  	list-style: 		none;
}

.galleryBar li img {
  	border: 			0px;
}

.galleryScreen, .galleryInfo {
  	position: 			absolute;
}
.galleryScreen {
 	background-color: 	#222;
}
.galleryInfo {
 	background-color: 	transparent;
 	color: 				#fff;
 	padding: 			12px;
}
.galleryTitle {
 	font-size: 			135%;
 	font-weight: 		bold;
}
