.scrollable
{
  border: 0px solid rgb(204, 204, 204);
  overflow: hidden;
  position: relative;
  width: 190px;
  height: 360px;
  -moz-background-clip: border;
  -moz-background-origin: padding;
  -moz-background-inline-policy: continuous;
  margin:30px 0px 0px 10px;
}

.scrollable .items
{
  width: 20000em;
  position: absolute;
  clear: both;
}

.items img
{
  margin: 0pt;
    display: inline;
}

.items a
{
  margin: 5px 5px;
  display: inline;

}

.scrollable img:hover
{
  filter:alpha(opacity=100); 
  -moz-opacity: 1;
  opacity:1;
}

.scrollable img
{
  border: 1px solid rgb(204, 204, 204);
  padding: 2px;
 display: inline;
  cursor: pointer;
  width: 30px;
  height: 30px;
 
  -moz-border-radius-topleft: 4px;
  -moz-border-radius-topright: 4px;
  -moz-border-radius-bottomright: 4px;
  -moz-border-radius-bottomleft: 4px;
  filter:alpha(opacity=50); 
  -moz-opacity: 0.5;
  opacity:0.5;
}

.img_selected img
{
  filter:alpha(opacity=100); 
  -moz-opacity: 1;
  opacity:1;
}
/* ::::: http://static.flowplayer.org/tools/css/scrollable-buttons.css ::::: */

.scrollable
{
  float: left;
}

a.browse
{
  clear:both;
  margin: 0px 0px;
  -moz-background-clip: border;
  -moz-background-origin: padding;
  -moz-background-inline-policy: continuous;
  display:inline;
  width: 30px;
  height: 30px;
  float: left;
  cursor: pointer;
  font-size: 14px;
}

a.disabled
{
}

.simple_overlay
{
  border: 1px solid rgb(102, 102, 102);
  display: none;
  z-index: 10000;
  background-color: rgb(51, 51, 51);
  width: 675px;
  min-height: 200px;
  -moz-box-shadow: 0pt 0pt 90px 5px rgb(0, 0, 0);
  margin-top:10px;
}
.simple_overlay .close
{
  background-image: url('../images/img-gallery/close.png');
  position: absolute;
  right: -15px;
  top: -15px;
  cursor: pointer;
  height: 35px;
  width: 35px;
}
/* ::::: http://static.flowplayer.org/tools/css/overlay-gallery.css ::::: */


.disabled
{
  /*visibility: hidden;*/
}
.info
{
  border-top: 1px solid rgb(102, 102, 102);
  padding: 10px 15px;
  position: absolute;
  bottom: 0pt;
  left: 0pt;
  color: rgb(255, 255, 255);
  font-size: 11px;
}

.progress
{
  position: absolute;
  top: 45%;
  left: 50%;
  display: none;
}

.next, .prev, .info
{
  background: rgb(51, 51, 51) none repeat scroll 0% 0% !important;
  -moz-background-clip: border !important;
  -moz-background-origin: padding !important;
  -moz-background-inline-policy: continuous !important;
}


#gallery .disabled
{
  visibility: visible !important;
}


#imgGalleryBg
{
	
	/*
	background-image: url('../images/img-gallery/loading.gif');

	background-repeat: no-repeat;
	background-position:center center;
	*/
	vertical-align:middle;
	display:table-cell;
	width:610px;
	min-height:350px;
	position:relative;
	display:inline; 
	height: auto !important;
	height:350px;

}
#imgGallery  {

	position:relative;
	top:0;
	bottom:0;
	margin:auto;
}
.prevPage {
	position:relative;
	top:10px;

}
.nextPage {
	position:relative;
	top:10px;

}
.prevNextImg {
	position:relative;
	width:608px;
	height:400px;
	display:inline;
}
.nextImg, .prevImg {
	padding-top:400px;
}
.nextImg {
	padding-right:20px;
	float:right;
}
.prevImg {
	padding-left:20px;
	float:left;
}
.prevImgMat{
margin-top:50px;
float:left;
}
.nextImgMat{
margin-top:50px;
float:right;
}
#imgGalleryBgMat
{
	/*
	background-image: url('../images/img-gallery/loading.gif');

	background-repeat: no-repeat;
	background-position:center center;
	*/
	vertical-align:middle;
	display:table-cell;
	width:310px;
	min-height:300px;
	position:relative;
	display:block; 
	height: auto !important;
	height:300px;


}
#labelMat {
width:1060px;
	text-align:center;
}
