compressible 0.0.2

Sign up to get free protection for your applications and to get access to all the features.
@@ -0,0 +1,17 @@
1
+ module Compressible::ViewHelpers
2
+
3
+ def compressible_stylesheet_tag(*keys)
4
+ Compressible.stylesheets_for(*keys).collect do |asset|
5
+ stylesheet_link_tag(asset)
6
+ end.join("\n").html_safe
7
+ end
8
+
9
+ def compressible_javascript_tag(*keys)
10
+ Compressible.javascripts_for(*keys).collect do |asset|
11
+ javascript_include_tag(asset)
12
+ end.join("\n").html_safe
13
+ end
14
+
15
+ end
16
+
17
+ ActionView::Base.send(:include, Compressible::ViewHelpers) if defined?(ActionView)
@@ -0,0 +1,25 @@
1
+ class Hash
2
+ def recursively_symbolize_keys!
3
+ self.symbolize_keys!
4
+ self.values.each do |v|
5
+ if v.is_a? Hash
6
+ v.recursively_symbolize_keys!
7
+ elsif v.is_a? Array
8
+ v.recursively_symbolize_keys!
9
+ end
10
+ end
11
+ self
12
+ end
13
+ end
14
+
15
+ class Array
16
+ def recursively_symbolize_keys!
17
+ self.each do |item|
18
+ if item.is_a? Hash
19
+ item.recursively_symbolize_keys!
20
+ elsif item.is_a? Array
21
+ item.recursively_symbolize_keys!
22
+ end
23
+ end
24
+ end
25
+ end
@@ -0,0 +1 @@
1
+ require "compressible"
@@ -0,0 +1,20 @@
1
+ stylesheet_path: "."
2
+ javascript_path: "."
3
+ js:
4
+ -
5
+ paths:
6
+ - test/test-a
7
+ - test/test-b
8
+ to: test/result
9
+ munge: true
10
+ css:
11
+ -
12
+ paths:
13
+ - test/test-a
14
+ - test/test-b
15
+ to: test/result
16
+ -
17
+ paths:
18
+ - test/test-a
19
+ - test/test-b
20
+ to: test/result_test
@@ -0,0 +1,2 @@
1
+ Compressible.js("test-a", "test-b", :to => "result", :munge => true)
2
+ Compressible.css("test-a", "test-b", :to => "result")
@@ -0,0 +1,3 @@
1
+ div.light_rounded .pp_top .pp_left{background:url(../../images/jquery/prettyPhoto/light_rounded/sprite.png) -88px -53px no-repeat;}div.light_rounded .pp_top .pp_middle{background:#fff;}div.light_rounded .pp_top .pp_right{background:url(../../images/jquery/prettyPhoto/light_rounded/sprite.png) -110px -53px no-repeat;}div.light_rounded .pp_content .ppt{color:#000;}div.light_rounded .pp_content_container .pp_left,div.light_rounded .pp_content_container .pp_right{background:#fff;}div.light_rounded .pp_content{background-color:#fff;}div.light_rounded .pp_next:hover{background:url(../../images/jquery/prettyPhoto/light_rounded/btnNext.png) center right no-repeat;cursor:pointer;}div.light_rounded .pp_previous:hover{background:url(../../images/jquery/prettyPhoto/light_rounded/btnPrevious.png) center left no-repeat;cursor:pointer;}div.light_rounded .pp_expand{background:url(../../images/jquery/prettyPhoto/light_rounded/sprite.png) -31px -26px no-repeat;cursor:pointer;}div.light_rounded .pp_expand:hover{background:url(../../images/jquery/prettyPhoto/light_rounded/sprite.png) -31px -47px no-repeat;cursor:pointer;}div.light_rounded .pp_contract{background:url(../../images/jquery/prettyPhoto/light_rounded/sprite.png) 0 -26px no-repeat;cursor:pointer;}div.light_rounded .pp_contract:hover{background:url(../../images/jquery/prettyPhoto/light_rounded/sprite.png) 0 -47px no-repeat;cursor:pointer;}div.light_rounded .pp_close{width:75px;height:22px;background:url(../../images/jquery/prettyPhoto/light_rounded/sprite.png) -1px -1px no-repeat;cursor:pointer;}div.light_rounded #pp_full_res .pp_inline{color:#000;}div.light_rounded .pp_gallery a.pp_arrow_previous,div.light_rounded .pp_gallery a.pp_arrow_next{margin-top:12px!important;}div.light_rounded .pp_nav .pp_play{background:url(../../images/jquery/prettyPhoto/light_rounded/sprite.png) -1px -100px no-repeat;height:15px;width:14px;}div.light_rounded .pp_nav .pp_pause{background:url(../../images/jquery/prettyPhoto/light_rounded/sprite.png) -24px -100px no-repeat;height:15px;width:14px;}div.light_rounded .pp_arrow_previous{background:url(../../images/jquery/prettyPhoto/light_rounded/sprite.png) 0 -71px no-repeat;}div.light_rounded .pp_arrow_previous.disabled{background-position:0 -87px;cursor:default;}div.light_rounded .pp_arrow_next{background:url(../../images/jquery/prettyPhoto/light_rounded/sprite.png) -22px -71px no-repeat;}div.light_rounded .pp_arrow_next.disabled{background-position:-22px -87px;cursor:default;}div.light_rounded .pp_bottom .pp_left{background:url(../../images/jquery/prettyPhoto/light_rounded/sprite.png) -88px -80px no-repeat;}div.light_rounded .pp_bottom .pp_middle{background:#fff;}div.light_rounded .pp_bottom .pp_right{background:url(../../images/jquery/prettyPhoto/light_rounded/sprite.png) -110px -80px no-repeat;}div.light_rounded .pp_loaderIcon{background:url(../../images/jquery/prettyPhoto/light_rounded/loader.gif) center center no-repeat;}div.dark_rounded .pp_top .pp_left{background:url(../../images/jquery/prettyPhoto/dark_rounded/sprite.png) -88px -53px no-repeat;}div.dark_rounded .pp_top .pp_middle{background:url(../../images/jquery/prettyPhoto/dark_rounded/contentPattern.png) top left repeat;}div.dark_rounded .pp_top .pp_right{background:url(../../images/jquery/prettyPhoto/dark_rounded/sprite.png) -110px -53px no-repeat;}div.dark_rounded .pp_content_container .pp_left{background:url(../../images/jquery/prettyPhoto/dark_rounded/contentPattern.png) top left repeat-y;}div.dark_rounded .pp_content_container .pp_right{background:url(../../images/jquery/prettyPhoto/dark_rounded/contentPattern.png) top right repeat-y;}div.dark_rounded .pp_content{background:url(../../images/jquery/prettyPhoto/dark_rounded/contentPattern.png) top left repeat;}div.dark_rounded .pp_next:hover{background:url(../../images/jquery/prettyPhoto/dark_rounded/btnNext.png) center right no-repeat;cursor:pointer;}div.dark_rounded .pp_previous:hover{background:url(../../images/jquery/prettyPhoto/dark_rounded/btnPrevious.png) center left no-repeat;cursor:pointer;}div.dark_rounded .pp_expand{background:url(../../images/jquery/prettyPhoto/dark_rounded/sprite.png) -31px -26px no-repeat;cursor:pointer;}div.dark_rounded .pp_expand:hover{background:url(../../images/jquery/prettyPhoto/dark_rounded/sprite.png) -31px -47px no-repeat;cursor:pointer;}div.dark_rounded .pp_contract{background:url(../../images/jquery/prettyPhoto/dark_rounded/sprite.png) 0 -26px no-repeat;cursor:pointer;}div.dark_rounded .pp_contract:hover{background:url(../../images/jquery/prettyPhoto/dark_rounded/sprite.png) 0 -47px no-repeat;cursor:pointer;}div.dark_rounded .pp_close{width:75px;height:22px;background:url(../../images/jquery/prettyPhoto/dark_rounded/sprite.png) -1px -1px no-repeat;cursor:pointer;}div.dark_rounded .currentTextHolder{color:#c4c4c4;}div.dark_rounded .pp_description{color:#fff;}div.dark_rounded #pp_full_res .pp_inline{color:#fff;}div.dark_rounded .pp_gallery a.pp_arrow_previous,div.dark_rounded .pp_gallery a.pp_arrow_next{margin-top:12px!important;}div.dark_rounded .pp_nav .pp_play{background:url(../../images/jquery/prettyPhoto/dark_rounded/sprite.png) -1px -100px no-repeat;height:15px;width:14px;}div.dark_rounded .pp_nav .pp_pause{background:url(../../images/jquery/prettyPhoto/dark_rounded/sprite.png) -24px -100px no-repeat;height:15px;width:14px;}div.dark_rounded .pp_arrow_previous{background:url(../../images/jquery/prettyPhoto/dark_rounded/sprite.png) 0 -71px no-repeat;}div.dark_rounded .pp_arrow_previous.disabled{background-position:0 -87px;cursor:default;}div.dark_rounded .pp_arrow_next{background:url(../../images/jquery/prettyPhoto/dark_rounded/sprite.png) -22px -71px no-repeat;}div.dark_rounded .pp_arrow_next.disabled{background-position:-22px -87px;cursor:default;}div.dark_rounded .pp_bottom .pp_left{background:url(../../images/jquery/prettyPhoto/dark_rounded/sprite.png) -88px -80px no-repeat;}div.dark_rounded .pp_bottom .pp_middle{background:url(../../images/jquery/prettyPhoto/dark_rounded/contentPattern.png) top left repeat;}div.dark_rounded .pp_bottom .pp_right{background:url(../../images/jquery/prettyPhoto/dark_rounded/sprite.png) -110px -80px no-repeat;}div.dark_rounded .pp_loaderIcon{background:url(../../images/jquery/prettyPhoto/dark_rounded/loader.gif) center center no-repeat;}div.dark_square .pp_left,div.dark_square .pp_middle,div.dark_square .pp_right,div.dark_square .pp_content{background:url(../../images/jquery/prettyPhoto/dark_square/contentPattern.png) top left repeat;}div.dark_square .currentTextHolder{color:#c4c4c4;}div.dark_square .pp_description{color:#fff;}div.dark_square .pp_loaderIcon{background:url(../../images/jquery/prettyPhoto/dark_rounded/loader.gif) center center no-repeat;}div.dark_square .pp_content_container .pp_left{background:url(../../images/jquery/prettyPhoto/dark_rounded/contentPattern.png) top left repeat-y;}div.dark_square .pp_content_container .pp_right{background:url(../../images/jquery/prettyPhoto/dark_rounded/contentPattern.png) top right repeat-y;}div.dark_square .pp_expand{background:url(../../images/jquery/prettyPhoto/dark_square/sprite.png) -31px -26px no-repeat;cursor:pointer;}div.dark_square .pp_expand:hover{background:url(../../images/jquery/prettyPhoto/dark_square/sprite.png) -31px -47px no-repeat;cursor:pointer;}div.dark_square .pp_contract{background:url(../../images/jquery/prettyPhoto/dark_square/sprite.png) 0 -26px no-repeat;cursor:pointer;}div.dark_square .pp_contract:hover{background:url(../../images/jquery/prettyPhoto/dark_square/sprite.png) 0 -47px no-repeat;cursor:pointer;}div.dark_square .pp_close{width:75px;height:22px;background:url(../../images/jquery/prettyPhoto/dark_square/sprite.png) -1px -1px no-repeat;cursor:pointer;}div.dark_square #pp_full_res .pp_inline{color:#fff;}div.dark_square .pp_gallery a.pp_arrow_previous,div.dark_square .pp_gallery a.pp_arrow_next{margin-top:12px!important;}div.dark_square .pp_nav .pp_play{background:url(../../images/jquery/prettyPhoto/dark_square/sprite.png) -1px -100px no-repeat;height:15px;width:14px;}div.dark_square .pp_nav .pp_pause{background:url(../../images/jquery/prettyPhoto/dark_square/sprite.png) -24px -100px no-repeat;height:15px;width:14px;}div.dark_square .pp_arrow_previous{background:url(../../images/jquery/prettyPhoto/dark_square/sprite.png) 0 -71px no-repeat;}div.dark_square .pp_arrow_previous.disabled{background-position:0 -87px;cursor:default;}div.dark_square .pp_arrow_next{background:url(../../images/jquery/prettyPhoto/dark_square/sprite.png) -22px -71px no-repeat;}div.dark_square .pp_arrow_next.disabled{background-position:-22px -87px;cursor:default;}div.dark_square .pp_next:hover{background:url(../../images/jquery/prettyPhoto/dark_square/btnNext.png) center right no-repeat;cursor:pointer;}div.dark_square .pp_previous:hover{background:url(../../images/jquery/prettyPhoto/dark_square/btnPrevious.png) center left no-repeat;cursor:pointer;}div.light_square .pp_left,div.light_square .pp_middle,div.light_square .pp_right,div.light_square .pp_content{background:#fff;}div.light_square .pp_content .ppt{color:#000;}div.light_square .pp_expand{background:url(../../images/jquery/prettyPhoto/light_square/sprite.png) -31px -26px no-repeat;cursor:pointer;}div.light_square .pp_expand:hover{background:url(../../images/jquery/prettyPhoto/light_square/sprite.png) -31px -47px no-repeat;cursor:pointer;}div.light_square .pp_contract{background:url(../../images/jquery/prettyPhoto/light_square/sprite.png) 0 -26px no-repeat;cursor:pointer;}div.light_square .pp_contract:hover{background:url(../../images/jquery/prettyPhoto/light_square/sprite.png) 0 -47px no-repeat;cursor:pointer;}div.light_square .pp_close{width:75px;height:22px;background:url(../../images/jquery/prettyPhoto/light_square/sprite.png) -1px -1px no-repeat;cursor:pointer;}div.light_square #pp_full_res .pp_inline{color:#000;}div.light_square .pp_gallery a.pp_arrow_previous,div.light_square .pp_gallery a.pp_arrow_next{margin-top:12px!important;}div.light_square .pp_nav .pp_play{background:url(../../images/jquery/prettyPhoto/light_square/sprite.png) -1px -100px no-repeat;height:15px;width:14px;}div.light_square .pp_nav .pp_pause{background:url(../../images/jquery/prettyPhoto/light_square/sprite.png) -24px -100px no-repeat;height:15px;width:14px;}div.light_square .pp_arrow_previous{background:url(../../images/jquery/prettyPhoto/light_square/sprite.png) 0 -71px no-repeat;}div.light_square .pp_arrow_previous.disabled{background-position:0 -87px;cursor:default;}div.light_square .pp_arrow_next{background:url(../../images/jquery/prettyPhoto/light_square/sprite.png) -22px -71px no-repeat;}div.light_square .pp_arrow_next.disabled{background-position:-22px -87px;cursor:default;}div.light_square .pp_next:hover{background:url(../../images/jquery/prettyPhoto/light_square/btnNext.png) center right no-repeat;cursor:pointer;}div.light_square .pp_previous:hover{background:url(../../images/jquery/prettyPhoto/light_square/btnPrevious.png) center left no-repeat;cursor:pointer;}div.facebook .pp_top .pp_left{background:url(../../images/jquery/prettyPhoto/facebook/sprite.png) -88px -53px no-repeat;}div.facebook .pp_top .pp_middle{background:url(../../images/jquery/prettyPhoto/facebook/contentPatternTop.png) top left repeat-x;}div.facebook .pp_top .pp_right{background:url(../../images/jquery/prettyPhoto/facebook/sprite.png) -110px -53px no-repeat;}div.facebook .pp_content .ppt{color:#000;}div.facebook .pp_content_container .pp_left{background:url(../../images/jquery/prettyPhoto/facebook/contentPatternLeft.png) top left repeat-y;}div.facebook .pp_content_container .pp_right{background:url(../../images/jquery/prettyPhoto/facebook/contentPatternRight.png) top right repeat-y;}div.facebook .pp_content{background:#fff;}div.facebook .pp_expand{background:url(../../images/jquery/prettyPhoto/facebook/sprite.png) -31px -26px no-repeat;cursor:pointer;}div.facebook .pp_expand:hover{background:url(../../images/jquery/prettyPhoto/facebook/sprite.png) -31px -47px no-repeat;cursor:pointer;}div.facebook .pp_contract{background:url(../../images/jquery/prettyPhoto/facebook/sprite.png) 0 -26px no-repeat;cursor:pointer;}div.facebook .pp_contract:hover{background:url(../../images/jquery/prettyPhoto/facebook/sprite.png) 0 -47px no-repeat;cursor:pointer;}div.facebook .pp_close{width:22px;height:22px;background:url(../../images/jquery/prettyPhoto/facebook/sprite.png) -1px -1px no-repeat;cursor:pointer;}div.facebook #pp_full_res .pp_inline{color:#000;}div.facebook .pp_loaderIcon{background:url(../../images/jquery/prettyPhoto/facebook/loader.gif) center center no-repeat;}div.facebook .pp_arrow_previous{background:url(../../images/jquery/prettyPhoto/facebook/sprite.png) 0 -71px no-repeat;height:22px;margin-top:0;width:22px;}div.facebook .pp_arrow_previous.disabled{background-position:0 -96px;cursor:default;}div.facebook .pp_arrow_next{background:url(../../images/jquery/prettyPhoto/facebook/sprite.png) -32px -71px no-repeat;height:22px;margin-top:0;width:22px;}div.facebook .pp_arrow_next.disabled{background-position:-32px -96px;cursor:default;}div.facebook .pp_nav{margin-top:0;}div.facebook .pp_nav p{font-size:15px;padding:0 3px 0 4px;}div.facebook .pp_nav .pp_play{background:url(../../images/jquery/prettyPhoto/facebook/sprite.png) -1px -123px no-repeat;height:22px;width:22px;}div.facebook .pp_nav .pp_pause{background:url(../../images/jquery/prettyPhoto/facebook/sprite.png) -32px -123px no-repeat;height:22px;width:22px;}div.facebook .pp_next:hover{background:url(../../images/jquery/prettyPhoto/facebook/btnNext.png) center right no-repeat;cursor:pointer;}div.facebook .pp_previous:hover{background:url(../../images/jquery/prettyPhoto/facebook/btnPrevious.png) center left no-repeat;cursor:pointer;}div.facebook .pp_bottom .pp_left{background:url(../../images/jquery/prettyPhoto/facebook/sprite.png) -88px -80px no-repeat;}div.facebook .pp_bottom .pp_middle{background:url(../../images/jquery/prettyPhoto/facebook/contentPatternBottom.png) top left repeat-x;}div.facebook .pp_bottom .pp_right{background:url(../../images/jquery/prettyPhoto/facebook/sprite.png) -110px -80px no-repeat;}div.pp_pic_holder a:focus{outline:none;}div.pp_overlay{background:#000;display:none;left:0;position:absolute;top:0;width:100%;z-index:9500;}div.pp_pic_holder{display:none;position:absolute;width:100px;z-index:10000;}.pp_top{height:20px;position:relative;}* html .pp_top{padding:0 20px;}.pp_top .pp_left{height:20px;left:0;position:absolute;width:20px;}.pp_top .pp_middle{height:20px;left:20px;position:absolute;right:20px;}* html .pp_top .pp_middle{left:0;position:static;}.pp_top .pp_right{height:20px;left:auto;position:absolute;right:0;top:0;width:20px;}.pp_content{height:40px;}.pp_fade{display:none;}.pp_content_container{position:relative;text-align:left;width:100%;}.pp_content_container .pp_left{padding-left:20px;}.pp_content_container .pp_right{padding-right:20px;}.pp_content_container .pp_details{margin:10px 0 2px 0;}.pp_description{display:none;margin:0 0 5px 0;}.pp_nav{clear:left;float:left;margin:3px 0 0 0;}.pp_nav p{float:left;margin:2px 4px;}.pp_nav .pp_play,.pp_nav .pp_pause{float:left;margin-right:4px;text-indent:-10000px;}a.pp_arrow_previous,a.pp_arrow_next{display:block;float:left;height:15px;margin-top:3px;overflow:hidden;text-indent:-10000px;width:14px;}.pp_hoverContainer{position:absolute;top:0;width:100%;z-index:2000;}.pp_gallery{left:50%;margin-top:-50px;position:absolute;z-index:10000;}.pp_gallery ul{float:left;height:35px;margin:0 0 0 5px;overflow:hidden;position:relative;}.pp_gallery ul a{border:1px #000 solid;border:1px rgba(0,0,0,0.5) solid;display:block;float:left;height:33px;overflow:hidden;}.pp_gallery ul a:hover{border-color:#fff;}.pp_gallery ul a img{border:0;}.pp_gallery li{display:block;float:left;margin:0 5px 0 0;}.pp_gallery li.default a{background:url(../../images/jquery/prettyPhoto/facebook/default_thumbnail.gif) 0 0 no-repeat;display:block;height:33px;width:50px;}.pp_gallery li.default a img{display:none;}.pp_gallery .pp_arrow_previous,.pp_gallery .pp_arrow_next{margin-top:7px!important;}a.pp_next{background:url(../../images/jquery/prettyPhoto/light_rounded/btnNext.png) 10000px 10000px no-repeat;display:block;float:right;height:100%;text-indent:-10000px;width:49%;}a.pp_previous{background:url(../../images/jquery/prettyPhoto/light_rounded/btnNext.png) 10000px 10000px no-repeat;display:block;float:left;height:100%;text-indent:-10000px;width:49%;}a.pp_expand,a.pp_contract{cursor:pointer;display:none;height:20px;position:absolute;right:30px;text-indent:-10000px;top:10px;width:20px;z-index:20000;}a.pp_close{display:block;float:right;text-indent:-10000px;}.pp_bottom{height:20px;position:relative;}* html .pp_bottom{padding:0 20px;}.pp_bottom .pp_left{height:20px;left:0;position:absolute;width:20px;}.pp_bottom .pp_middle{height:20px;left:20px;position:absolute;right:20px;}* html .pp_bottom .pp_middle{left:0;position:static;}.pp_bottom .pp_right{height:20px;left:auto;position:absolute;right:0;top:0;width:20px;}.pp_loaderIcon{display:block;height:24px;left:50%;margin:-12px 0 0 -12px;position:absolute;top:50%;width:24px;}#pp_full_res{line-height:1!important;}#pp_full_res .pp_inline{text-align:left;}#pp_full_res .pp_inline p{margin:0 0 15px 0;}div.ppt{color:#fff;display:none;font-size:17px;margin:0 0 5px 15px;z-index:9999;}.clearfix:after{content:".";display:block;height:0;clear:both;visibility:hidden;}.clearfix{display:inline-block;}/* Hides from IE-mac \*/ * html .clearfix{height:1%;}.clearfix{display:block;}/* End hide from IE-mac */
2
+
3
+ .ac_results{padding:0;border:1px solid black;background-color:white;overflow:hidden;z-index:99999;}.ac_results ul{width:100%;list-style-position:outside;list-style:none;padding:0;margin:0;}.ac_results li{margin:0;padding:2px 5px;cursor:default;display:block;font:menu;font-size:12px;line-height:16px;overflow:hidden;}.ac_loading{background:white url('indicator.gif') right center no-repeat;}.ac_odd{background-color:#eee;}.ac_over{background-color:#0A246A;color:white;}
@@ -0,0 +1,3 @@
1
+ jQuery.easing.jswing=jQuery.easing.swing;jQuery.extend(jQuery.easing,{def:"easeOutQuad",swing:function(e,f,a,h,g){return jQuery.easing[jQuery.easing.def](e,f,a,h,g)},easeInQuad:function(e,f,a,h,g){return h*(f/=g)*f+a},easeOutQuad:function(e,f,a,h,g){return -h*(f/=g)*(f-2)+a},easeInOutQuad:function(e,f,a,h,g){if((f/=g/2)<1){return h/2*f*f+a}return -h/2*((--f)*(f-2)-1)+a},easeInCubic:function(e,f,a,h,g){return h*(f/=g)*f*f+a},easeOutCubic:function(e,f,a,h,g){return h*((f=f/g-1)*f*f+1)+a},easeInOutCubic:function(e,f,a,h,g){if((f/=g/2)<1){return h/2*f*f*f+a}return h/2*((f-=2)*f*f+2)+a},easeInQuart:function(e,f,a,h,g){return h*(f/=g)*f*f*f+a},easeOutQuart:function(e,f,a,h,g){return -h*((f=f/g-1)*f*f*f-1)+a},easeInOutQuart:function(e,f,a,h,g){if((f/=g/2)<1){return h/2*f*f*f*f+a}return -h/2*((f-=2)*f*f*f-2)+a},easeInQuint:function(e,f,a,h,g){return h*(f/=g)*f*f*f*f+a},easeOutQuint:function(e,f,a,h,g){return h*((f=f/g-1)*f*f*f*f+1)+a},easeInOutQuint:function(e,f,a,h,g){if((f/=g/2)<1){return h/2*f*f*f*f*f+a}return h/2*((f-=2)*f*f*f*f+2)+a},easeInSine:function(e,f,a,h,g){return -h*Math.cos(f/g*(Math.PI/2))+h+a},easeOutSine:function(e,f,a,h,g){return h*Math.sin(f/g*(Math.PI/2))+a},easeInOutSine:function(e,f,a,h,g){return -h/2*(Math.cos(Math.PI*f/g)-1)+a},easeInExpo:function(e,f,a,h,g){return(f==0)?a:h*Math.pow(2,10*(f/g-1))+a},easeOutExpo:function(e,f,a,h,g){return(f==g)?a+h:h*(-Math.pow(2,-10*f/g)+1)+a},easeInOutExpo:function(e,f,a,h,g){if(f==0){return a}if(f==g){return a+h}if((f/=g/2)<1){return h/2*Math.pow(2,10*(f-1))+a}return h/2*(-Math.pow(2,-10*--f)+2)+a},easeInCirc:function(e,f,a,h,g){return -h*(Math.sqrt(1-(f/=g)*f)-1)+a},easeOutCirc:function(e,f,a,h,g){return h*Math.sqrt(1-(f=f/g-1)*f)+a},easeInOutCirc:function(e,f,a,h,g){if((f/=g/2)<1){return -h/2*(Math.sqrt(1-f*f)-1)+a}return h/2*(Math.sqrt(1-(f-=2)*f)+1)+a},easeInElastic:function(f,h,e,l,k){var i=1.70158;var j=0;var g=l;if(h==0){return e}if((h/=k)==1){return e+l}if(!j){j=k*0.3}if(g<Math.abs(l)){g=l;var i=j/4}else{var i=j/(2*Math.PI)*Math.asin(l/g)}return -(g*Math.pow(2,10*(h-=1))*Math.sin((h*k-i)*(2*Math.PI)/j))+e},easeOutElastic:function(f,h,e,l,k){var i=1.70158;var j=0;var g=l;if(h==0){return e}if((h/=k)==1){return e+l}if(!j){j=k*0.3}if(g<Math.abs(l)){g=l;var i=j/4}else{var i=j/(2*Math.PI)*Math.asin(l/g)}return g*Math.pow(2,-10*h)*Math.sin((h*k-i)*(2*Math.PI)/j)+l+e},easeInOutElastic:function(f,h,e,l,k){var i=1.70158;var j=0;var g=l;if(h==0){return e}if((h/=k/2)==2){return e+l}if(!j){j=k*(0.3*1.5)}if(g<Math.abs(l)){g=l;var i=j/4}else{var i=j/(2*Math.PI)*Math.asin(l/g)}if(h<1){return -0.5*(g*Math.pow(2,10*(h-=1))*Math.sin((h*k-i)*(2*Math.PI)/j))+e}return g*Math.pow(2,-10*(h-=1))*Math.sin((h*k-i)*(2*Math.PI)/j)*0.5+l+e},easeInBack:function(e,f,a,i,h,g){if(g==undefined){g=1.70158}return i*(f/=h)*f*((g+1)*f-g)+a},easeOutBack:function(e,f,a,i,h,g){if(g==undefined){g=1.70158}return i*((f=f/h-1)*f*((g+1)*f+g)+1)+a},easeInOutBack:function(e,f,a,i,h,g){if(g==undefined){g=1.70158}if((f/=h/2)<1){return i/2*(f*f*(((g*=(1.525))+1)*f-g))+a}return i/2*((f-=2)*f*(((g*=(1.525))+1)*f+g)+2)+a},easeInBounce:function(e,f,a,h,g){return h-jQuery.easing.easeOutBounce(e,g-f,0,h,g)+a},easeOutBounce:function(e,f,a,h,g){if((f/=g)<(1/2.75)){return h*(7.5625*f*f)+a}else{if(f<(2/2.75)){return h*(7.5625*(f-=(1.5/2.75))*f+0.75)+a}else{if(f<(2.5/2.75)){return h*(7.5625*(f-=(2.25/2.75))*f+0.9375)+a}else{return h*(7.5625*(f-=(2.625/2.75))*f+0.984375)+a}}}},easeInOutBounce:function(e,f,a,h,g){if(f<g/2){return jQuery.easing.easeInBounce(e,f*2,0,h,g)*0.5+a}return jQuery.easing.easeOutBounce(e,f*2-g,0,h,g)*0.5+h*0.5+a}});
2
+
3
+ $.autoscroll={settings:{},interval:0,event:null,init:function(a){$.autoscroll.settings={step:80,trigger:75,interval:80,mod_key:17};if(a){for(o in a){$.autoscroll.settings[o]=a[o]}}document.onmousemove=$.autoscroll.setMouseEvent;document.onkeydown=$.autoscroll.setKeyEvent;document.onkeyup=function(){clearInterval($.autoscroll.interval);$.autoscroll.interval=0}},setKeyEvent:function(b){var b=b||window.event;var a=b.charCode?b.charCode:b.keyCode?b.keyCode:b.which;if($.autoscroll.interval==0&&($.autoscroll.settings.mod_key==a)){$.autoscroll.interval=setInterval($.autoscroll.step,$.autoscroll.settings.interval)}},setMouseEvent:function(c){var c=c||window.event;var d=document.documentElement;var a=document.body;$.autoscroll.event={cursor:{x:c.pageX||(c.clientX+(d.scrollLeft||a.scrollLeft)-(d.clientLeft||0)),y:c.pageY||(c.clientY+(d.scrollTop||a.scrollTop)-(d.clientTop||0))},win:{w:window.innerWidth||(d.clientWidth&&d.clientWidth!=0?d.clientWidth:a.offsetWidth),h:window.innerHeight||(d.clientHeight&&d.clientWidth!=0?d.clientHeight:a.offsetHeight)},scroll:{x:(document.all?(!d.scrollLeft?a.scrollLeft:d.scrollLeft):(window.pageXOffset?window.pageXOffset:window.scrollX)),y:(document.all?(!d.scrollTop?a.scrollTop:d.scrollTop):(window.pageYOffset?window.pageYOffset:window.scrollY))}}},step:function(){var f=$.autoscroll.event;if(!f){return}var d=f.scroll.x;var c=f.scroll.x+f.win.w;var i=f.cursor.x;var a=f.scroll.y;var j=f.scroll.y+f.win.h;var h=f.cursor.y;if(d<=i&&i<=(d+$.autoscroll.settings.trigger)){var g=(1-((i-d)/$.autoscroll.settings.trigger));var b=Math.round(g*$.autoscroll.settings.step,0);f.scroll.x+=-b;f.cursor.x+=-b}else{if((c-$.autoscroll.settings.trigger)<=i&&i<=c){var g=(1-((c-i)/$.autoscroll.settings.trigger));var b=Math.round(g*$.autoscroll.settings.step,0);f.scroll.x+=b;f.cursor.x+=b}}if(a<=h&&h<=(a+$.autoscroll.settings.trigger)){var g=(1-((h-a)/$.autoscroll.settings.trigger));var b=Math.round(g*$.autoscroll.settings.step,0);f.scroll.y+=-b;f.cursor.y+=-b}else{if((j-$.autoscroll.settings.trigger)<=h&&h<=j){var g=(1-((j-h)/$.autoscroll.settings.trigger));var b=Math.round(g*$.autoscroll.settings.step,0);f.scroll.y+=b;f.cursor.y+=b}}if(f.scroll.x<0){f.scroll.x=0;f.cursor.x=0}if(f.scroll.y<0){f.scroll.y=0;f.cursor.y=0}window.scrollTo(f.scroll.x,f.scroll.y)}};
@@ -0,0 +1,3 @@
1
+ div.light_rounded .pp_top .pp_left{background:url(../../images/jquery/prettyPhoto/light_rounded/sprite.png) -88px -53px no-repeat;}div.light_rounded .pp_top .pp_middle{background:#fff;}div.light_rounded .pp_top .pp_right{background:url(../../images/jquery/prettyPhoto/light_rounded/sprite.png) -110px -53px no-repeat;}div.light_rounded .pp_content .ppt{color:#000;}div.light_rounded .pp_content_container .pp_left,div.light_rounded .pp_content_container .pp_right{background:#fff;}div.light_rounded .pp_content{background-color:#fff;}div.light_rounded .pp_next:hover{background:url(../../images/jquery/prettyPhoto/light_rounded/btnNext.png) center right no-repeat;cursor:pointer;}div.light_rounded .pp_previous:hover{background:url(../../images/jquery/prettyPhoto/light_rounded/btnPrevious.png) center left no-repeat;cursor:pointer;}div.light_rounded .pp_expand{background:url(../../images/jquery/prettyPhoto/light_rounded/sprite.png) -31px -26px no-repeat;cursor:pointer;}div.light_rounded .pp_expand:hover{background:url(../../images/jquery/prettyPhoto/light_rounded/sprite.png) -31px -47px no-repeat;cursor:pointer;}div.light_rounded .pp_contract{background:url(../../images/jquery/prettyPhoto/light_rounded/sprite.png) 0 -26px no-repeat;cursor:pointer;}div.light_rounded .pp_contract:hover{background:url(../../images/jquery/prettyPhoto/light_rounded/sprite.png) 0 -47px no-repeat;cursor:pointer;}div.light_rounded .pp_close{width:75px;height:22px;background:url(../../images/jquery/prettyPhoto/light_rounded/sprite.png) -1px -1px no-repeat;cursor:pointer;}div.light_rounded #pp_full_res .pp_inline{color:#000;}div.light_rounded .pp_gallery a.pp_arrow_previous,div.light_rounded .pp_gallery a.pp_arrow_next{margin-top:12px!important;}div.light_rounded .pp_nav .pp_play{background:url(../../images/jquery/prettyPhoto/light_rounded/sprite.png) -1px -100px no-repeat;height:15px;width:14px;}div.light_rounded .pp_nav .pp_pause{background:url(../../images/jquery/prettyPhoto/light_rounded/sprite.png) -24px -100px no-repeat;height:15px;width:14px;}div.light_rounded .pp_arrow_previous{background:url(../../images/jquery/prettyPhoto/light_rounded/sprite.png) 0 -71px no-repeat;}div.light_rounded .pp_arrow_previous.disabled{background-position:0 -87px;cursor:default;}div.light_rounded .pp_arrow_next{background:url(../../images/jquery/prettyPhoto/light_rounded/sprite.png) -22px -71px no-repeat;}div.light_rounded .pp_arrow_next.disabled{background-position:-22px -87px;cursor:default;}div.light_rounded .pp_bottom .pp_left{background:url(../../images/jquery/prettyPhoto/light_rounded/sprite.png) -88px -80px no-repeat;}div.light_rounded .pp_bottom .pp_middle{background:#fff;}div.light_rounded .pp_bottom .pp_right{background:url(../../images/jquery/prettyPhoto/light_rounded/sprite.png) -110px -80px no-repeat;}div.light_rounded .pp_loaderIcon{background:url(../../images/jquery/prettyPhoto/light_rounded/loader.gif) center center no-repeat;}div.dark_rounded .pp_top .pp_left{background:url(../../images/jquery/prettyPhoto/dark_rounded/sprite.png) -88px -53px no-repeat;}div.dark_rounded .pp_top .pp_middle{background:url(../../images/jquery/prettyPhoto/dark_rounded/contentPattern.png) top left repeat;}div.dark_rounded .pp_top .pp_right{background:url(../../images/jquery/prettyPhoto/dark_rounded/sprite.png) -110px -53px no-repeat;}div.dark_rounded .pp_content_container .pp_left{background:url(../../images/jquery/prettyPhoto/dark_rounded/contentPattern.png) top left repeat-y;}div.dark_rounded .pp_content_container .pp_right{background:url(../../images/jquery/prettyPhoto/dark_rounded/contentPattern.png) top right repeat-y;}div.dark_rounded .pp_content{background:url(../../images/jquery/prettyPhoto/dark_rounded/contentPattern.png) top left repeat;}div.dark_rounded .pp_next:hover{background:url(../../images/jquery/prettyPhoto/dark_rounded/btnNext.png) center right no-repeat;cursor:pointer;}div.dark_rounded .pp_previous:hover{background:url(../../images/jquery/prettyPhoto/dark_rounded/btnPrevious.png) center left no-repeat;cursor:pointer;}div.dark_rounded .pp_expand{background:url(../../images/jquery/prettyPhoto/dark_rounded/sprite.png) -31px -26px no-repeat;cursor:pointer;}div.dark_rounded .pp_expand:hover{background:url(../../images/jquery/prettyPhoto/dark_rounded/sprite.png) -31px -47px no-repeat;cursor:pointer;}div.dark_rounded .pp_contract{background:url(../../images/jquery/prettyPhoto/dark_rounded/sprite.png) 0 -26px no-repeat;cursor:pointer;}div.dark_rounded .pp_contract:hover{background:url(../../images/jquery/prettyPhoto/dark_rounded/sprite.png) 0 -47px no-repeat;cursor:pointer;}div.dark_rounded .pp_close{width:75px;height:22px;background:url(../../images/jquery/prettyPhoto/dark_rounded/sprite.png) -1px -1px no-repeat;cursor:pointer;}div.dark_rounded .currentTextHolder{color:#c4c4c4;}div.dark_rounded .pp_description{color:#fff;}div.dark_rounded #pp_full_res .pp_inline{color:#fff;}div.dark_rounded .pp_gallery a.pp_arrow_previous,div.dark_rounded .pp_gallery a.pp_arrow_next{margin-top:12px!important;}div.dark_rounded .pp_nav .pp_play{background:url(../../images/jquery/prettyPhoto/dark_rounded/sprite.png) -1px -100px no-repeat;height:15px;width:14px;}div.dark_rounded .pp_nav .pp_pause{background:url(../../images/jquery/prettyPhoto/dark_rounded/sprite.png) -24px -100px no-repeat;height:15px;width:14px;}div.dark_rounded .pp_arrow_previous{background:url(../../images/jquery/prettyPhoto/dark_rounded/sprite.png) 0 -71px no-repeat;}div.dark_rounded .pp_arrow_previous.disabled{background-position:0 -87px;cursor:default;}div.dark_rounded .pp_arrow_next{background:url(../../images/jquery/prettyPhoto/dark_rounded/sprite.png) -22px -71px no-repeat;}div.dark_rounded .pp_arrow_next.disabled{background-position:-22px -87px;cursor:default;}div.dark_rounded .pp_bottom .pp_left{background:url(../../images/jquery/prettyPhoto/dark_rounded/sprite.png) -88px -80px no-repeat;}div.dark_rounded .pp_bottom .pp_middle{background:url(../../images/jquery/prettyPhoto/dark_rounded/contentPattern.png) top left repeat;}div.dark_rounded .pp_bottom .pp_right{background:url(../../images/jquery/prettyPhoto/dark_rounded/sprite.png) -110px -80px no-repeat;}div.dark_rounded .pp_loaderIcon{background:url(../../images/jquery/prettyPhoto/dark_rounded/loader.gif) center center no-repeat;}div.dark_square .pp_left,div.dark_square .pp_middle,div.dark_square .pp_right,div.dark_square .pp_content{background:url(../../images/jquery/prettyPhoto/dark_square/contentPattern.png) top left repeat;}div.dark_square .currentTextHolder{color:#c4c4c4;}div.dark_square .pp_description{color:#fff;}div.dark_square .pp_loaderIcon{background:url(../../images/jquery/prettyPhoto/dark_rounded/loader.gif) center center no-repeat;}div.dark_square .pp_content_container .pp_left{background:url(../../images/jquery/prettyPhoto/dark_rounded/contentPattern.png) top left repeat-y;}div.dark_square .pp_content_container .pp_right{background:url(../../images/jquery/prettyPhoto/dark_rounded/contentPattern.png) top right repeat-y;}div.dark_square .pp_expand{background:url(../../images/jquery/prettyPhoto/dark_square/sprite.png) -31px -26px no-repeat;cursor:pointer;}div.dark_square .pp_expand:hover{background:url(../../images/jquery/prettyPhoto/dark_square/sprite.png) -31px -47px no-repeat;cursor:pointer;}div.dark_square .pp_contract{background:url(../../images/jquery/prettyPhoto/dark_square/sprite.png) 0 -26px no-repeat;cursor:pointer;}div.dark_square .pp_contract:hover{background:url(../../images/jquery/prettyPhoto/dark_square/sprite.png) 0 -47px no-repeat;cursor:pointer;}div.dark_square .pp_close{width:75px;height:22px;background:url(../../images/jquery/prettyPhoto/dark_square/sprite.png) -1px -1px no-repeat;cursor:pointer;}div.dark_square #pp_full_res .pp_inline{color:#fff;}div.dark_square .pp_gallery a.pp_arrow_previous,div.dark_square .pp_gallery a.pp_arrow_next{margin-top:12px!important;}div.dark_square .pp_nav .pp_play{background:url(../../images/jquery/prettyPhoto/dark_square/sprite.png) -1px -100px no-repeat;height:15px;width:14px;}div.dark_square .pp_nav .pp_pause{background:url(../../images/jquery/prettyPhoto/dark_square/sprite.png) -24px -100px no-repeat;height:15px;width:14px;}div.dark_square .pp_arrow_previous{background:url(../../images/jquery/prettyPhoto/dark_square/sprite.png) 0 -71px no-repeat;}div.dark_square .pp_arrow_previous.disabled{background-position:0 -87px;cursor:default;}div.dark_square .pp_arrow_next{background:url(../../images/jquery/prettyPhoto/dark_square/sprite.png) -22px -71px no-repeat;}div.dark_square .pp_arrow_next.disabled{background-position:-22px -87px;cursor:default;}div.dark_square .pp_next:hover{background:url(../../images/jquery/prettyPhoto/dark_square/btnNext.png) center right no-repeat;cursor:pointer;}div.dark_square .pp_previous:hover{background:url(../../images/jquery/prettyPhoto/dark_square/btnPrevious.png) center left no-repeat;cursor:pointer;}div.light_square .pp_left,div.light_square .pp_middle,div.light_square .pp_right,div.light_square .pp_content{background:#fff;}div.light_square .pp_content .ppt{color:#000;}div.light_square .pp_expand{background:url(../../images/jquery/prettyPhoto/light_square/sprite.png) -31px -26px no-repeat;cursor:pointer;}div.light_square .pp_expand:hover{background:url(../../images/jquery/prettyPhoto/light_square/sprite.png) -31px -47px no-repeat;cursor:pointer;}div.light_square .pp_contract{background:url(../../images/jquery/prettyPhoto/light_square/sprite.png) 0 -26px no-repeat;cursor:pointer;}div.light_square .pp_contract:hover{background:url(../../images/jquery/prettyPhoto/light_square/sprite.png) 0 -47px no-repeat;cursor:pointer;}div.light_square .pp_close{width:75px;height:22px;background:url(../../images/jquery/prettyPhoto/light_square/sprite.png) -1px -1px no-repeat;cursor:pointer;}div.light_square #pp_full_res .pp_inline{color:#000;}div.light_square .pp_gallery a.pp_arrow_previous,div.light_square .pp_gallery a.pp_arrow_next{margin-top:12px!important;}div.light_square .pp_nav .pp_play{background:url(../../images/jquery/prettyPhoto/light_square/sprite.png) -1px -100px no-repeat;height:15px;width:14px;}div.light_square .pp_nav .pp_pause{background:url(../../images/jquery/prettyPhoto/light_square/sprite.png) -24px -100px no-repeat;height:15px;width:14px;}div.light_square .pp_arrow_previous{background:url(../../images/jquery/prettyPhoto/light_square/sprite.png) 0 -71px no-repeat;}div.light_square .pp_arrow_previous.disabled{background-position:0 -87px;cursor:default;}div.light_square .pp_arrow_next{background:url(../../images/jquery/prettyPhoto/light_square/sprite.png) -22px -71px no-repeat;}div.light_square .pp_arrow_next.disabled{background-position:-22px -87px;cursor:default;}div.light_square .pp_next:hover{background:url(../../images/jquery/prettyPhoto/light_square/btnNext.png) center right no-repeat;cursor:pointer;}div.light_square .pp_previous:hover{background:url(../../images/jquery/prettyPhoto/light_square/btnPrevious.png) center left no-repeat;cursor:pointer;}div.facebook .pp_top .pp_left{background:url(../../images/jquery/prettyPhoto/facebook/sprite.png) -88px -53px no-repeat;}div.facebook .pp_top .pp_middle{background:url(../../images/jquery/prettyPhoto/facebook/contentPatternTop.png) top left repeat-x;}div.facebook .pp_top .pp_right{background:url(../../images/jquery/prettyPhoto/facebook/sprite.png) -110px -53px no-repeat;}div.facebook .pp_content .ppt{color:#000;}div.facebook .pp_content_container .pp_left{background:url(../../images/jquery/prettyPhoto/facebook/contentPatternLeft.png) top left repeat-y;}div.facebook .pp_content_container .pp_right{background:url(../../images/jquery/prettyPhoto/facebook/contentPatternRight.png) top right repeat-y;}div.facebook .pp_content{background:#fff;}div.facebook .pp_expand{background:url(../../images/jquery/prettyPhoto/facebook/sprite.png) -31px -26px no-repeat;cursor:pointer;}div.facebook .pp_expand:hover{background:url(../../images/jquery/prettyPhoto/facebook/sprite.png) -31px -47px no-repeat;cursor:pointer;}div.facebook .pp_contract{background:url(../../images/jquery/prettyPhoto/facebook/sprite.png) 0 -26px no-repeat;cursor:pointer;}div.facebook .pp_contract:hover{background:url(../../images/jquery/prettyPhoto/facebook/sprite.png) 0 -47px no-repeat;cursor:pointer;}div.facebook .pp_close{width:22px;height:22px;background:url(../../images/jquery/prettyPhoto/facebook/sprite.png) -1px -1px no-repeat;cursor:pointer;}div.facebook #pp_full_res .pp_inline{color:#000;}div.facebook .pp_loaderIcon{background:url(../../images/jquery/prettyPhoto/facebook/loader.gif) center center no-repeat;}div.facebook .pp_arrow_previous{background:url(../../images/jquery/prettyPhoto/facebook/sprite.png) 0 -71px no-repeat;height:22px;margin-top:0;width:22px;}div.facebook .pp_arrow_previous.disabled{background-position:0 -96px;cursor:default;}div.facebook .pp_arrow_next{background:url(../../images/jquery/prettyPhoto/facebook/sprite.png) -32px -71px no-repeat;height:22px;margin-top:0;width:22px;}div.facebook .pp_arrow_next.disabled{background-position:-32px -96px;cursor:default;}div.facebook .pp_nav{margin-top:0;}div.facebook .pp_nav p{font-size:15px;padding:0 3px 0 4px;}div.facebook .pp_nav .pp_play{background:url(../../images/jquery/prettyPhoto/facebook/sprite.png) -1px -123px no-repeat;height:22px;width:22px;}div.facebook .pp_nav .pp_pause{background:url(../../images/jquery/prettyPhoto/facebook/sprite.png) -32px -123px no-repeat;height:22px;width:22px;}div.facebook .pp_next:hover{background:url(../../images/jquery/prettyPhoto/facebook/btnNext.png) center right no-repeat;cursor:pointer;}div.facebook .pp_previous:hover{background:url(../../images/jquery/prettyPhoto/facebook/btnPrevious.png) center left no-repeat;cursor:pointer;}div.facebook .pp_bottom .pp_left{background:url(../../images/jquery/prettyPhoto/facebook/sprite.png) -88px -80px no-repeat;}div.facebook .pp_bottom .pp_middle{background:url(../../images/jquery/prettyPhoto/facebook/contentPatternBottom.png) top left repeat-x;}div.facebook .pp_bottom .pp_right{background:url(../../images/jquery/prettyPhoto/facebook/sprite.png) -110px -80px no-repeat;}div.pp_pic_holder a:focus{outline:none;}div.pp_overlay{background:#000;display:none;left:0;position:absolute;top:0;width:100%;z-index:9500;}div.pp_pic_holder{display:none;position:absolute;width:100px;z-index:10000;}.pp_top{height:20px;position:relative;}* html .pp_top{padding:0 20px;}.pp_top .pp_left{height:20px;left:0;position:absolute;width:20px;}.pp_top .pp_middle{height:20px;left:20px;position:absolute;right:20px;}* html .pp_top .pp_middle{left:0;position:static;}.pp_top .pp_right{height:20px;left:auto;position:absolute;right:0;top:0;width:20px;}.pp_content{height:40px;}.pp_fade{display:none;}.pp_content_container{position:relative;text-align:left;width:100%;}.pp_content_container .pp_left{padding-left:20px;}.pp_content_container .pp_right{padding-right:20px;}.pp_content_container .pp_details{margin:10px 0 2px 0;}.pp_description{display:none;margin:0 0 5px 0;}.pp_nav{clear:left;float:left;margin:3px 0 0 0;}.pp_nav p{float:left;margin:2px 4px;}.pp_nav .pp_play,.pp_nav .pp_pause{float:left;margin-right:4px;text-indent:-10000px;}a.pp_arrow_previous,a.pp_arrow_next{display:block;float:left;height:15px;margin-top:3px;overflow:hidden;text-indent:-10000px;width:14px;}.pp_hoverContainer{position:absolute;top:0;width:100%;z-index:2000;}.pp_gallery{left:50%;margin-top:-50px;position:absolute;z-index:10000;}.pp_gallery ul{float:left;height:35px;margin:0 0 0 5px;overflow:hidden;position:relative;}.pp_gallery ul a{border:1px #000 solid;border:1px rgba(0,0,0,0.5) solid;display:block;float:left;height:33px;overflow:hidden;}.pp_gallery ul a:hover{border-color:#fff;}.pp_gallery ul a img{border:0;}.pp_gallery li{display:block;float:left;margin:0 5px 0 0;}.pp_gallery li.default a{background:url(../../images/jquery/prettyPhoto/facebook/default_thumbnail.gif) 0 0 no-repeat;display:block;height:33px;width:50px;}.pp_gallery li.default a img{display:none;}.pp_gallery .pp_arrow_previous,.pp_gallery .pp_arrow_next{margin-top:7px!important;}a.pp_next{background:url(../../images/jquery/prettyPhoto/light_rounded/btnNext.png) 10000px 10000px no-repeat;display:block;float:right;height:100%;text-indent:-10000px;width:49%;}a.pp_previous{background:url(../../images/jquery/prettyPhoto/light_rounded/btnNext.png) 10000px 10000px no-repeat;display:block;float:left;height:100%;text-indent:-10000px;width:49%;}a.pp_expand,a.pp_contract{cursor:pointer;display:none;height:20px;position:absolute;right:30px;text-indent:-10000px;top:10px;width:20px;z-index:20000;}a.pp_close{display:block;float:right;text-indent:-10000px;}.pp_bottom{height:20px;position:relative;}* html .pp_bottom{padding:0 20px;}.pp_bottom .pp_left{height:20px;left:0;position:absolute;width:20px;}.pp_bottom .pp_middle{height:20px;left:20px;position:absolute;right:20px;}* html .pp_bottom .pp_middle{left:0;position:static;}.pp_bottom .pp_right{height:20px;left:auto;position:absolute;right:0;top:0;width:20px;}.pp_loaderIcon{display:block;height:24px;left:50%;margin:-12px 0 0 -12px;position:absolute;top:50%;width:24px;}#pp_full_res{line-height:1!important;}#pp_full_res .pp_inline{text-align:left;}#pp_full_res .pp_inline p{margin:0 0 15px 0;}div.ppt{color:#fff;display:none;font-size:17px;margin:0 0 5px 15px;z-index:9999;}.clearfix:after{content:".";display:block;height:0;clear:both;visibility:hidden;}.clearfix{display:inline-block;}/* Hides from IE-mac \*/ * html .clearfix{height:1%;}.clearfix{display:block;}/* End hide from IE-mac */
2
+
3
+ .ac_results{padding:0;border:1px solid black;background-color:white;overflow:hidden;z-index:99999;}.ac_results ul{width:100%;list-style-position:outside;list-style:none;padding:0;margin:0;}.ac_results li{margin:0;padding:2px 5px;cursor:default;display:block;font:menu;font-size:12px;line-height:16px;overflow:hidden;}.ac_loading{background:white url('indicator.gif') right center no-repeat;}.ac_odd{background-color:#eee;}.ac_over{background-color:#0A246A;color:white;}
@@ -0,0 +1,450 @@
1
+ /* ------------------------------------------------------------------------
2
+ This you can edit.
3
+ ------------------------------------------------------------------------- */
4
+
5
+ div.light_rounded .pp_top .pp_left { background: url(../../images/jquery/prettyPhoto/light_rounded/sprite.png) -88px -53px no-repeat; } /* Top left corner */
6
+ div.light_rounded .pp_top .pp_middle { background: #fff; } /* Top pattern/color */
7
+ div.light_rounded .pp_top .pp_right { background: url(../../images/jquery/prettyPhoto/light_rounded/sprite.png) -110px -53px no-repeat; } /* Top right corner */
8
+
9
+ div.light_rounded .pp_content .ppt { color: #000; }
10
+ div.light_rounded .pp_content_container .pp_left,
11
+ div.light_rounded .pp_content_container .pp_right { background: #fff; }
12
+ div.light_rounded .pp_content { background-color: #fff; } /* Content background */
13
+ div.light_rounded .pp_next:hover { background: url(../../images/jquery/prettyPhoto/light_rounded/btnNext.png) center right no-repeat; cursor: pointer; } /* Next button */
14
+ div.light_rounded .pp_previous:hover { background: url(../../images/jquery/prettyPhoto/light_rounded/btnPrevious.png) center left no-repeat; cursor: pointer; } /* Previous button */
15
+ div.light_rounded .pp_expand { background: url(../../images/jquery/prettyPhoto/light_rounded/sprite.png) -31px -26px no-repeat; cursor: pointer; } /* Expand button */
16
+ div.light_rounded .pp_expand:hover { background: url(../../images/jquery/prettyPhoto/light_rounded/sprite.png) -31px -47px no-repeat; cursor: pointer; } /* Expand button hover */
17
+ div.light_rounded .pp_contract { background: url(../../images/jquery/prettyPhoto/light_rounded/sprite.png) 0 -26px no-repeat; cursor: pointer; } /* Contract button */
18
+ div.light_rounded .pp_contract:hover { background: url(../../images/jquery/prettyPhoto/light_rounded/sprite.png) 0 -47px no-repeat; cursor: pointer; } /* Contract button hover */
19
+ div.light_rounded .pp_close { width: 75px; height: 22px; background: url(../../images/jquery/prettyPhoto/light_rounded/sprite.png) -1px -1px no-repeat; cursor: pointer; } /* Close button */
20
+ div.light_rounded #pp_full_res .pp_inline { color: #000; }
21
+ div.light_rounded .pp_gallery a.pp_arrow_previous,
22
+ div.light_rounded .pp_gallery a.pp_arrow_next { margin-top: 12px !important; }
23
+ div.light_rounded .pp_nav .pp_play { background: url(../../images/jquery/prettyPhoto/light_rounded/sprite.png) -1px -100px no-repeat; height: 15px; width: 14px; }
24
+ div.light_rounded .pp_nav .pp_pause { background: url(../../images/jquery/prettyPhoto/light_rounded/sprite.png) -24px -100px no-repeat; height: 15px; width: 14px; }
25
+
26
+ div.light_rounded .pp_arrow_previous { background: url(../../images/jquery/prettyPhoto/light_rounded/sprite.png) 0 -71px no-repeat; } /* The previous arrow in the bottom nav */
27
+ div.light_rounded .pp_arrow_previous.disabled { background-position: 0 -87px; cursor: default; }
28
+ div.light_rounded .pp_arrow_next { background: url(../../images/jquery/prettyPhoto/light_rounded/sprite.png) -22px -71px no-repeat; } /* The next arrow in the bottom nav */
29
+ div.light_rounded .pp_arrow_next.disabled { background-position: -22px -87px; cursor: default; }
30
+
31
+ div.light_rounded .pp_bottom .pp_left { background: url(../../images/jquery/prettyPhoto/light_rounded/sprite.png) -88px -80px no-repeat; } /* Bottom left corner */
32
+ div.light_rounded .pp_bottom .pp_middle { background: #fff; } /* Bottom pattern/color */
33
+ div.light_rounded .pp_bottom .pp_right { background: url(../../images/jquery/prettyPhoto/light_rounded/sprite.png) -110px -80px no-repeat; } /* Bottom right corner */
34
+
35
+ div.light_rounded .pp_loaderIcon { background: url(../../images/jquery/prettyPhoto/light_rounded/loader.gif) center center no-repeat; } /* Loader icon */
36
+
37
+ /* ----------------------------------
38
+ Dark Rounded Theme
39
+ ----------------------------------- */
40
+
41
+ div.dark_rounded .pp_top .pp_left { background: url(../../images/jquery/prettyPhoto/dark_rounded/sprite.png) -88px -53px no-repeat; } /* Top left corner */
42
+ div.dark_rounded .pp_top .pp_middle { background: url(../../images/jquery/prettyPhoto/dark_rounded/contentPattern.png) top left repeat; } /* Top pattern/color */
43
+ div.dark_rounded .pp_top .pp_right { background: url(../../images/jquery/prettyPhoto/dark_rounded/sprite.png) -110px -53px no-repeat; } /* Top right corner */
44
+
45
+ div.dark_rounded .pp_content_container .pp_left { background: url(../../images/jquery/prettyPhoto/dark_rounded/contentPattern.png) top left repeat-y; } /* Left Content background */
46
+ div.dark_rounded .pp_content_container .pp_right { background: url(../../images/jquery/prettyPhoto/dark_rounded/contentPattern.png) top right repeat-y; } /* Right Content background */
47
+ div.dark_rounded .pp_content { background: url(../../images/jquery/prettyPhoto/dark_rounded/contentPattern.png) top left repeat; } /* Content background */
48
+ div.dark_rounded .pp_next:hover { background: url(../../images/jquery/prettyPhoto/dark_rounded/btnNext.png) center right no-repeat; cursor: pointer; } /* Next button */
49
+ div.dark_rounded .pp_previous:hover { background: url(../../images/jquery/prettyPhoto/dark_rounded/btnPrevious.png) center left no-repeat; cursor: pointer; } /* Previous button */
50
+ div.dark_rounded .pp_expand { background: url(../../images/jquery/prettyPhoto/dark_rounded/sprite.png) -31px -26px no-repeat; cursor: pointer; } /* Expand button */
51
+ div.dark_rounded .pp_expand:hover { background: url(../../images/jquery/prettyPhoto/dark_rounded/sprite.png) -31px -47px no-repeat; cursor: pointer; } /* Expand button hover */
52
+ div.dark_rounded .pp_contract { background: url(../../images/jquery/prettyPhoto/dark_rounded/sprite.png) 0 -26px no-repeat; cursor: pointer; } /* Contract button */
53
+ div.dark_rounded .pp_contract:hover { background: url(../../images/jquery/prettyPhoto/dark_rounded/sprite.png) 0 -47px no-repeat; cursor: pointer; } /* Contract button hover */
54
+ div.dark_rounded .pp_close { width: 75px; height: 22px; background: url(../../images/jquery/prettyPhoto/dark_rounded/sprite.png) -1px -1px no-repeat; cursor: pointer; } /* Close button */
55
+ div.dark_rounded .currentTextHolder { color: #c4c4c4; }
56
+ div.dark_rounded .pp_description { color: #fff; }
57
+ div.dark_rounded #pp_full_res .pp_inline { color: #fff; }
58
+ div.dark_rounded .pp_gallery a.pp_arrow_previous,
59
+ div.dark_rounded .pp_gallery a.pp_arrow_next { margin-top: 12px !important; }
60
+ div.dark_rounded .pp_nav .pp_play { background: url(../../images/jquery/prettyPhoto/dark_rounded/sprite.png) -1px -100px no-repeat; height: 15px; width: 14px; }
61
+ div.dark_rounded .pp_nav .pp_pause { background: url(../../images/jquery/prettyPhoto/dark_rounded/sprite.png) -24px -100px no-repeat; height: 15px; width: 14px; }
62
+
63
+ div.dark_rounded .pp_arrow_previous { background: url(../../images/jquery/prettyPhoto/dark_rounded/sprite.png) 0 -71px no-repeat; } /* The previous arrow in the bottom nav */
64
+ div.dark_rounded .pp_arrow_previous.disabled { background-position: 0 -87px; cursor: default; }
65
+ div.dark_rounded .pp_arrow_next { background: url(../../images/jquery/prettyPhoto/dark_rounded/sprite.png) -22px -71px no-repeat; } /* The next arrow in the bottom nav */
66
+ div.dark_rounded .pp_arrow_next.disabled { background-position: -22px -87px; cursor: default; }
67
+
68
+ div.dark_rounded .pp_bottom .pp_left { background: url(../../images/jquery/prettyPhoto/dark_rounded/sprite.png) -88px -80px no-repeat; } /* Bottom left corner */
69
+ div.dark_rounded .pp_bottom .pp_middle { background: url(../../images/jquery/prettyPhoto/dark_rounded/contentPattern.png) top left repeat; } /* Bottom pattern/color */
70
+ div.dark_rounded .pp_bottom .pp_right { background: url(../../images/jquery/prettyPhoto/dark_rounded/sprite.png) -110px -80px no-repeat; } /* Bottom right corner */
71
+
72
+ div.dark_rounded .pp_loaderIcon { background: url(../../images/jquery/prettyPhoto/dark_rounded/loader.gif) center center no-repeat; } /* Loader icon */
73
+
74
+
75
+ /* ----------------------------------
76
+ Dark Square Theme
77
+ ----------------------------------- */
78
+
79
+ div.dark_square .pp_left ,
80
+ div.dark_square .pp_middle,
81
+ div.dark_square .pp_right,
82
+ div.dark_square .pp_content { background: url(../../images/jquery/prettyPhoto/dark_square/contentPattern.png) top left repeat; }
83
+ div.dark_square .currentTextHolder { color: #c4c4c4; }
84
+ div.dark_square .pp_description { color: #fff; }
85
+ div.dark_square .pp_loaderIcon { background: url(../../images/jquery/prettyPhoto/dark_rounded/loader.gif) center center no-repeat; } /* Loader icon */
86
+
87
+ div.dark_square .pp_content_container .pp_left { background: url(../../images/jquery/prettyPhoto/dark_rounded/contentPattern.png) top left repeat-y; } /* Left Content background */
88
+ div.dark_square .pp_content_container .pp_right { background: url(../../images/jquery/prettyPhoto/dark_rounded/contentPattern.png) top right repeat-y; } /* Right Content background */
89
+ div.dark_square .pp_expand { background: url(../../images/jquery/prettyPhoto/dark_square/sprite.png) -31px -26px no-repeat; cursor: pointer; } /* Expand button */
90
+ div.dark_square .pp_expand:hover { background: url(../../images/jquery/prettyPhoto/dark_square/sprite.png) -31px -47px no-repeat; cursor: pointer; } /* Expand button hover */
91
+ div.dark_square .pp_contract { background: url(../../images/jquery/prettyPhoto/dark_square/sprite.png) 0 -26px no-repeat; cursor: pointer; } /* Contract button */
92
+ div.dark_square .pp_contract:hover { background: url(../../images/jquery/prettyPhoto/dark_square/sprite.png) 0 -47px no-repeat; cursor: pointer; } /* Contract button hover */
93
+ div.dark_square .pp_close { width: 75px; height: 22px; background: url(../../images/jquery/prettyPhoto/dark_square/sprite.png) -1px -1px no-repeat; cursor: pointer; } /* Close button */
94
+ div.dark_square #pp_full_res .pp_inline { color: #fff; }
95
+ div.dark_square .pp_gallery a.pp_arrow_previous,
96
+ div.dark_square .pp_gallery a.pp_arrow_next { margin-top: 12px !important; }
97
+ div.dark_square .pp_nav .pp_play { background: url(../../images/jquery/prettyPhoto/dark_square/sprite.png) -1px -100px no-repeat; height: 15px; width: 14px; }
98
+ div.dark_square .pp_nav .pp_pause { background: url(../../images/jquery/prettyPhoto/dark_square/sprite.png) -24px -100px no-repeat; height: 15px; width: 14px; }
99
+
100
+ div.dark_square .pp_arrow_previous { background: url(../../images/jquery/prettyPhoto/dark_square/sprite.png) 0 -71px no-repeat; } /* The previous arrow in the bottom nav */
101
+ div.dark_square .pp_arrow_previous.disabled { background-position: 0 -87px; cursor: default; }
102
+ div.dark_square .pp_arrow_next { background: url(../../images/jquery/prettyPhoto/dark_square/sprite.png) -22px -71px no-repeat; } /* The next arrow in the bottom nav */
103
+ div.dark_square .pp_arrow_next.disabled { background-position: -22px -87px; cursor: default; }
104
+
105
+ div.dark_square .pp_next:hover { background: url(../../images/jquery/prettyPhoto/dark_square/btnNext.png) center right no-repeat; cursor: pointer; } /* Next button */
106
+ div.dark_square .pp_previous:hover { background: url(../../images/jquery/prettyPhoto/dark_square/btnPrevious.png) center left no-repeat; cursor: pointer; } /* Previous button */
107
+
108
+
109
+ /* ----------------------------------
110
+ Light Square Theme
111
+ ----------------------------------- */
112
+
113
+ div.light_square .pp_left ,
114
+ div.light_square .pp_middle,
115
+ div.light_square .pp_right,
116
+ div.light_square .pp_content { background: #fff; }
117
+
118
+ div.light_square .pp_content .ppt { color: #000; }
119
+ div.light_square .pp_expand { background: url(../../images/jquery/prettyPhoto/light_square/sprite.png) -31px -26px no-repeat; cursor: pointer; } /* Expand button */
120
+ div.light_square .pp_expand:hover { background: url(../../images/jquery/prettyPhoto/light_square/sprite.png) -31px -47px no-repeat; cursor: pointer; } /* Expand button hover */
121
+ div.light_square .pp_contract { background: url(../../images/jquery/prettyPhoto/light_square/sprite.png) 0 -26px no-repeat; cursor: pointer; } /* Contract button */
122
+ div.light_square .pp_contract:hover { background: url(../../images/jquery/prettyPhoto/light_square/sprite.png) 0 -47px no-repeat; cursor: pointer; } /* Contract button hover */
123
+ div.light_square .pp_close { width: 75px; height: 22px; background: url(../../images/jquery/prettyPhoto/light_square/sprite.png) -1px -1px no-repeat; cursor: pointer; } /* Close button */
124
+ div.light_square #pp_full_res .pp_inline { color: #000; }
125
+ div.light_square .pp_gallery a.pp_arrow_previous,
126
+ div.light_square .pp_gallery a.pp_arrow_next { margin-top: 12px !important; }
127
+ div.light_square .pp_nav .pp_play { background: url(../../images/jquery/prettyPhoto/light_square/sprite.png) -1px -100px no-repeat; height: 15px; width: 14px; }
128
+ div.light_square .pp_nav .pp_pause { background: url(../../images/jquery/prettyPhoto/light_square/sprite.png) -24px -100px no-repeat; height: 15px; width: 14px; }
129
+
130
+ div.light_square .pp_arrow_previous { background: url(../../images/jquery/prettyPhoto/light_square/sprite.png) 0 -71px no-repeat; } /* The previous arrow in the bottom nav */
131
+ div.light_square .pp_arrow_previous.disabled { background-position: 0 -87px; cursor: default; }
132
+ div.light_square .pp_arrow_next { background: url(../../images/jquery/prettyPhoto/light_square/sprite.png) -22px -71px no-repeat; } /* The next arrow in the bottom nav */
133
+ div.light_square .pp_arrow_next.disabled { background-position: -22px -87px; cursor: default; }
134
+
135
+ div.light_square .pp_next:hover { background: url(../../images/jquery/prettyPhoto/light_square/btnNext.png) center right no-repeat; cursor: pointer; } /* Next button */
136
+ div.light_square .pp_previous:hover { background: url(../../images/jquery/prettyPhoto/light_square/btnPrevious.png) center left no-repeat; cursor: pointer; } /* Previous button */
137
+
138
+
139
+ /* ----------------------------------
140
+ Facebook style Theme
141
+ ----------------------------------- */
142
+
143
+ div.facebook .pp_top .pp_left { background: url(../../images/jquery/prettyPhoto/facebook/sprite.png) -88px -53px no-repeat; } /* Top left corner */
144
+ div.facebook .pp_top .pp_middle { background: url(../../images/jquery/prettyPhoto/facebook/contentPatternTop.png) top left repeat-x; } /* Top pattern/color */
145
+ div.facebook .pp_top .pp_right { background: url(../../images/jquery/prettyPhoto/facebook/sprite.png) -110px -53px no-repeat; } /* Top right corner */
146
+
147
+ div.facebook .pp_content .ppt { color: #000; }
148
+ div.facebook .pp_content_container .pp_left { background: url(../../images/jquery/prettyPhoto/facebook/contentPatternLeft.png) top left repeat-y; } /* Content background */
149
+ div.facebook .pp_content_container .pp_right { background: url(../../images/jquery/prettyPhoto/facebook/contentPatternRight.png) top right repeat-y; } /* Content background */
150
+ div.facebook .pp_content { background: #fff; } /* Content background */
151
+ div.facebook .pp_expand { background: url(../../images/jquery/prettyPhoto/facebook/sprite.png) -31px -26px no-repeat; cursor: pointer; } /* Expand button */
152
+ div.facebook .pp_expand:hover { background: url(../../images/jquery/prettyPhoto/facebook/sprite.png) -31px -47px no-repeat; cursor: pointer; } /* Expand button hover */
153
+ div.facebook .pp_contract { background: url(../../images/jquery/prettyPhoto/facebook/sprite.png) 0 -26px no-repeat; cursor: pointer; } /* Contract button */
154
+ div.facebook .pp_contract:hover { background: url(../../images/jquery/prettyPhoto/facebook/sprite.png) 0 -47px no-repeat; cursor: pointer; } /* Contract button hover */
155
+ div.facebook .pp_close { width: 22px; height: 22px; background: url(../../images/jquery/prettyPhoto/facebook/sprite.png) -1px -1px no-repeat; cursor: pointer; } /* Close button */
156
+ div.facebook #pp_full_res .pp_inline { color: #000; }
157
+ div.facebook .pp_loaderIcon { background: url(../../images/jquery/prettyPhoto/facebook/loader.gif) center center no-repeat; } /* Loader icon */
158
+
159
+ div.facebook .pp_arrow_previous { background: url(../../images/jquery/prettyPhoto/facebook/sprite.png) 0 -71px no-repeat; height: 22px; margin-top: 0; width: 22px; } /* The previous arrow in the bottom nav */
160
+ div.facebook .pp_arrow_previous.disabled { background-position: 0 -96px; cursor: default; }
161
+ div.facebook .pp_arrow_next { background: url(../../images/jquery/prettyPhoto/facebook/sprite.png) -32px -71px no-repeat; height: 22px; margin-top: 0; width: 22px; } /* The next arrow in the bottom nav */
162
+ div.facebook .pp_arrow_next.disabled { background-position: -32px -96px; cursor: default; }
163
+ div.facebook .pp_nav { margin-top: 0; }
164
+ div.facebook .pp_nav p { font-size: 15px; padding: 0 3px 0 4px; }
165
+ div.facebook .pp_nav .pp_play { background: url(../../images/jquery/prettyPhoto/facebook/sprite.png) -1px -123px no-repeat; height: 22px; width: 22px; }
166
+ div.facebook .pp_nav .pp_pause { background: url(../../images/jquery/prettyPhoto/facebook/sprite.png) -32px -123px no-repeat; height: 22px; width: 22px; }
167
+
168
+ div.facebook .pp_next:hover { background: url(../../images/jquery/prettyPhoto/facebook/btnNext.png) center right no-repeat; cursor: pointer; } /* Next button */
169
+ div.facebook .pp_previous:hover { background: url(../../images/jquery/prettyPhoto/facebook/btnPrevious.png) center left no-repeat; cursor: pointer; } /* Previous button */
170
+
171
+ div.facebook .pp_bottom .pp_left { background: url(../../images/jquery/prettyPhoto/facebook/sprite.png) -88px -80px no-repeat; } /* Bottom left corner */
172
+ div.facebook .pp_bottom .pp_middle { background: url(../../images/jquery/prettyPhoto/facebook/contentPatternBottom.png) top left repeat-x; } /* Bottom pattern/color */
173
+ div.facebook .pp_bottom .pp_right { background: url(../../images/jquery/prettyPhoto/facebook/sprite.png) -110px -80px no-repeat; } /* Bottom right corner */
174
+
175
+
176
+ /* ------------------------------------------------------------------------
177
+ DO NOT CHANGE
178
+ ------------------------------------------------------------------------- */
179
+
180
+ div.pp_pic_holder a:focus { outline:none; }
181
+
182
+ div.pp_overlay {
183
+ background: #000;
184
+ display: none;
185
+ left: 0;
186
+ position: absolute;
187
+ top: 0;
188
+ width: 100%;
189
+ z-index: 9500;
190
+ }
191
+
192
+ div.pp_pic_holder {
193
+ display: none;
194
+ position: absolute;
195
+ width: 100px;
196
+ z-index: 10000;
197
+ }
198
+
199
+ .pp_top {
200
+ height: 20px;
201
+ position: relative;
202
+ }
203
+ * html .pp_top { padding: 0 20px; }
204
+
205
+ .pp_top .pp_left {
206
+ height: 20px;
207
+ left: 0;
208
+ position: absolute;
209
+ width: 20px;
210
+ }
211
+ .pp_top .pp_middle {
212
+ height: 20px;
213
+ left: 20px;
214
+ position: absolute;
215
+ right: 20px;
216
+ }
217
+ * html .pp_top .pp_middle {
218
+ left: 0;
219
+ position: static;
220
+ }
221
+
222
+ .pp_top .pp_right {
223
+ height: 20px;
224
+ left: auto;
225
+ position: absolute;
226
+ right: 0;
227
+ top: 0;
228
+ width: 20px;
229
+ }
230
+
231
+ .pp_content { height: 40px; }
232
+
233
+ .pp_fade { display: none; }
234
+
235
+ .pp_content_container {
236
+ position: relative;
237
+ text-align: left;
238
+ width: 100%;
239
+ }
240
+
241
+ .pp_content_container .pp_left { padding-left: 20px; }
242
+ .pp_content_container .pp_right { padding-right: 20px; }
243
+
244
+ .pp_content_container .pp_details {
245
+ margin: 10px 0 2px 0;
246
+ }
247
+ .pp_description {
248
+ display: none;
249
+ margin: 0 0 5px 0;
250
+ }
251
+
252
+ .pp_nav {
253
+ clear: left;
254
+ float: left;
255
+ margin: 3px 0 0 0;
256
+ }
257
+
258
+ .pp_nav p {
259
+ float: left;
260
+ margin: 2px 4px;
261
+ }
262
+
263
+ .pp_nav .pp_play,
264
+ .pp_nav .pp_pause {
265
+ float: left;
266
+ margin-right: 4px;
267
+ text-indent: -10000px;
268
+ }
269
+
270
+ a.pp_arrow_previous,
271
+ a.pp_arrow_next {
272
+ display: block;
273
+ float: left;
274
+ height: 15px;
275
+ margin-top: 3px;
276
+ overflow: hidden;
277
+ text-indent: -10000px;
278
+ width: 14px;
279
+ }
280
+
281
+ .pp_hoverContainer {
282
+ position: absolute;
283
+ top: 0;
284
+ width: 100%;
285
+ z-index: 2000;
286
+ }
287
+
288
+ .pp_gallery {
289
+ left: 50%;
290
+ margin-top: -50px;
291
+ position: absolute;
292
+ z-index: 10000;
293
+ }
294
+
295
+ .pp_gallery ul {
296
+ float: left;
297
+ height: 35px;
298
+ margin: 0 0 0 5px;
299
+ overflow: hidden;
300
+ position: relative;
301
+ }
302
+
303
+ .pp_gallery ul a {
304
+ border: 1px #000 solid;
305
+ border: 1px rgba(0,0,0,0.5) solid;
306
+ display: block;
307
+ float: left;
308
+ height: 33px;
309
+ overflow: hidden;
310
+ }
311
+
312
+ .pp_gallery ul a:hover { border-color: #fff; }
313
+
314
+ .pp_gallery ul a img { border: 0; }
315
+
316
+ .pp_gallery li {
317
+ display: block;
318
+ float: left;
319
+ margin: 0 5px 0 0;
320
+ }
321
+
322
+ .pp_gallery li.default a {
323
+ background: url(../../images/jquery/prettyPhoto/facebook/default_thumbnail.gif) 0 0 no-repeat;
324
+ display: block;
325
+ height: 33px;
326
+ width: 50px;
327
+ }
328
+
329
+ .pp_gallery li.default a img { display: none; }
330
+
331
+ .pp_gallery .pp_arrow_previous,
332
+ .pp_gallery .pp_arrow_next {
333
+ margin-top: 7px !important;
334
+ }
335
+
336
+ a.pp_next {
337
+ background: url(../../images/jquery/prettyPhoto/light_rounded/btnNext.png) 10000px 10000px no-repeat;
338
+ display: block;
339
+ float: right;
340
+ height: 100%;
341
+ text-indent: -10000px;
342
+ width: 49%;
343
+ }
344
+
345
+ a.pp_previous {
346
+ background: url(../../images/jquery/prettyPhoto/light_rounded/btnNext.png) 10000px 10000px no-repeat;
347
+ display: block;
348
+ float: left;
349
+ height: 100%;
350
+ text-indent: -10000px;
351
+ width: 49%;
352
+ }
353
+
354
+ a.pp_expand,
355
+ a.pp_contract {
356
+ cursor: pointer;
357
+ display: none;
358
+ height: 20px;
359
+ position: absolute;
360
+ right: 30px;
361
+ text-indent: -10000px;
362
+ top: 10px;
363
+ width: 20px;
364
+ z-index: 20000;
365
+ }
366
+
367
+ a.pp_close {
368
+ display: block;
369
+ float: right;
370
+ text-indent: -10000px;
371
+ }
372
+
373
+ .pp_bottom {
374
+ height: 20px;
375
+ position: relative;
376
+ }
377
+ * html .pp_bottom { padding: 0 20px; }
378
+
379
+ .pp_bottom .pp_left {
380
+ height: 20px;
381
+ left: 0;
382
+ position: absolute;
383
+ width: 20px;
384
+ }
385
+ .pp_bottom .pp_middle {
386
+ height: 20px;
387
+ left: 20px;
388
+ position: absolute;
389
+ right: 20px;
390
+ }
391
+ * html .pp_bottom .pp_middle {
392
+ left: 0;
393
+ position: static;
394
+ }
395
+
396
+ .pp_bottom .pp_right {
397
+ height: 20px;
398
+ left: auto;
399
+ position: absolute;
400
+ right: 0;
401
+ top: 0;
402
+ width: 20px;
403
+ }
404
+
405
+ .pp_loaderIcon {
406
+ display: block;
407
+ height: 24px;
408
+ left: 50%;
409
+ margin: -12px 0 0 -12px;
410
+ position: absolute;
411
+ top: 50%;
412
+ width: 24px;
413
+ }
414
+
415
+ #pp_full_res {
416
+ line-height: 1 !important;
417
+ }
418
+
419
+ #pp_full_res .pp_inline {
420
+ text-align: left;
421
+ }
422
+
423
+ #pp_full_res .pp_inline p { margin: 0 0 15px 0; }
424
+
425
+ div.ppt {
426
+ color: #fff;
427
+ display: none;
428
+ font-size: 17px;
429
+ margin: 0 0 5px 15px;
430
+ z-index: 9999;
431
+ }
432
+
433
+ /* ------------------------------------------------------------------------
434
+ Miscellaneous
435
+ ------------------------------------------------------------------------- */
436
+
437
+ .clearfix:after {
438
+ content: ".";
439
+ display: block;
440
+ height: 0;
441
+ clear: both;
442
+ visibility: hidden;
443
+ }
444
+
445
+ .clearfix {display: inline-block;}
446
+
447
+ /* Hides from IE-mac \*/
448
+ * html .clearfix {height: 1%;}
449
+ .clearfix {display: block;}
450
+ /* End hide from IE-mac */