/* Minification failed. Returning unminified contents.
(113,1): run-time error CSS1019: Unexpected token, found '@charset'
(113,10): run-time error CSS1019: Unexpected token, found '"utf-8"'
(113,17): run-time error CSS1019: Unexpected token, found ';'
 */



@charset "utf-8";


/* Vertical examples */

#vertical .slyWrap { width: 651px; float: left; }

#vertical .scrollbar { width: 5px; }
#vertical .scrollbar .handle { height: 100px; width: 100%; }

#vertical .example1 { position: relative; }
#vertical .example1 .sly { width: 626px; height: 428px;  }
#vertical .example1 .sly ul { width: 100%; height: 100%; overflow: hidden; }
#vertical .example1 .sly ul li { height: 80px; margin: 0 0 1px 0; font-size: 40px; line-height: 80px; }
#vertical .example1 .scrollbar { position: absolute; top: 0; right: 10px; height: 428px; }

.scrollbar { background: #c3c3c3; border-radius: 4px; border: 2px solid #c3c3c3; border-top-color: #c3c3c3; line-height: 0; }
.scrollbar .handle { border-radius: 4px; background: #707070; cursor: pointer; line-height: 0;
	-webkit-box-shadow: 0 1px 0 #707070;
	-moz-box-shadow: 0 1px 0 #707070;
	-o-box-shadow: 0 1px 0 #707070;
	box-shadow: 0 1px 0 #707070;
}

