/** jQuery Gallery Plugin **/
.gallery_bkg{
	background-color: #fff;
	padding: 0px;
	width:403px;
	height:284px;
	float:right;
	margin:0 0 15px 00px;


}
.gallery{
  position: relative;
  overflow: hidden;
  float:right;
  border:0px;	width:403px;
	height:284px;
}
.galleryBar {
  position: absolute;
  left: 0;
  margin: 0;
  padding: 0 12px;
  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: 12px;
}
.galleryTitle {
 font-size: 12px;
 font-weight: bold;
 font-family:Arial, Helvetica, sans-serif;
 
}

