.img-stack {
	position: relative;
	margin: 0px;
	padding: 0px;
	width: 370px;
	height: 580px;
	border: none;
	overflow: hidden;
}
.img-stack img {
	position: absolute; 
	top: 0px;
	left: 0px;
}

.imageflow-width {
	max-width: 15rem;
	min-width: 10rem;
}

/* foundation beautifier */

.fancy.button {
	border: 1px solid #cde9ed;
	background: #daf1f1 url(images/ui-bg_glass_85_daf1f1_1x400.png) 50% 50% repeat-x;
	font-weight: normal;
	color: #009999;
	*zoom: 1;
	font-size: 0.75em;
	letter-spacing: 0.08em;
	padding:0px 0;
	height:65px;
	margin-bottom:10px;
	vertical-align:middle;
	padding-top:0px;
	position:relative;
	display:block;
}
.fancy.button span{
	display:block;
	position:absolute;
	left:65px;
	text-align:left;
	top:50%;
	transform:translateY(-50%);
}
.fancy.button span.sign{
	left:10px;
	text-align:right;
	font-weight:bold;
	padding-right:10px;
	border-right:1px solid #333;
	width:40px;
}
.fancy.button:hover span.sign,.fancy.button.active span.sign {
  border-right:1px solid #333;
} 
.ui-buttonset .ui-button {
    margin-left: 0;
    margin-right: 0;
    display: block;
    float: left;
}
div.tabs-content .ui-buttonset .ui-button{
	width:20%;
}
div.beinstulpen_tabs div.tabs-content .ui-buttonset .ui-button{
	width:calc(20% + 0.92em);
}
div.beinstulpen_tabs div.tabs-content #thickness-radio.ui-buttonset .ui-button{
	width:auto;
}
.fancy.button:hover,.fancy.button.active {
	border: 1px solid #cde9ed;
	background: #ffe0f1 url(images/ui-bg_glass_100_ffe0f1_1x400.png) 50% 50% repeat-x;
	font-weight: normal;
	color: #ff3399;
} 
.fancy.button.not_active:hover,.fancy.button.not_active {
  color: #333;
  opacity:0.3;
  font-weight:normal;
  background-color: #9ce8e6;
} 
.fancy.button.not_active:hover span.sign,.fancy.button.not_active.active span.sign {
  border-right:1px solid #333;
} 
.ui-buttonset .ui-button.ui-corner-left,.ui-buttonset .ui-button.ui-corner-right{
	border-radius:0;
}

.fancy2.button {
  background-color: #CCC;
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFFFFFFF', endColorstr='#c7c7c7');
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(73%, #eeeeee), color-stop(100%, #c7c7c7));
  background-image: -webkit-linear-gradient(top, #ffffff 0%, #eeeeee 73%, #c7c7c7 100%);
  background-image: -moz-linear-gradient(top, #ffffff 0%, #eeeeee 73%, #c7c7c7 100%);
  background-image: -o-linear-gradient(top, #ffffff 0%, #eeeeee 73%, #c7c7c7 100%);
  background-image: linear-gradient(top, #ffffff 0%, #eeeeee 73%, #c7c7c7 100%);
  border: 1px solid rgba(94, 94, 94, 0.2);
  color: rgba(153, 153, 153, 0.7);
/*  font-size: 0.75em;
*/text-transform: uppercase;
  letter-spacing: 0.08em;
   padding-top: 10px;
   padding-right: 0.5rem;
   padding-bottom: 10px;
   padding-left: 0.5rem;
   font-size: 0.8125rem;
}
.fancy2.button:hover {
  color: #333333;
  background-color: #CCC;
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#c8ffff', endColorstr='#9d9d9d');
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #eeeeee), color-stop(73%, #c7c7c7), color-stop(100%, #9d9d9d));
  background-image: -webkit-linear-gradient(top, #eeeeee 0%, #c7c7c7 73%, #9d9d9d 100%);
  background-image: -moz-linear-gradient(top, #eeeeee 0%, #c7c7c7 73%, #9d9d9d 100%);
  background-image: -o-linear-gradient(top, #eeeeee 0%, #c7c7c7 73%, #9d9d9d 100%);
  background-image: linear-gradient(top, #eeeeee 0%, #c7c7c7 73%, #9d9d9d 100%);
  border-color: rgba(153, 153, 153, 0.3);
  -webkit-box-shadow: 0px 0px 6px rgba(102, 102, 102, 0.1);
  -moz-box-shadow: 0px 0px 6px rgba(102, 102, 102, 0.1);
  box-shadow: 0px 0px 6px rgba(102, 102, 102, 0.1);
}
.fancy2.button:active {
  -webkit-box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.1) inset;
  -moz-box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.1) inset;
  box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.1) inset;
}  

#footer {
	text-align: center;
}
img.half_visible{
	display:block !important;
	opacity:0.3;
}
#copyright {
/*	text-align: left -50;
*/	background-color: #223344;
	padding: 1em;
	color: #FFF;
	font-size: x-small;
}

#footer_nav {
	margin-top:20px;
	background-color: #445566;
	font-size: x-small;
	color: #FFF;
}
#footer_nav  li a{
	color:#fff;
}
#sitemap {
	background-color: #445566;
}

#footer_other {
	background-color: #445566;
}

#footer_links {
	background-color: #445566;
}

#footer_browsers {
	font-size: x-small;
	color: #FFF;
	background-color: #445566;
	padding: 1em;
}

.frow {
	padding: 1em;
}

.social {
	height: 32px;
}

.middle {
	position: absolute;
	top: 50%;
}

.maxw-imageflow {
	max-width: 189px;
}

.maxw-imageflow-div {
	width: 100%;
	float:right;
	margin-top:5px;
}
