﻿/* HORIZONTAL */
.GpcImageViewerHorizontal .GpcLightBoxZone  
{
  border: 1px solid rgb(189, 189, 189);
  width: 498px;
  overflow: hidden;
  margin-bottom: 2px;
  height: 373px;
}
.GpcImageViewerHorizontal .GpcCarouselAndButtons  
{
  width: 500px;
  
}
.GpcImageViewerHorizontal .GpcCarouselPrevious  
{
  background-position: left -70px;
  margin: 0px 1px 0px 0px;
  width: 21px;
  height: 70px;
  float: left;
  cursor: pointer;
  background-image: url(../_images/gpcViewerLeftArrow.jpg);
  background-repeat: no-repeat;
  
}
.GpcImageViewerHorizontal .GpcCarouselNext  
{
  background-position: left -70px;
  margin: 0px 0px 0px 1px;
  width: 21px;
  height: 70px;
  float: left;
  cursor: pointer;
  background-image: url(../_images/gpcViewerRightArrow.jpg);
  background-repeat: no-repeat;
  
}
.GpcImageViewerHorizontal .GpcCarouselPrevious:hover, .GpcImageViewerHorizontal .GpcCarouselNext:hover  
{
  background-position: left -140px;
  
}
.GpcImageViewerHorizontal .disabled.GpcCarouselPrevious, .GpcImageViewerHorizontal .disabled.GpcCarouselNext  
{
  background-position: left 0px;
}
.GpcImageViewerHorizontal .GpcCarouselWrapper  
{
  width: 456px;
  height: 70px;
  overflow: hidden;
  float: left;
  position: relative;
}
.GpcImageViewerHorizontal .GpcImageViewerItem  
{
  margin: 0px 1px;
  border: 1px solid rgb(189, 189, 189);
  width: 110px;
  height: 68px;
  overflow: hidden;
  float:left;
  text-align :center;
}

.GpcImageViewerHorizontal .GpcImageViewerItem  img{
	max-width: 100%;
}

.GpcImageViewerHorizontal  
{
  width: 500px;
  
}

/* VERTICAL */

.GpcImageViewerVertical .GpcLightBoxZone  
{
  border: 1px solid rgb(189, 189, 189);
  width: 498px;
  height: 373px;
  overflow: hidden;
  margin-right: 2px;
  float: left;
}
.GpcImageViewerVertical .GpcCarouselAndButtons  
{
  width: 100px;
  float: left;
  height: 375px;
}
.GpcImageViewerVertical .GpcCarouselPrevious  
{
  background-position: -100px top;
  margin: 0px 0px 1px 0px;
  width: 100px;
  height: 24px;
  cursor: pointer;
  background-image: url(../_images/gpcViewerTopArrow.jpg);
  background-repeat: no-repeat;
  
}
.GpcImageViewerVertical .GpcCarouselNext  
{
  background-position: -100px top;
  margin: 1px 0px 0px 0px;
  width: 100px;
  height: 24px;
  cursor: pointer;
  background-image: url(../_images/gpcViewerBottomArrow.jpg);
  background-repeat: no-repeat;
  
}
.GpcImageViewerVertical .GpcCarouselPrevious:hover, .GpcImageViewerVertical .GpcCarouselNext:hover  
{
  background-position: -200px top;
  
}
.GpcImageViewerVertical .disabled.GpcCarouselPrevious, .GpcImageViewerVertical .disabled.GpcCarouselNext  
{
  background-position: 0px top;
}
.GpcImageViewerVertical .GpcCarouselWrapper  
{
  width: 100px;
  height: 325px;
  overflow: hidden;
  position: relative;
}
.GpcImageViewerVertical .GpcImageViewerItem  
{
  margin: 1px 0px 2px;
  border: 1px solid rgb(189, 189, 189);
  width: 98px;
  height: 61px;
  overflow: hidden;
  
}

.GpcImageViewerVertical .GpcLightBoxZone
{
  float:left;
}

.GpcImageViewerVertical  
{
  width: 602px;
}

/* TILES */

.GpcImageViewerTiles {
  width: 100%;
}

.GpcImageViewerTiles .GpcImageViewerItem {
  float: left;
  margin: 0px 2px 2px 0px;
  border: 1px solid rgb(189, 189, 189);
  width: 110px;
  height: 68px;
  overflow: hidden;
}

/* MISC */
.GpcClear {
  clear: both;
  height: 0px;
}

.lightbox-container-image {
  padding: 0!important;
}

.lightbox-container-image-box{
 background: transparent;
}