/* CSS Document */

/** jQuery Gallery Plugin **/
.gallery_cont {
	width:580px;
	border:1px solid #DDDDDD;
	padding:10px;
	margin:20px 0;
}
.gallery_cont img{
	width:580px;
}
.gallery{
  position: relative;
  overflow: hidden;
  background-color: #FFFFFF;
  padding: 0px;
  height: 450px;
}
.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 {
display:none;
}
.galleryScreen {
 background-color: #222;
}
.galleryInfo {
 background-color: transparent;
 color: #fff;
 padding: 12px;
}
.galleryTitle {
 font-size: 135%;
 font-weight: bold;
}
