r2698 - Initial commit of /powella/ directory.

r2698 - Initial commit of /powella/ directory.

Author: powella
Date: Thu Jun 11 09:09:33 2009
New Revision: 2698
Added:
branches/labs/powella/
branches/labs/powella/coverslide/
branches/labs/powella/coverslide/index.html
branches/labs/powella/coverslide/res/
branches/labs/powella/coverslide/res/css/
branches/labs/powella/coverslide/res/css/base.css
branches/labs/powella/coverslide/res/css/jquery-ui/
branches/labs/powella/coverslide/res/css/jquery-ui/smoothness/
branches/labs/powella/coverslide/res/css/jquery-ui/smoothness/images/

branches/labs/powella/coverslide/res/css/jquery-ui/smoothness/images/ui-bg_flat_0_aaaaaa_40x100.png
(contents, props changed)

branches/labs/powella/coverslide/res/css/jquery-ui/smoothness/images/ui-bg_flat_75_ffffff_40x100.png
(contents, props changed)

branches/labs/powella/coverslide/res/css/jquery-ui/smoothness/images/ui-bg_glass_55_fbf9ee_1x400.png
(contents, props changed)

branches/labs/powella/coverslide/res/css/jquery-ui/smoothness/images/ui-bg_glass_65_ffffff_1x400.png
(contents, props changed)

branches/labs/powella/coverslide/res/css/jquery-ui/smoothness/images/ui-bg_glass_75_dadada_1x400.png
(contents, props changed)

branches/labs/powella/coverslide/res/css/jquery-ui/smoothness/images/ui-bg_glass_75_e6e6e6_1x400.png
(contents, props changed)

branches/labs/powella/coverslide/res/css/jquery-ui/smoothness/images/ui-bg_glass_95_fef1ec_1x400.png
(contents, props changed)

branches/labs/powella/coverslide/res/css/jquery-ui/smoothness/images/ui-bg_highlight-soft_75_cccccc_1x100.png
(contents, props changed)

branches/labs/powella/coverslide/res/css/jquery-ui/smoothness/images/ui-icons_222222_256x240.png
(contents, props changed)

branches/labs/powella/coverslide/res/css/jquery-ui/smoothness/images/ui-icons_2e83ff_256x240.png
(contents, props changed)

branches/labs/powella/coverslide/res/css/jquery-ui/smoothness/images/ui-icons_454545_256x240.png
(contents, props changed)

branches/labs/powella/coverslide/res/css/jquery-ui/smoothness/images/ui-icons_888888_256x240.png
(contents, props changed)

branches/labs/powella/coverslide/res/css/jquery-ui/smoothness/images/ui-icons_cd0a0a_256x240.png
(contents, props changed)

branches/labs/powella/coverslide/res/css/jquery-ui/smoothness/jquery-ui-1.7.1.custom.css
branches/labs/powella/coverslide/res/css/reset.css
branches/labs/powella/coverslide/res/images/
branches/labs/powella/coverslide/res/images/AcidFactory1.jpg
(contents, props changed)
branches/labs/powella/coverslide/res/images/Dragonball2.jpg (contents,
props changed)
branches/labs/powella/coverslide/res/images/NewYork1.jpg (contents,
props changed)
branches/labs/powella/coverslide/res/images/angels&demons1.jpg
(contents, props changed)
branches/labs/powella/coverslide/res/images/ghostsOfPastGFs1.jpg
(contents, props changed)
branches/labs/powella/coverslide/res/images/harrypotter2.jpg
(contents, props changed)
branches/labs/powella/coverslide/res/images/iceage2.jpg (contents,
props changed)
branches/labs/powella/coverslide/res/images/kambaskkhtishq.jpg
(contents, props changed)
branches/labs/powella/coverslide/res/images/mainAurMrs.Khanna1.jpg
(contents, props changed)
branches/labs/powella/coverslide/res/images/rangRasiya1.jpg (contents,
props changed)
branches/labs/powella/coverslide/res/images/whatsUrRaashee1.jpg
(contents, props changed)
branches/labs/powella/coverslide/res/images/x-men_wolverrine1.jpg
(contents, props changed)
branches/labs/powella/coverslide/res/js/
branches/labs/powella/coverslide/res/js/jquery/
branches/labs/powella/coverslide/res/js/jquery-ui/

