/** jQuery Gallery Plugin **/

.gallery {
  position: relative;
  overflow: hidden;
  padding: 15px 20px 15px 20px;
  background: url('../images/kwadrat.gif') #666 top left;
}

.galleryContent {
  border: 1px solid #282828;
}

.galleryBar {
  /*position: absolute;*/ /**here**/
  left: 0;
  margin-left: 21px;
  padding: 10px 0 10px 20px;
  /*display:none;*/ /**here**/
  background-color: transparent;
  background: url('../images/pixel_slider.png') top left repeat;
  overflow: hidden;
}

.galleryBar li {
  position: relative;
  margin-right: 20px;
  margin-bottom: 20px;
  overflow: hidden;
  float: left;
  list-style: none;
}

.galleryBar li.chosenOne, .galleryBar li:first-child {
   margin-top: -3px;
   margin-right: 14px;
   border: 3px solid #EE6F04;
}

.galleryScreen, .galleryInfo {
  position: absolute;
}

.galleryScreen {
 background: url('../images/kwadrat.gif') top left;
}

.galleryInfo {
 padding-top: 15px;
 margin: 0 20px 45px 20px;
 color: #fff;
 width: 960px;
 background: url('../images/flame.png') 100% 30% no-repeat;
 border-top: 1px solid #2a2828;
}

.galleryDesc{
  float: left;
}

.galleryInfoSummary, .galleryInfoSpec, .galleryGoto {
  float: left;
  height: 120px;
  padding-bottom: 5px;
}

.galleryInfoSummary, .galleryInfoSpec {
  /*text-align: justify;*/
  overflow: auto;
}

.galleryInfoSummary h2, .galleryInfoSpec h2 {
  font-weight: bold;
  font-size: 16px;
  text-transform: uppercase;
  color: #fd6400;
  padding: 15px 0 0 20px;
}

.galleryInfoSummary p, .galleryInfoSpec p {
  padding: 13px 20px 0 20px;
  line-height: 15px;
}

.galleryInfoSummary {
  width: 350px;
  background-color: #070707;
  font-size: 12px;
}

.galleryInfoSummary a {
  color: #fd6400;
  text-decoration: none;
  white-space: nowrap;
}

.galleryInfoSummary a:hover span {
  text-decoration: underline;
}

.galleryInfoSpec {
  width: 400px;
  font-size: 12px;
}

.galleryGoto {
  width: 80px;
  /*padding-top: 60px;
  margin-left: 15px;*/
  position: relative;
}

.galleryGoto a {
  position: absolute;
  bottom: 10px;
  right: 0;
  display: inline-block;
  width: 65px;
  height: 22px;
  line-height: 22px;
  background-color: #ad4401;
  font-size: 12px;
  text-decoration: none;
  text-align: center;
  color: #fff;
}

.galleryGoto a.galleryGotoHidden {
  display: none;
}
/*
.galleryGoto ul {
  list-style-type: none;
}

.galleryGoto ul li {
  float: left;
  width: 28px;
  padding: 2px 2px 0 0 ;
}

.galleryGoto ul li a {
  float: left;
  width: 28px;
}
*/
/*
.galleryGoto a.galleryGotoGrouped {
  margin-top: 35px;
  height:22px;
  line-height: 22px;
  width: 70px;
  white-space: nowrap;
}
*/
/*
.galleryGoto a.galleryGoto2 {
  bottom: 40px;
  right: 0;
}

.galleryGoto a.galleryGoto3 {
  bottom: 70px;
  right: 0;
}

.galleryGoto a.galleryGoto4 {
  bottom: 100px;
  right: 0;
}
*/

.galleryTitle {
 font-size: 135%;
 font-weight: bold;
}

.galleryDescriptions { /**here**/
  /*display: none;*/
}
