﻿#slidePanel{width:100%;  z-index:85;   bottom:0px;}
#slidePanel {position:fixed;}

#slideContent {width:100%; height:130px; overflow:auto; color:White;display:none;z-index:85;background-color:Black}
#transparentBg{background-color:Black;width:100%; height:130px;display:none;position:fixed;bottom:0px;z-index:60;}

* {
    _margin: 0;
}
html, body {
    _height: 100%;
    _overflow: auto;
}
.wrapper {
   _position: relative;
   _width: 100%;
   _height: 100%;
   _overflow: auto;
}
.box {
    _position: fixed;
    _bottom:0px;
    _width:100%;
    _z-index:85;
}
* html .box {
   _position: absolute;
}
#slidePanel {_position:absolute;}


.wardrobeProducts { margin-top:10px;}
.wardrobeProducts tr td { vertical-align:top; }
.wardrobeProductBox {text-align:center; margin:10px;}
#slideContent a:visited,#slideContent a:link {color:White;}
div.overPop{margin:5px;}
#slideButton a img {display:block;}
#slideButton {width:176px}