branches/labs/powella/coverslide/res/js/jquery-ui/jquery-ui-1.7.1.custom.min.js
branches/labs/powella/coverslide/res/js/jquery-ui/ui.coverslide.js
branches/labs/powella/coverslide/res/js/jquery/jquery-1.3.2.min.js
branches/labs/powella/coverslide/res/js/jquery/jquery.bounds.js
branches/labs/powella/numeric/
branches/labs/powella/scrollable/
Log:
Initial commit of /powella/ directory.
Initial commit of 'coverslide' plugin.
Added: branches/labs/powella/coverslide/index.html
==============================================================================
--- (empty file)
+++ branches/labs/powella/coverslide/index.html    Thu Jun 11 09:09:33 2009
@@ -0,0 +1,76 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0
Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+<html xmlns="http://www.w3.org/1999/xhtml">
+<head runat="server">
+    <meta http-equiv="X-UA-Compatible" content="IE=8" />
+    <title></title>
+    <link href="res/css/reset.css" rel="stylesheet" type="text/css"/>
+    <link href="res/css/jquery-ui/smoothness/jquery-ui-1.7.1.custom.css"
rel="stylesheet" type="text/css"/>
+    <link href="res/css/base.css" rel="stylesheet" type="text/css"/>
+    <script type="text/javascript"
src="res/js/jquery/jquery-1.3.2.min.js"></script>
+    <script type="text/javascript"
src="res/js/jquery/jquery.bounds.js"></script>
+    <script type="text/javascript"
src="res/js/jquery-ui/jquery-ui-1.7.1.custom.min.js"></script>
+    <script type="text/javascript"
src="res/js/jquery-ui/ui.coverslide.js"></script>
+    
+    <script type="text/javascript">
+        
+        $(document).ready(function(){
+            $('ul#stack').coverslide({
+                type: $.ui.coverslide.type.stack,
+                change: function(event, ui){
+                    $("#scrollbar").slider('value', ui.active.index);
+                }
+            });
+            
+            var active = $('ul#stack li.ui-coverslide-stack-active');
+            
+            $("#scrollbar").slider({
+                value: $('ul#stack li').index(active),
+                min: 0,
+                max: $('ul#stack li').length - 1,
+                step: 1,
+                stop: function(event, ui) {
+                    $('ul#stack').coverslide('select', $('ul#stack li').get(ui.value));
+                }
+            });
+            
+        });    
+        
+    </script>
+</head>
+<body>
+
+    <div class="box">
+                    
+        <div class="ui-coverslide ui-coverslide-stack">
+            <ul id="stack">
+                <li>

<img src="res/images/harrypotter2.jpg" />

</li>
+                <li>

<img src="res/images/ghostsOfPastGFs1.jpg" /></dd></li>
+                <li>

<img src="res/images/Dragonball2.jpg" />

</li>
+                <li>

<img src="res/images/angels&demons1.jpg" />

</li>
+                <li>

<img src="res/images/AcidFactory1.jpg" />

</li>
+                <li>

<img src="res/images/iceage2.jpg" />

</li>
+                <li>

<img src="res/images/kambaskkhtishq.jpg" />

</li>
+                <li>

<img src="res/images/rangRasiya1.jpg" />

</li>
+                <li>

<img src="res/images/x-men_wolverrine1.jpg" />

