/** jQuery Gallery Plugin **/
.gallery{
	position: relative;
	overflow: hidden;
	background-color: #666;
	padding: 0px;
	height: 380px;
	width: 380px;
	z-index:0;
}
.galleryBar {
  position: absolute;
  left: 5px;
  margin: 0;
  padding: 0;
  display:none;
}

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

.galleryBar li img {
	border: thin solid #FFF;	
	
}
.galleryBar li img:hover {
	border: thin solid #E76717;	
}

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