/* EXAMPLES ------------------------------------------------ */

body { background:#999; }

.demo-wrap { width:110px;height:234px;border:2px solid white;border-left:none;border-right:none;margin:0 auto;background:#333;padding-top:20px; }

.demo-wrap .bx-window { width: 100px!important;height:211px !important; }

.demo-wrap .bx-wrapper { width: 100px!important; }

.demo-wrap ul { width: 100px; height: 210px;padding:0px; overflow: hidden; }

.demo-wrap li { list-style: none; margin: 0; height: 67px;margin-bottom:5px; }

.demo-wrap li img { width:100px;height:67px; }

/*notes tips*/

.demo-wrap .bx-wrapper { margin: 0 auto; }

.demo-wrap .bx-prev { position: absolute; top: -15px; left: 40px; width: 22px; height: 10px; text-indent: -999999px; background: url(bx_styles/btnFlecheBlanche.png) no-repeat top left;z-index:9999; }

.demo-wrap .bx-next { position: absolute; top: 217px; right: 37px; width: 22px; height: 10px; text-indent: -999999px; background: url(bx_styles/btnFlecheBlanche.png) no-repeat bottom left;z-index:9999; }