#wrapper {margin: 0 auto;width: 580px;position: relative; background-color:#efefef}
.layout-grid {width: 100%;}
.layout-grid td {vertical-align: middle;}
.layout-grid td.demos {height: 250px;overflow: hidden;}
div.demoflow-button-left {position: absolute;left: 210px;top: 220px;background: url('../images/arrow_left.png') no-repeat left top;width: 50px;height: 24px;cursor: pointer; cursor: hand;z-index: 999;}
div.demoflow-button-left .bg {background: url('../images/arrow_left.png') no-repeat left bottom;width: 50px;height: 24px;position: absolute;top: 0;left: 0;}
div.demoflow-button-right {position: absolute;right: 200px;top: 220px;background: url('../images/arrow_right.png') no-repeat right top;width: 50px;height: 24px;cursor: pointer; cursor: hand;z-index: 999;}
div.demoflow-button-right .bg {position: absolute;left: 0;top: 0;background: url('../images/arrow_right.png') no-repeat right bottom;width: 50px;height: 24px;}
.demoflow {left: 0;width: 580px;height: 250px;}
.demoflow div {float: left;height: 100px;width: 75px;cursor: pointer; cursor: hand;}
.ie .demoflow div {zoom: 1;}
.demoflow div {border: none;}
.demoflow div:hover {border: none;	/*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: black;}
.ie .demoflow div.shadow {display: none;}