</li>
+            </ul>
+        </div>
+        <div id="scrollbar"></div>                    
+                        
+    </div>
+
+</body>
+</html>
+
+
+<!--
+
+1.6 - (1 - distance from active)
+                <li style="width: 128px; height: 176px; margin-right: -80px; z-index:
1;"></li>
+                <li style="width: 148px; height: 202px; margin-right: -92px; z-index:
2;"></li>
+                <li style="width: 166px; height: 226px; margin-right: -104px; z-index:
3;"></li>
+                <li class="active"></li>
+                <li style="width: 166px; height: 226px; margin-left: -104px; z-index:
3;"></li>
+                <li style="width: 148px; height: 202px; margin-left: -98px; z-index:
2;"></li>
+                <li style="width: 128px; height: 176px; margin-left: -91px; z-index:
1;"></li>
+
+-->
\ No newline at end of file
Added: branches/labs/powella/coverslide/res/css/base.css
==============================================================================
--- (empty file)
+++ branches/labs/powella/coverslide/res/css/base.css    Thu Jun 11 09:09:33
2009
@@ -0,0 +1,57 @@
+
+body { padding: 40px 0 100px 0; }
+
+.box { border: 1px solid #ccc; width: 452px; height: 308px; padding: 24px
24px 16px; margin: 0 auto; }
+
+.ui-coverslide { overflow: hidden; margin: 0 auto; margin-top: 20px; }
+.ui-coverslide ul { list-style-image: none; list-style-position: outside;
list-style-type: none; margin: 0; padding: 0; width: 3000px; height: 350px;
display: block; }
+.ui-coverslide ul li { float: left; overflow: hidden; }
+
+.ui-coverslide-stack { background: transparent; width: 452px; height:
252px; position: relative; overflow: hidden; }
+.ui-coverslide-stack ul { width: 452px; height: 252px; position: relative;
margin-left: -1px; }
+.ui-coverslide-stack ul li { border: 1px solid #333; background: #fff;
width: 184px; height: 250px; position: absolute; top: -1000px; left:
-1000px; opacity: 1 !important; margin: 0 !important; }
+
+.ui-coverslide-stack ul li.ui-coverslide-stack-active { z-index: 100; top:
0px; left: 134px; width: 184px; height: 250px; }
+
+.ui-coverslide-stack ul li.ui-coverslide-stack-90 { z-index: 9; width:
166px; height: 226px; top: 13px; }
+.ui-coverslide-stack ul li.ui-coverslide-stack-80 { z-index: 8; width:
148px; height: 202px; top: 25px; }
+.ui-coverslide-stack ul li.ui-coverslide-stack-70 { z-index: 7; width:
128px; height: 176px; top: 38px; }
+.ui-coverslide-stack ul li.ui-coverslide-stack-60 { z-index: 6; width:
110px; height: 150px; top: 51px; }
+.ui-coverslide-stack ul li.ui-coverslide-stack-50 { z-index: 5; width:
92px; height: 126px; top: 63px; }
+.ui-coverslide-stack ul li.ui-coverslide-stack-40 { z-index: 4; width:
74px; height: 100px; top: 76px; }
+.ui-coverslide-stack ul li.ui-coverslide-stack-30 { z-index: 3; width:
55px; height: 75px; top: 88.5px; }
+.ui-coverslide-stack ul li.ui-coverslide-stack-20 { z-index: 2; width:
36px; height: 50px; top: 101px; }
+.ui-coverslide-stack ul li.ui-coverslide-stack-10 { z-index: 1; width:
18px; height: 25px; top: 113.5px; }
+.ui-coverslide-stack ul li.ui-coverslide-stack-0 { display: none; z-index:
0; width: 18px; height: 25px; top: 113.5px; }
+
+.ui-coverslide-stack ul li.ui-coverslide-stack-90-l { left: 72px; }
+.ui-coverslide-stack ul li.ui-coverslide-stack-90-r { left: 214px; }
+
+.ui-coverslide-stack ul li.ui-coverslide-stack-80-l { left: 30px; }
+.ui-coverslide-stack ul li.ui-coverslide-stack-80-r { left: 274px; }
+
+.ui-coverslide-stack ul li.ui-coverslide-stack-70-l { left: 1px; }
+.ui-coverslide-stack ul li.ui-coverslide-stack-70-r { left: 323px; }
+
+.ui-coverslide-stack ul li.ui-coverslide-stack-60-l { left: -20px; }
+.ui-coverslide-stack ul li.ui-coverslide-stack-60-r { left: 362px; }
+
+.ui-coverslide-stack ul li.ui-coverslide-stack-50-l { left: -40px; }
+.ui-coverslide-stack ul li.ui-coverslide-stack-50-r { left: 400px; }
+
+.ui-coverslide-stack ul li.ui-coverslide-stack-40-l { left: -60px; }
+.ui-coverslide-stack ul li.ui-coverslide-stack-40-r { left: 438px; }
+
+.ui-coverslide-stack ul li.ui-coverslide-stack-30-l { left: -70px; }
+.ui-coverslide-stack ul li.ui-coverslide-stack-30-r { left: 467px; }
+
+.ui-coverslide-stack ul li.ui-coverslide-stack-20-l { left: -80px; }
+.ui-coverslide-stack ul li.ui-coverslide-stack-20-r { left: 496px; }
+
+.ui-coverslide-stack ul li.ui-coverslide-stack-10-l { left: -90px; }
+.ui-coverslide-stack ul li.ui-coverslide-stack-10-r { left: 524px; }
+
+.ui-coverslide-stack ul li.ui-coverslide-stack-0-l { left: -90px; }
+.ui-coverslide-stack ul li.ui-coverslide-stack-0-r { left: 524px; }
+
+.ui-slider { margin-top: 20px; }
\ No newline at end of file
Added:
branches/labs/powella/coverslide/res/css/jquery-ui/smoothness/images/ui-bg_flat_0_aaaaaa_40x100.png
==============================================================================
Binary file. No diff available.
Added:
branches/labs/powella/coverslide/res/css/jquery-ui/smoothness/images/ui-bg_flat_75_ffffff_40x100.png
==============================================================================
Binary file. No diff available.
Added:
branches/labs/powella/coverslide/res/css/jquery-ui/smoothness/images/ui-bg_glass_55_fbf9ee_1x400.png
==============================================================================
Binary file. No diff available.
Added:
branches/labs/powella/coverslide/res/css/jquery-ui/smoothness/images/ui-bg_glass_65_ffffff_1x400.png
==============================================================================
Binary file. No diff available.
Added:
branches/labs/powella/coverslide/res/css/jquery-ui/smoothness/images/ui-bg_glass_75_dadada_1x400.png
==============================================================================
Binary file. No diff available.
Added:
branches/labs/powella/coverslide/res/css/jquery-ui/smoothness/images/ui-bg_glass_75_e6e6e6_1x400.png
==============================================================================
Binary file. No diff available.
Added:
branches/labs/powella/coverslide/res/css/jquery-ui/smoothness/images/ui-bg_glass_95_fef1ec_1x400.png
==============================================================================
Binary file. No diff available.
Added:
branches/labs/powella/coverslide/res/css/jquery-ui/smoothness/images/ui-bg_highlight-soft_75_cccccc_1x100.png
==============================================================================
Binary file. No diff available.
Added:
branches/labs/powella/coverslide/res/css/jquery-ui/smoothness/images/ui-icons_222222_256x240.png
==============================================================================
Binary file. No diff available.
Added:
branches/labs/powella/coverslide/res/css/jquery-ui/smoothness/images/ui-icons_2e83ff_256x240.png
==============================================================================
Binary file. No diff available.
Added:
branches/labs/powella/coverslide/res/css/jquery-ui/smoothness/images/ui-icons_454545_256x240.png
==============================================================================
Binary file. No diff available.
Added:
branches/labs/powella/coverslide/res/css/jquery-ui/smoothness/images/ui-icons_888888_256x240.png
==============================================================================
Binary file. No diff available.
Added:
branches/labs/powella/coverslide/res/css/jquery-ui/smoothness/images/ui-icons_cd0a0a_256x240.png
==============================================================================
Binary file. No diff available.
Added:
branches/labs/powella/coverslide/res/css/jquery-ui/smoothness/jquery-ui-1.7.1.custom.css
==============================================================================
--- (empty file)
+++
branches/labs/powella/coverslide/res/css/jquery-ui/smoothness/jquery-ui-1.7.1.custom.css    
Thu Jun 11 09:09:33 2009
@@ -0,0 +1,404 @@
+/*
+* jQuery UI CSS Framework
+* Copyright (c) 2009 AUTHORS.txt (http://jqueryui.com/about)
+* Dual licensed under the MIT (MIT-LICENSE.txt) and GPL (GPL-LICENSE.txt)
licenses.
+*/
+
+/* Layout helpers
+----------------------------------*/
+.ui-helper-hidden { display: none; }
+.ui-helper-hidden-accessible { position: absolute; left: -99999999px; }
+.ui-helper-reset { margin: 0; padding: 0; border: 0; outline: 0;
line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none;
}
+.ui-helper-clearfix:after { content: "."; display: block; height: 0;
clear: both; visibility: hidden; }
+.ui-helper-clearfix { display: inline-block; }
+/* required comment for clearfix to work in Opera \*/
+* html .ui-helper-clearfix { height:1%; }
+.ui-helper-clearfix { display:block; }
+/* end clearfix */
+.ui-helper-zfix { width: 100%; height: 100%; top: 0; left: 0; position:
absolute; opacity: 0; filter:Alpha(Opacity=0); }
+
+
+/* Interaction Cues
+----------------------------------*/
+.ui-state-disabled { cursor: default !important; }
+
+
+/* Icons
+----------------------------------*/
+
+/* states and images */
+.ui-icon { display: block; text-indent: -99999px; overflow: hidden;
background-repeat: no-repeat; }
+
+
+/* Misc visuals
+----------------------------------*/
+
+/* Overlays */
+.ui-widget-overlay { position: absolute; top: 0; left: 0; width: 100%;
height: 100%; }
+
+/*
+* jQuery UI CSS Framework
+* Copyright (c) 2009 AUTHORS.txt (http://jqueryui.com/about)
+* Dual licensed under the MIT (MIT-LICENSE.txt) and GPL (GPL-LICENSE.txt)
licenses.
+* To view and modify this theme, visit
http://jqueryui.com/themeroller/?ffDefault=Verdana,Arial,sans-serif&fwDefault=normal&fsDefault=1.1em&cornerRadius=4px&bgColorHeader=cccccc&bgTextureHeader=03_highlight_soft.png&bgImgOpacityHeader=75&borderColorHeader=aaaaaa&fcHeader=222222&iconColorHeader=222222&bgColorContent=ffffff&bgTextureContent=01_flat.png&bgImgOpacityContent=75&borderColorContent=aaaaaa&fcContent=222222&iconColorContent=222222&bgColorDefault=e6e6e6&bgTextureDefault=02_glass.png&bgImgOpacityDefault=75&borderColorDefault=d3d3d3&fcDefault=555555&iconColorDefault=888888&bgColorHover=dadada&bgTextureHover=02_glass.png&bgImgOpacityHover=75&borderColorHover=999999&fcHover=212121&iconColorHover=454545&bgColorActive=ffffff&bgTextureActive=02_glass.png&bgImgOpacityActive=65&borderColorActive=aaaaaa&fcActive=212121&iconColorActive=454545&bgColorHighlight=fbf9ee&bgTextureHighlight=02_glass.png&bgImgOpacityHighlight=55&borderColorHighlight=fcefa1&fcHighlight=363636&iconColorHighlight=2e83ff&bgColorError=fef1ec&bgTextureError=02_glass.png&bgImgOpacityError=95&borderColorError=cd0a0a&fcError=cd0a0a&iconColorError=cd0a0a&bgColorOverlay=aaaaaa&bgTextureOverlay=01_flat.png&bgImgOpacityOverlay=0&opacityOverlay=30&bgColorShadow=aaaaaa&bgTextureShadow=01_flat.png&bgImgOpacityShadow=0&opacityShadow=30&thicknessShadow=8px&offsetTopShadow=-8px&offsetLeftShadow=-8px&cornerRadiusShadow=8px
+*/
+
+
+/* Component containers
+----------------------------------*/
+.ui-widget { font-family: Verdana,Arial,sans-serif; font-size: 1.1em; }
+.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget
button { font-family: Verdana,Arial,sans-serif; font-size: 1em; }
+.ui-widget-content { border: 1px solid #aaaaaa; background: #ffffff
url(images/ui-bg_flat_75_ffffff_40x100.png) 50% 50% repeat-x; color:
#222222; }
+.ui-widget-content a { color: #222222; }
+.ui-widget-header { border: 1px solid #aaaaaa; background: #cccccc
url(images/ui-bg_highlight-soft_75_cccccc_1x100.png) 50% 50% repeat-x;
color: #222222; font-weight: bold; }
+.ui-widget-header a { color: #222222; }
+
+/* Interaction states
+----------------------------------*/
+.ui-state-default, .ui-widget-content .ui-state-default { border: 1px
solid #d3d3d3; background: #e6e6e6
url(images/ui-bg_glass_75_e6e6e6_1x400.png) 50% 50% repeat-x; font-weight:
normal; color: #555555; outline: none; }
+.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited
{ color: #555555; text-decoration: none; outline: none; }
+.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus
{
border: 1px solid #999999; background: #dadada
url(images/ui-bg_glass_75_dadada_1x400.png) 50% 50% repeat-x; font-weight:
normal; color: #212121; outline: none; }
+.ui-state-hover a, .ui-state-hover a:hover { color: #212121;
text-decoration: none; outline: none; }
+.ui-state-active, .ui-widget-content .ui-state-active { border: 1px solid
#aaaaaa; background: #ffffff url(images/ui-bg_glass_65_ffffff_1x400.png)
50% 50% repeat-x; font-weight: normal; color: #212121; outline: none; }
+.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited {
color: #212121; outline: none; text-decoration: none; }
+
+/* Interaction Cues
+----------------------------------*/
+.ui-state-highlight, .ui-widget-content .ui-state-highlight {border: 1px
solid #fcefa1; background: #fbf9ee
url(images/ui-bg_glass_55_fbf9ee_1x400.png) 50% 50% repeat-x; color:
#363636; }
+.ui-state-highlight a, .ui-widget-content .ui-state-highlight a { color:
#363636; }
+.ui-state-error, .ui-widget-content .ui-state-error {border: 1px solid
#cd0a0a; background: #fef1ec url(images/ui-bg_glass_95_fef1ec_1x400.png)
50% 50% repeat-x; color: #cd0a0a; }
+.ui-state-error a, .ui-widget-content .ui-state-error a { color: #cd0a0a; }
+.ui-state-error-text, .ui-widget-content .ui-state-error-text { color:
#cd0a0a; }
+.ui-state-disabled, .ui-widget-content .ui-state-disabled { opacity: .35;
filter:Alpha(Opacity=35); background-image: none; }
+.ui-priority-primary, .ui-widget-content .ui-priority-primary {
font-weight: bold; }
+.ui-priority-secondary, .ui-widget-content .ui-priority-secondary {
opacity: .7; filter:Alpha(Opacity=70); font-weight: normal; }
+
+/* Icons
+----------------------------------*/
+
+/* states and images */
+.ui-icon { width: 16px; height: 16px; background-image:
url(images/ui-icons_222222_256x240.png); }
+.ui-widget-content .ui-icon {background-image:
url(images/ui-icons_222222_256x240.png); }
+.ui-widget-header .ui-icon {background-image:
url(images/ui-icons_222222_256x240.png); }
+.ui-state-default .ui-icon { background-image:
url(images/ui-icons_888888_256x240.png); }
+.ui-state-hover .ui-icon, .ui-state-focus .ui-icon {background-image:
url(images/ui-icons_454545_256x240.png); }
+.ui-state-active .ui-icon {background-image:
url(images/ui-icons_454545_256x240.png); }
+.ui-state-highlight .ui-icon {background-image:
url(images/ui-icons_2e83ff_256x240.png); }
+.ui-state-error .ui-icon, .ui-state-error-text .ui-icon {background-image:
url(images/ui-icons_cd0a0a_256x240.png); }
+
+/* positioning */
+.ui-icon-carat-1-n { background-position: 0 0; }
+.ui-icon-carat-1-ne { background-position: -16px 0; }
+.ui-icon-carat-1-e { background-position: -32px 0; }
+.ui-icon-carat-1-se { background-position: -48px 0; }
+.ui-icon-carat-1-s { background-position: -64px 0; }
+.ui-icon-carat-1-sw { background-position: -80px 0; }
+.ui-icon-carat-1-w { background-position: -96px 0; }
+.ui-icon-carat-1-nw { background-position: -112px 0; }
+.ui-icon-carat-2-n-s { background-position: -128px 0; }
+.ui-icon-carat-2-e-w { background-position: -144px 0; }
+.ui-icon-triangle-1-n { background-position: 0 -16px; }
+.ui-icon-triangle-1-ne { background-position: -16px -16px; }
+.ui-icon-triangle-1-e { background-position: -32px -16px; }
+.ui-icon-triangle-1-se { background-position: -48px -16px; }
+.ui-icon-triangle-1-s { background-position: -64px -16px; }
+.ui-icon-triangle-1-sw { background-position: -80px -16px; }
+.ui-icon-triangle-1-w { background-position: -96px -16px; }
+.ui-icon-triangle-1-nw { background-position: -112px -16px; }
+.ui-icon-triangle-2-n-s { background-position: -128px -16px; }
+.ui-icon-triangle-2-e-w { background-position: -144px -16px; }
+.ui-icon-arrow-1-n { background-position: 0 -32px; }
+.ui-icon-arrow-1-ne { background-position: -16px -32px; }
+.ui-icon-arrow-1-e { background-position: -32px -32px; }
+.ui-icon-arrow-1-se { background-position: -48px -32px; }
+.ui-icon-arrow-1-s { background-position: -64px -32px; }
+.ui-icon-arrow-1-sw { background-position: -80px -32px; }
+.ui-icon-arrow-1-w { background-position: -96px -32px; }
+.ui-icon-arrow-1-nw { background-position: -112px -32px; }
+.ui-icon-arrow-2-n-s { background-position: -128px -32px; }
+.ui-icon-arrow-2-ne-sw { background-position: -144px -32px; }
+.ui-icon-arrow-2-e-w { background-position: -160px -32px; }
+.ui-icon-arrow-2-se-nw { background-position: -176px -32px; }
+.ui-icon-arrowstop-1-n { background-position: -192px -32px; }
+.ui-icon-arrowstop-1-e { background-position: -208px -32px; }
+.ui-icon-arrowstop-1-s { background-position: -224px -32px; }
+.ui-icon-arrowstop-1-w { background-position: -240px -32px; }
+.ui-icon-arrowthick-1-n { background-position: 0 -48px; }
+.ui-icon-arrowthick-1-ne { background-position: -16px -48px; }
+.ui-icon-arrowthick-1-e { background-position: -32px -48px; }
+.ui-icon-arrowthick-1-se { background-position: -48px -48px; }
+.ui-icon-arrowthick-1-s { background-position: -64px -48px; }
+.ui-icon-arrowthick-1-sw { background-position: -80px -48px; }
+.ui-icon-arrowthick-1-w { background-position: -96px -48px; }
+.ui-icon-arrowthick-1-nw { background-position: -112px -48px; }
+.ui-icon-arrowthick-2-n-s { background-position: -128px -48px; }
+.ui-icon-arrowthick-2-ne-sw { background-position: -144px -48px; }
+.ui-icon-arrowthick-2-e-w { background-position: -160px -48px; }
+.ui-icon-arrowthick-2-se-nw { background-position: -176px -48px; }
+.ui-icon-arrowthickstop-1-n { background-position: -192px -48px; }
+.ui-icon-arrowthickstop-1-e { background-position: -208px -48px; }
+.ui-icon-arrowthickstop-1-s { background-position: -224px -48px; }
+.ui-icon-arrowthickstop-1-w { background-position: -240px -48px; }
+.ui-icon-arrowreturnthick-1-w { background-position: 0 -64px; }
+.ui-icon-arrowreturnthick-1-n { background-position: -16px -64px; }
+.ui-icon-arrowreturnthick-1-e { background-position: -32px -64px; }
+.ui-icon-arrowreturnthick-1-s { background-position: -48px -64px; }
+.ui-icon-arrowreturn-1-w { background-position: -64px -64px; }
+.ui-icon-arrowreturn-1-n { background-position: -80px -64px; }
+.ui-icon-arrowreturn-1-e { background-position: -96px -64px; }
+.ui-icon-arrowreturn-1-s { background-position: -112px -64px; }
+.ui-icon-arrowrefresh-1-w { background-position: -128px -64px; }
+.ui-icon-arrowrefresh-1-n { background-position: -144px -64px; }
+.ui-icon-arrowrefresh-1-e { background-position: -160px -64px; }
+.ui-icon-arrowrefresh-1-s { background-position: -176px -64px; }
+.ui-icon-arrow-4 { background-position: 0 -80px; }
+.ui-icon-arrow-4-diag { background-position: -16px -80px; }
+.ui-icon-extlink { background-position: -32px -80px; }
+.ui-icon-newwin { background-position: -48px -80px; }
+.ui-icon-refresh { background-position: -64px -80px; }
+.ui-icon-shuffle { background-position: -80px -80px; }
+.ui-icon-transfer-e-w { background-position: -96px -80px; }
+.ui-icon-transferthick-e-w { background-position: -112px -80px; }
+.ui-icon-folder-collapsed { background-position: 0 -96px; }
+.ui-icon-folder-open { background-position: -16px -96px; }
+.ui-icon-document { background-position: -32px -96px; }
+.ui-icon-document-b { background-position: -48px -96px; }
+.ui-icon-note { background-position: -64px -96px; }
+.ui-icon-mail-closed { background-position: -80px -96px; }
+.ui-icon-mail-open { background-position: -96px -96px; }
+.ui-icon-suitcase { background-position: -112px -96px; }
+.ui-icon-comment { background-position: -128px -96px; }
+.ui-icon-person { background-position: -144px -96px; }
+.ui-icon-print { background-position: -160px -96px; }
+.ui-icon-trash { background-position: -176px -96px; }
+.ui-icon-locked { background-position: -192px -96px; }
+.ui-icon-unlocked { background-position: -208px -96px; }
+.ui-icon-bookmark { background-position: -224px -96px; }
+.ui-icon-tag { background-position: -240px -96px; }
+.ui-icon-home { background-position: 0 -112px; }
+.ui-icon-flag { background-position: -16px -112px; }
+.ui-icon-calendar { background-position: -32px -112px; }
+.ui-icon-cart { background-position: -48px -112px; }
+.ui-icon-pencil { background-position: -64px -112px; }
+.ui-icon-clock { background-position: -80px -112px; }
+.ui-icon-disk { background-position: -96px -112px; }
+.ui-icon-calculator { background-position: -112px -112px; }
+.ui-icon-zoomin { background-position: -128px -112px; }
+.ui-icon-zoomout { background-position: -144px -112px; }
+.ui-icon-search { background-position: -160px -112px; }
+.ui-icon-wrench { background-position: -176px -112px; }
+.ui-icon-gear { background-position: -192px -112px; }
+.ui-icon-heart { background-position: -208px -112px; }
+.ui-icon-star { background-position: -224px -112px; }
+.ui-icon-link { background-position: -240px -112px; }
+.ui-icon-cancel { background-position: 0 -128px; }
+.ui-icon-plus { background-position: -16px -128px; }
+.ui-icon-plusthick { background-position: -32px -128px; }
+.ui-icon-minus { background-position: -48px -128px; }
+.ui-icon-minusthick { background-position: -64px -128px; }
+.ui-icon-close { background-position: -80px -128px; }
+.ui-icon-closethick { background-position: -96px -128px; }
+.ui-icon-key { background-position: -112px -128px; }
+.ui-icon-lightbulb { background-position: -128px -128px; }
+.ui-icon-scissors { background-position: -144px -128px; }
+.ui-icon-clipboard { background-position: -160px -128px; }
+.ui-icon-copy { background-position: -176px -128px; }
+.ui-icon-contact { background-position: -192px -128px; }
+.ui-icon-image { background-position: -208px -128px; }
+.ui-icon-video { background-position: -224px -128px; }
+.ui-icon-script { background-position: -240px -128px; }
+.ui-icon-alert { background-position: 0 -144px; }
+.ui-icon-info { background-position: -16px -144px; }
+.ui-icon-notice { background-position: -32px -144px; }
+.ui-icon-help { background-position: -48px -144px; }
+.ui-icon-check { background-position: -64px -144px; }
+.ui-icon-bullet { background-position: -80px -144px; }
+.ui-icon-radio-off { background-position: -96px -144px; }
+.ui-icon-radio-on { background-position: -112px -144px; }
+.ui-icon-pin-w { background-position: -128px -144px; }
+.ui-icon-pin-s { background-position: -144px -144px; }
+.ui-icon-play { background-position: 0 -160px; }
+.ui-icon-pause { background-position: -16px -160px; }
+.ui-icon-seek-next { background-position: -32px -160px; }
+.ui-icon-seek-prev { background-position: -48px -160px; }
+.ui-icon-seek-end { background-position: -64px -160px; }
+.ui-icon-seek-first { background-position: -80px -160px; }
+.ui-icon-stop { background-position: -96px -160px; }
+.ui-icon-eject { background-position: -112px -160px; }
+.ui-icon-volume-off { background-position: -128px -160px; }
+.ui-icon-volume-on { background-position: -144px -160px; }
+.ui-icon-power { background-position: 0 -176px; }
+.ui-icon-signal-diag { background-position: -16px -176px; }
+.ui-icon-signal { background-position: -32px -176px; }
+.ui-icon-battery-0 { background-position: -48px -176px; }
+.ui-icon-battery-1 { background-position: -64px -176px; }
+.ui-icon-battery-2 { background-position: -80px -176px; }
+.ui-icon-battery-3 { background-position: -96px -176px; }
+.ui-icon-circle-plus { background-position: 0 -192px; }
+.ui-icon-circle-minus { background-position: -16px -192px; }
+.ui-icon-circle-close { background-position: -32px -192px; }
+.ui-icon-circle-triangle-e { background-position: -48px -192px; }
+.ui-icon-circle-triangle-s { background-position: -64px -192px; }
+.ui-icon-circle-triangle-w { background-position: -80px -192px; }
+.ui-icon-circle-triangle-n { background-position: -96px -192px; }
+.ui-icon-circle-arrow-e { background-position: -112px -192px; }
+.ui-icon-circle-arrow-s { background-position: -128px -192px; }
+.ui-icon-circle-arrow-w { background-position: -144px -192px; }
+.ui-icon-circle-arrow-n { background-position: -160px -192px; }
+.ui-icon-circle-zoomin { background-position: -176px -192px; }
+.ui-icon-circle-zoomout { background-position: -192px -192px; }
+.ui-icon-circle-check { background-position: -208px -192px; }
+.ui-icon-circlesmall-plus { background-position: 0 -208px; }
+.ui-icon-circlesmall-minus { background-position: -16px -208px; }
+.ui-icon-circlesmall-close { background-position: -32px -208px; }
+.ui-icon-squaresmall-plus { background-position: -48px -208px; }
+.ui-icon-squaresmall-minus { background-position: -64px -208px; }
+.ui-icon-squaresmall-close { background-position: -80px -208px; }
+.ui-icon-grip-dotted-vertical { background-position: 0 -224px; }
+.ui-icon-grip-dotted-horizontal { background-position: -16px -224px; }
+.ui-icon-grip-solid-vertical { background-position: -32px -224px; }
+.ui-icon-grip-solid-horizontal { background-position: -48px -224px; }
+.ui-icon-gripsmall-diagonal-se { background-position: -64px -224px; }
+.ui-icon-grip-diagonal-se { background-position: -80px -224px; }
+
+
+/* Misc visuals
+----------------------------------*/
+
+/* Corner radius */
+.ui-corner-tl { -moz-border-radius-topleft: 4px;
-webkit-border-top-left-radius: 4px; }
+.ui-corner-tr { -moz-border-radius-topright: 4px;
-webkit-border-top-right-radius: 4px; }
+.ui-corner-bl { -moz-border-radius-bottomleft: 4px;
-webkit-border-bottom-left-radius: 4px; }
+.ui-corner-br { -moz-border-radius-bottomright: 4px;
-webkit-border-bottom-right-radius: 4px; }
+.ui-corner-top { -moz-border-radius-topleft: 4px;
-webkit-border-top-left-radius: 4px; -moz-border-radius-topright: 4px;
-webkit-border-top-right-radius: 4px; }
+.ui-corner-bottom { -moz-border-radius-bottomleft: 4px;
-webkit-border-bottom-left-radius: 4px; -moz-border-radius-bottomright:
4px; -webkit-border-bottom-right-radius: 4px; }
+.ui-corner-right { -moz-border-radius-topright: 4px;
-webkit-border-top-right-radius: 4px;