.wipgallery { 
  /*background : #AEBAC6 url(/img/image_background.gif) no-repeat right;) */
  width : 609px;
  float : left;
  margin: 0px 0px 10px 0px;
}

.wipgallery img { 
  background : none;
  border : 0px;
}
.wipgallery .progress { 
  width : 35px;
  float : left;
}
.wipgallery .gallerynavigation { 
  border-top : 1px #A5A6AA solid;
  border-bottom : 1px #A5A6AA solid;
  background : #f2f2f2;
  float : right;
  width : 609px;
  margin : 0px 0px 0px 0px;
  padding : 0px 0px 0px 0px;
  text-align : center;
}
/* IE Hack stuff */
/*\*/
* html .wipgallery .gallerynavigation {
  height  : 1%;
}
/**/

.wipgallery .gallerynavigation img { 
  margin : 0px 0px 0px 0px;
}

.wipgallery .gallerynavigation .number { 
  font-size : 11px;
  display : block;
  width   : 19px;
  float   : left;
  margin  : 0px 0px 0px 0px;
  border  : 1px #999999 solid;
}
/* IE Hack stuff */
/*\*/
* html .wipgallery .gallerynavigation .number {
  display : inline;
  height  : 1%;
}
/**/


.wipgallery .gallerynavigation .thumb { 
  display : block;
  width   : 48px;
  float   : left;
  padding : 0px 0px 0px 0px;
  margin  : 1px 1px 1px 0px;
  border  : 1px #999999 solid;
}
/* IE Hack stuff */
/*\*/
* html .wipgallery .gallerynavigation .thumb {
  display : inline;
  height  : 1%;
}
/**/
.wipgallery .gallerynavigation .thumb img { 
  margin : 0px;
  padding : 0px;

  opacity: 0.50;
  filter: alpha(opacity=50);
  -moz-opacity: 0.50;
}

.wipgallery .gallerynavigation .selected { 
  font-weight : bold;
  border  : 1px #dd0000 solid;
}

.wipgallery .gallerynavigation .thumb.selected img {
  margin : 0px;
  padding : 0px;

  opacity: 1.00;
  filter: alpha(opacity=100);
  -moz-opacity: 1.00;
}

.wipgallery .gallerynavigation a, .wipgallery .gallerynavigation a:link, .wipgallery .gallerynavigation a:visited { 
  color : #000000;
  text-decoration : none;
}

.wipgallery .galleryimage {
  background : #ffffff;
  padding : 0px 0px 0px 0px;
  color : #ffffff;
  font-weight : bold;
  float : left;
  width : 609px;
  text-align : center;
}
.wipgallery .galleryimage .description {
  background : #000000;
  color : #ffffff;
  font-size : 10px;
  font-weight : normal;
  float : left;
  width : 609px;
  text-align : left;
}

.wipgallery ul {
  padding    : 3px 0px 0px 0px;
  margin     : 0px;
  list-style : none;
}
.wipgallery li {
  border-bottom : #e5ecf9 1px solid;
  padding       : 0px;
  margin        : 0px 0px 0px 0px;
  text-align    : left;
  font-size     : 12px;
  font-weight   : normal;
}
.wipgallery .clear {
  clear    : both;
  height   : 0px;
  overflow : hidden;
}
.wipgallery .description {
}
.wipgallery .subdescription {
}
.wipgallery .a:link, .wipgallery .a:visited {
}

