/*
Copyright (c) 2010, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.com/yui/license.html
version: 3.3.0
build: 3167
*/
.yui3-scrollview {
	position: relative;
    overflow: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
}

.yui3-scrollview-hidden {
    display:none;
}

.yui3-scrollview-content {
    position:relative;
}