﻿/* Demoflow
   -------------------------------- */

div.testo-center {
	position: relative;
	font-weight:bold;
	font-family: "Trebuchet MS"; 
	font-size:x-small;
	float:inherit;
	text-align:center;
	top: -35px;
	
}
div.demoflow-button-left {
	position: absolute;
	left: 350px;
	top: 1490px;
	background: no-repeat left top;
	width: 52px;
	height: 45px;
	cursor: pointer;
	cursor: hand;
	z-index: 999;
}
/*
div.demoflow-button-left .bg {
	width: 52px;
	height: 45px;
	position: absolute;
	top: 0;
	left: 0;
}*/


div.demoflow-button-right {
	position: absolute;
	right: 350px;
	top: 1490px;
	background: no-repeat right top;
	width: 52px;
	height: 45px;
	cursor: pointer;
	cursor: hand;
	z-index: 999;
}
/*
div.demoflow-button-right .bg {
	position: absolute;
	left: 0;
	top: 0;
	width: 52px;
	height: 45px;
}*/

.demoflow {
	position: relative;
	top: 20px;
	left: 0;
	width: 700px;
	height: 287px;
}

.demoflow div {
	float: left;
	height: 100px;
	width: 75px;
	cursor: pointer; cursor: hand;
}

.ie .demoflow div {
	zoom: 1;
	
}

.demoflow div {
	border: 1px solid #666;
	
}


.demoflow div:hover {
	border: 1px solid #666;
	/*opacity: 1 !important;*/
}

.demoflow div img {
	height: 100%;
	width: 100%;
}

.demoflow div.shadow {
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	background-color: #999999;
}

.ie .demoflow div.shadow {
	display: none;
}


