/** jQuery Gallery Plugin **/
.gallery{
	position: relative;
	overflow: hidden;
	background-color: #fff;
}

.galleryBar {
	position: absolute;
	left: 0;
	margin: 0;
	padding: 0 7px;
	display:none; 
}

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

.galleryScreen, 
.galleryInfo {
	position: absolute;
}

.galleryScreen {
	background-color: #222;
}

.galleryInfo {
	background-color: transparent;
	color: #fff;
	padding: 20px;
}

.galleryTitle {
	font-size: 135%;
	padding-bottom:.5em;
	color:#6fc9b6;
	padding-top:15px;
}

.galleryInfo a.viewLink {
	color: #ff0000;
}

.galleryInfo a.viewLink:after {
	content: " >>";
}
