/******** COMMON *********/

* { padding:0; margin:0; outline:none; text-decoration:none; border:none; font-family:Georgia,serif; } 
ul { list-style-type:square; }
   ul ul { list-style-type:circle; }
   .clear { clear:both; }

h1,h2,h3,h4,h5,h6 { margin:1.6em 0 0.4em 0; font-family:"Trebuchet MS", Helvetica, sans-serif; font-weight:normal; }
   h1 { font-size:30px; }
   h2 { font-size:26px; }
   h3 { font-size:22px; }
   h4,h5 { font-size:16px; }
   
   .narrower-column h3 { margin-top:44px; }

p { margin:1em 0; font-size:14px; line-height:20px; }
li { margin:0.5em 0 0.5em 30px; font-size:14px; }
a { position:relative; text-decoration:underline; }
   a:active { top:1px; }
label { display:inline-block; width:70px; }
hr { margin-top:40px; border-top:1px dotted #999; }
   
/********* INPUT FIELDS ************/

input[type="text"] { width:300px; padding:5px; font-size:14px; border:1px solid #666; }
textarea { width:300px; height:100px; padding:5px; font-size:14px; border:1px solid #666; }
input[type="submit"] { position:relative; cursor:pointer; text-transform:uppercase; }
   input[type="submit"]:active { top:1px; }

/******** SPECIFIC *********/

body { background:url(/images/wall.png) repeat; }
   body, html { overflow-x:hidden; }
#container { margin:0 auto; padding-top:12px; width:1000px; min-height:724px; }
#wrapper-ceiling { background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAABlCAYAAACMcInFAAAAAXNSR0IArs4c6QAAAEFJREFUGNPtjDEOwDAQwiz+/+EMwV0uQ/OATl0sJAPsvQ3Aj4+w1iIK0RL1oB1RJVhSOYKr8t5eqKR0kjqnWoLwAKT7TFNqC2SJAAAAAElFTkSuQmCC) top repeat-x; }
#wrapper-lights { background:url(/images/lights.jpg) center top no-repeat; }
#window { float:right; margin:40px 0 40px 60px; width:344px; height:417px; background:url(/images/window.png) center no-repeat; }
   h1#main { margin-bottom:-30px; padding-bottom:80px; font-size:40px; background:url(/images/shadow.png) bottom left no-repeat; }
p.date { margin-top:-8px; }
.holder { overflow:hidden; }
   .left-column { float:left; }
   .right-column { float:right; }
   .narrow-column { width:313px; }
   .wide-column { width:646px; }
   .narrower-column { width:200px; padding-left:20px; }
   .wider-column { width:636px; padding-left:80px; }
   .half-column { width:480px; }
   .fancy-column { min-height:841px; background:url(/images/shadow3.png) left 50px no-repeat; }
.pdf { padding-top:12px; padding-left:34px; line-height:24px; background:url(/images/icon_pdf.png) 0px 12px no-repeat; border-top:1px dotted #a00; }
   .pdf a { font-family:"Trebuchet MS", sans-serif; font-weight:bold; color:#a00; text-transform:uppercase; text-decoration:none; }
.article-img { width:610px; height:300px; margin-left:-8px; margin-bottom:-8px; padding:0 8px 16px 8px; background:url(/images/image_shadow.png) center bottom no-repeat; }
a.selected { font-weight:bold; }
#warranty { width:200px; margin-right:-28px; margin-top:40px; padding:6px 14px; background:#ddd; }

#ok { display:block; padding:20px; font-size:18px; color:#080; text-align:center; background:#cfc; border:1px solid #080; }
      
/********* COLORS **********/

a { color:#25b; text-decoration:underline; }
   a:hover, a.news:hover { color:#048; text-decoration:underline; }
p, li, a.news { color:#444; text-shadow:0 2px 2px #ccc; text-decoration:none; -moz-text-shadow:0 2px 2px #ccc; -webkit-text-shadow:0 2px 2px #ccc; }
h1,h2,h3,h4,h5,h6 { color:#80510a; text-shadow:0 2px 3px #aaa; -moz-text-shadow:0 2px 2px #ccc; -webkit-text-shadow:0 2px 2px #ccc; }
#nav a { color:#999; }
   #nav > ul > li:hover a { color:#fff !important; }
#columner h3 { color:#036 !important; }
.big-button, .big-button:hover, .small-button, .small-button:hover, .middle-button, middle-button:hover { color:#fff; }
p.date { color:#999; }
input[type="text"], textarea { color:#666; }
   input[type="text"] { background-color:#fff; background-image: linear-gradient(bottom, rgb(255,255,255) 77%, rgb(210,210,210) 100%);background-image: -o-linear-gradient(bottom, rgb(255,255,255) 77%, rgb(210,210,210) 100%);background-image: -moz-linear-gradient(bottom, rgb(255,255,255) 77%, rgb(210,210,210) 100%);background-image: -webkit-linear-gradient(bottom, rgb(255,255,255) 77%, rgb(210,210,210) 100%);background-image: -ms-linear-gradient(bottom, rgb(255,255,255) 77%, rgb(210,210,210) 100%);background-image: -webkit-gradient(	linear,	left bottom,	left top,	color-stop(0.77, rgb(255,255,255)),	color-stop(1, rgb(210,210,210)));}   
   textarea { background-color:#fff; background-image: linear-gradient(bottom, rgb(255,255,255) 91%, rgb(210,210,210) 100%);background-image: -o-linear-gradient(bottom, rgb(255,255,255) 91%, rgb(210,210,210) 100%);background-image: -moz-linear-gradient(bottom, rgb(255,255,255) 91%, rgb(210,210,210) 100%);background-image: -webkit-linear-gradient(bottom, rgb(255,255,255) 91%, rgb(210,210,210) 100%);background-image: -ms-linear-gradient(bottom, rgb(255,255,255) 91%, rgb(210,210,210) 100%);background-image: -webkit-gradient(	linear,	left bottom,	left top,	color-stop(0.91, rgb(255,255,255)),	color-stop(1, rgb(210,210,210)));}
      input[type="text"].selected, textarea.selected { color:#036; }

/********* FONTS **********/

/******* HEADER *******/

#header { width:1000px; height:102px; margin:0 auto; }
   #header h1, #header h1 a { display:block; width:383px; height:51px; }
      #header h1 { float:left; margin-top:12px; }
      #header h1 a { background:url(/images/logo.png) center no-repeat; text-indent:-9999px; overflow:hidden; }

/******** NAVIGATION ***********/

#nav { float:right; width:600px; }
   #nav > ul { margin-top:20px; width:600px; list-style-type:none; }
      #nav > ul > li { position:relative; float:right; margin:0 !important; text-shadow:none; -moz-text-shadow:none; -webkit-text-shadow:none; }
      #nav > ul > li.kontakt { border:none !important; }
         #nav a { display:block; padding:6px 12px; font-family:Helvetica, Arial, sans-serif; font-size:13px; font-weight:normal; text-decoration:none; }
         #nav > ul > li:hover { background:#8ea4d0; }
      
      #nav > ul > li > ul { display:none; position:absolute; z-index:2; left:0; top:26px; width:180px; padding-top:8px; padding-bottom:8px; background:#8ea4d0; list-style-type:none; }
      #nav > ul > li:hover > ul { display:block; position:absolute; left:0; top:26px; width:180px; padding-top:8px; background:#8ea4d0; list-style-type:none; }
         #nav > ul > li > ul > li { margin:0; }
            #nav > ul > li > ul > li > a { text-shadow:none; -moz-text-shadow:none; -webkit-text-shadow:none; }
            #nav > ul > li > ul > li > a:hover { text-decoration:underline; }

/******** CONTENT ************/

.big-button { display:block; float:left; margin:20px 0 0 40px; padding:14px 40px; font-family:"Trebuchet MS", Helvetica, sans-serif; font-size:20px; font-weight:bold; text-shadow:0 2px 2px #333; text-decoration:none; box-shadow:0 4px 4px #999; -moz-box-shadow:0 4px 4px #999; -webkit-box-shadow:0 4px 4px #999; border-radius:5px; -moz-border-radius:5px; -webkit-border-radius:5px;
              background-color:rgb(143,79,16); background-image: linear-gradient(bottom, rgb(143,79,16) 0%, rgb(230,143,55) 100%);background-image: -o-linear-gradient(bottom, rgb(143,79,16) 0%, rgb(230,143,55) 100%);background-image: -moz-linear-gradient(bottom, rgb(143,79,16) 0%, rgb(230,143,55) 100%);background-image: -webkit-linear-gradient(bottom, rgb(143,79,16) 0%, rgb(230,143,55) 100%);background-image: -ms-linear-gradient(bottom, rgb(143,79,16) 0%, rgb(230,143,55) 100%);background-image: -webkit-gradient(	linear,	left bottom,	left top,	color-stop(0, rgb(143,79,16)),	color-stop(1, rgb(230,143,55)));}
   .big-button:hover { bottom:1px; text-decoration:none; box-shadow:0 8px 10px #999; -moz-box-shadow:0 8px 10px #999; -webkit-box-shadow:0 8px 10px #999;
                       background-color:rgb(194,97,0); background-image: linear-gradient(bottom, rgb(194,97,0) 0%, rgb(255,128,0) 100%);background-image: -o-linear-gradient(bottom, rgb(194,97,0) 0%, rgb(255,128,0) 100%);background-image: -moz-linear-gradient(bottom, rgb(194,97,0) 0%, rgb(255,128,0) 100%);background-image: -webkit-linear-gradient(bottom, rgb(194,97,0) 0%, rgb(255,128,0) 100%);background-image: -ms-linear-gradient(bottom, rgb(194,97,0) 0%, rgb(255,128,0) 100%);background-image: -webkit-gradient(	linear,	left bottom,	left top,	color-stop(0, rgb(194,97,0)),	color-stop(1, rgb(255,128,0)));}
   .big-button:active, .small-button:active { box-shadow:0 1px 1px #999; -moz-box-shadow:0 1px 1px #999; -webkit-box-shadow:0 1px 1px #999;
                        background-color:rgb(173,105,37); background-image: -o-linear-gradient(bottom, rgb(173,105,37) 0%, rgb(71,51,31) 100%);background-image: -moz-linear-gradient(bottom, rgb(173,105,37) 0%, rgb(71,51,31) 100%);background-image: -webkit-linear-gradient(bottom, rgb(173,105,37) 0%, rgb(71,51,31) 100%);background-image: -ms-linear-gradient(bottom, rgb(173,105,37) 0%, rgb(71,51,31) 100%);background-image: -webkit-gradient(	linear,	left bottom,	left top,	color-stop(0, rgb(173,105,37)),	color-stop(1, rgb(71,51,31)));}
                        
.middle-button { display:block; float:left; margin:0 0 12px 0; padding:4px 16px; font-family:"Trebuchet MS", Helvetica, sans-serif; font-size:14px; font-weight:bold; text-shadow:0 2px 2px #333; text-decoration:none; box-shadow:0 2px 2px #999; -moz-box-shadow:0 2px 2px #999; -webkit-box-shadow:0 2px 2px #999; border-radius:5px; -moz-border-radius:5px; -webkit-border-radius:5px;
              background-color:rgb(143,79,16); background-image: linear-gradient(bottom, rgb(143,79,16) 0%, rgb(230,143,55) 100%);background-image: -o-linear-gradient(bottom, rgb(143,79,16) 0%, rgb(230,143,55) 100%);background-image: -moz-linear-gradient(bottom, rgb(143,79,16) 0%, rgb(230,143,55) 100%);background-image: -webkit-linear-gradient(bottom, rgb(143,79,16) 0%, rgb(230,143,55) 100%);background-image: -ms-linear-gradient(bottom, rgb(143,79,16) 0%, rgb(230,143,55) 100%);background-image: -webkit-gradient(	linear,	left bottom,	left top,	color-stop(0, rgb(143,79,16)),	color-stop(1, rgb(230,143,55)));}
   .middle-button:hover { bottom:1px; text-decoration:none; box-shadow:0 3px 4px #999; -moz-box-shadow:0 3px 4px #999; -webkit-box-shadow:0 3px 4px #999; 
                       background-color:rgb(194,97,0); background-image: linear-gradient(bottom, rgb(194,97,0) 0%, rgb(255,128,0) 100%);background-image: -o-linear-gradient(bottom, rgb(194,97,0) 0%, rgb(255,128,0) 100%);background-image: -moz-linear-gradient(bottom, rgb(194,97,0) 0%, rgb(255,128,0) 100%);background-image: -webkit-linear-gradient(bottom, rgb(194,97,0) 0%, rgb(255,128,0) 100%);background-image: -ms-linear-gradient(bottom, rgb(194,97,0) 0%, rgb(255,128,0) 100%);background-image: -webkit-gradient(	linear,	left bottom,	left top,	color-stop(0, rgb(194,97,0)),	color-stop(1, rgb(255,128,0)));}
   .middle-button:active, .small-button:active { box-shadow:0 1px 1px #999;
                        background-color:rgb(173,105,37); background-image: -o-linear-gradient(bottom, rgb(173,105,37) 0%, rgb(71,51,31) 100%);background-image: -moz-linear-gradient(bottom, rgb(173,105,37) 0%, rgb(71,51,31) 100%);background-image: -webkit-linear-gradient(bottom, rgb(173,105,37) 0%, rgb(71,51,31) 100%);background-image: -ms-linear-gradient(bottom, rgb(173,105,37) 0%, rgb(71,51,31) 100%);background-image: -webkit-gradient(	linear,	left bottom,	left top,	color-stop(0, rgb(173,105,37)),	color-stop(1, rgb(71,51,31)));}
                        
.small-button { display:block; float:left; margin-left:4px; margin-bottom:14px; padding:2px 14px; font-family:"Trebuchet MS", Helvetica, sans-serif; font-size:12px; text-shadow:0 2px 2px #333; text-decoration:none; box-shadow:0 2px 2px #999; -moz-box-shadow:0 2px 2px #999; -webkit-box-shadow:0 2px 2px #999; border-radius:5px;  -moz-border-radius:5px; -webkit-border-radius:5px;
                background-color:rgb(11,48,71); background-image: linear-gradient(bottom, rgb(11,48,71) 0%, rgb(86,139,168) 100%);background-image: -o-linear-gradient(bottom, rgb(11,48,71) 0%, rgb(86,139,168) 100%);background-image: -moz-linear-gradient(bottom, rgb(11,48,71) 0%, rgb(86,139,168) 100%);background-image: -webkit-linear-gradient(bottom, rgb(11,48,71) 0%, rgb(86,139,168) 100%);background-image: -ms-linear-gradient(bottom, rgb(11,48,71) 0%, rgb(86,139,168) 100%);background-image: -webkit-gradient(	linear,	left bottom,	left top,	color-stop(0, rgb(11,48,71)),	color-stop(1, rgb(86,139,168)));}
   .small-button:hover { bottom:1px; text-decoration:none; box-shadow:0 4px 4px #999; -moz-box-shadow:0 4px 4px #999; -webkit-box-shadow:0 4px 4px #999;
                         background-color:rgb(0,101,163); background-image: linear-gradient(bottom, rgb(0,101,163) 0%, rgb(38,159,224) 100%);background-image: -o-linear-gradient(bottom, rgb(0,101,163) 0%, rgb(38,159,224) 100%);background-image: -moz-linear-gradient(bottom, rgb(0,101,163) 0%, rgb(38,159,224) 100%);background-image: -webkit-linear-gradient(bottom, rgb(0,101,163) 0%, rgb(38,159,224) 100%);background-image: -ms-linear-gradient(bottom, rgb(0,101,163) 0%, rgb(38,159,224) 100%);background-image: -webkit-gradient(	linear,	left bottom,	left top,	color-stop(0, rgb(0,101,163)),	color-stop(1, rgb(38,159,224)));}
   .small-button:active { box-shadow:0 1px 1px #999; -moz-box-shadow:0 1px 1px #999; -webkit-box-shadow:0 1px 1px #999;
                          background-color: rgb(46,77,97); background-image: linear-gradient(bottom, rgb(46,77,97) 0%, rgb(11,28,36) 100%);background-image: -o-linear-gradient(bottom, rgb(46,77,97) 0%, rgb(11,28,36) 100%);background-image: -moz-linear-gradient(bottom, rgb(46,77,97) 0%, rgb(11,28,36) 100%);background-image: -webkit-linear-gradient(bottom, rgb(46,77,97) 0%, rgb(11,28,36) 100%);background-image: -ms-linear-gradient(bottom, rgb(46,77,97) 0%, rgb(11,28,36) 100%);background-image: -webkit-gradient(	linear,	left bottom,	left top,	color-stop(0, rgb(46,77,97)),	color-stop(1, rgb(11,28,36)));}
                        
#columner { overflow:hidden; width:1040px; margin-right:-40px; }
   #columner > div { float:left; width:293px; margin-right:40px; }
   #columner a.no-line { text-decoration:none; }
   .homepage-columner { margin-top:60px; border-top:1px dotted #ccc; }
   .gallery-holder { overflow:hidden; width:314px; margin-right:-21px; }
      .gallery-holder img { display:block; float:left; padding:0 2px 5px 2px; width:73px; height:54px; margin-right:20px; margin-top:16px; background:url(/images/thumb_shadow.png) center bottom no-repeat; }

   img.pretty-thumb { display:block; float:left; padding:0 2px 5px 2px; width:73px; height:54px; margin-right:8px; margin-top:4px; background:url(/images/thumb_shadow.png) center bottom no-repeat; }
   
#gallery { overflow:hidden; width:655px; margin-right:-20px; margin-top:40px; }
   .gallery-item { display:block; float:left; width:198px; height:210px; margin-right:20px; }
      .gallery-item img { width:190px; height:145px; padding:0 4px 13px 4px; background:url(/images/gallery_shadow.png) center bottom no-repeat; } 
      .gallery-item h4 { margin:0 !important; font-size:14px; text-align:center; }
      .gallery-item h5 { margin:0 0 14px 6px !important; }

#certificate { float:right; width:300px; margin-left:60px; margin-bottom:40px; }
   #certificate h3 { margin-top:52px !important; margin-bottom:16px; }
   #certificate a img { width:295px; padding:0 6px 18px 6px; background:url(/images/certificate_shadow.png) center bottom no-repeat; }

#map-holder { width:623px; height:650px; margin-top:20px; padding:5px; background:#fff; border:1px solid #999; box-shadow:inset 0 2px 6px #666; -moz-box-shadow:inset 0 2px 6px #666; -webkit-box-shadow:inset 0 2px 6px #666; }
   #map_canvas { width:623px; height:650px; margin-bottom:30px; }

.partners-intro { padding-top:40px; padding-left:30px; font-family:Georgia,serif; font-size:16px; font-weight:bold; color:#333; }
#partners { overflow:hidden; padding-top:0px; list-style-type:none; }
   #partners li { float:left; height:75px; }
      #partners li a { display:block; height:75px; text-indent:-9999px; overflow:hidden; background-image:url(/images/partners.png); background-repeat:no-repeat; }
         #partners li.alphacan { width:150px; }
            #partners li.alphacan a { width:150px; background-position:0 0; }
            #partners li.alphacan a:hover { width:150px; background-position:0 -75px; }
         #partners li.gorica-staklo { width:136px; }
            #partners li.gorica-staklo a { width:136px; background-position:-150px 0; }
            #partners li.gorica-staklo a:hover { width:136px; background-position:-150px -75px; }
         #partners li.g-u { width:150px; }
            #partners li.g-u a { width:150px; background-position:-286px 0; }
            #partners li.g-u a:hover { width:150px; background-position:-286px -75px; }
         #partners li.zekic { width:140px; }
            #partners li.zekic a { width:140px; background-position:-436px 0; }
            #partners li.zekic a:hover { width:140px; background-position:-436px -75px; }
         #partners li.rijekametali { width:230px; }
            #partners li.rijekametali a { width:230px; background-position:-576px 0; }
            #partners li.rijekametali a:hover { width:230px; background-position:-576px -75px; }

/************* FOOTER ************/

#wrapper-footer { height:37px; margin-top:60px; padding-top:15px; background:#784b32 url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAPCAYAAAAlH6X5AAAAAXNSR0IArs4c6QAAAD5JREFUCNctxrERgCAABMH7o3AjK7AdO7APA1MTGBwwYaPl2LfpfZ3I+2BJ0IAATrIG4DfG2lBMCrbasdfGD41aEdzxk5PeAAAAAElFTkSuQmCC) top repeat-x; }
   #footer { height:25px; padding-top:12px; background:url(/images/floor.jpg) center top no-repeat; }
      #footer a { display:block; height:14px; }
/** pretty photo: **/ 



div.pp_default .pp_top,div.pp_default .pp_top .pp_middle,div.pp_default .pp_top .pp_left,div.pp_default .pp_top .pp_right,div.pp_default .pp_bottom,div.pp_default .pp_bottom .pp_left,div.pp_default .pp_bottom .pp_middle,div.pp_default .pp_bottom .pp_right{height:13px}
div.pp_default .pp_top .pp_left{background:url(images/prettyPhoto/default/sprite.png) -78px -93px no-repeat}
div.pp_default .pp_top .pp_middle{background:url(images/prettyPhoto/default/sprite_x.png) top left repeat-x}
div.pp_default .pp_top .pp_right{background:url(images/prettyPhoto/default/sprite.png) -112px -93px no-repeat}
div.pp_default .pp_content .ppt{color:#f8f8f8}
div.pp_default .pp_content_container .pp_left{background:url(images/prettyPhoto/default/sprite_y.png) -7px 0 repeat-y;padding-left:13px}
div.pp_default .pp_content_container .pp_right{background:url(images/prettyPhoto/default/sprite_y.png) top right repeat-y;padding-right:13px}
div.pp_default .pp_next:hover{background:url(images/prettyPhoto/default/sprite_next.png) center right no-repeat;cursor:pointer}
div.pp_default .pp_previous:hover{background:url(images/prettyPhoto/default/sprite_prev.png) center left no-repeat;cursor:pointer}
div.pp_default .pp_expand{background:url(images/prettyPhoto/default/sprite.png) 0 -29px no-repeat;cursor:pointer;width:28px;height:28px}
div.pp_default .pp_expand:hover{background:url(images/prettyPhoto/default/sprite.png) 0 -56px no-repeat;cursor:pointer}
div.pp_default .pp_contract{background:url(images/prettyPhoto/default/sprite.png) 0 -84px no-repeat;cursor:pointer;width:28px;height:28px}
div.pp_default .pp_contract:hover{background:url(images/prettyPhoto/default/sprite.png) 0 -113px no-repeat;cursor:pointer}
div.pp_default .pp_close{width:30px;height:30px;background:url(images/prettyPhoto/default/sprite.png) 2px 1px no-repeat;cursor:pointer}
div.pp_default .pp_gallery ul li a{background:url(images/prettyPhoto/default/default_thumb.png) center center #f8f8f8;border:1px solid #aaa}
div.pp_default .pp_gallery a.pp_arrow_previous,div.pp_default .pp_gallery a.pp_arrow_next{position:static;left:auto}
div.pp_default .pp_nav .pp_play,div.pp_default .pp_nav .pp_pause{background:url(images/prettyPhoto/default/sprite.png) -51px 1px no-repeat;height:30px;width:30px}
div.pp_default .pp_nav .pp_pause{background-position:-51px -29px}
div.pp_default a.pp_arrow_previous,div.pp_default a.pp_arrow_next{background:url(images/prettyPhoto/default/sprite.png) -31px -3px no-repeat;height:20px;width:20px;margin:4px 0 0}
div.pp_default a.pp_arrow_next{left:52px;background-position:-82px -3px}
div.pp_default .pp_content_container .pp_details{margin-top:5px}
div.pp_default .pp_nav{clear:none;height:30px;width:105px;position:relative}
div.pp_default .pp_nav .currentTextHolder{font-family:Georgia;font-style:italic;color:#999;font-size:11px;left:75px;line-height:25px;position:absolute;top:2px;margin:0;padding:0 0 0 10px}
div.pp_default .pp_close:hover,div.pp_default .pp_nav .pp_play:hover,div.pp_default .pp_nav .pp_pause:hover,div.pp_default .pp_arrow_next:hover,div.pp_default .pp_arrow_previous:hover{opacity:0.7}
div.pp_default .pp_description{font-size:11px;font-weight:700;line-height:14px;margin:5px 50px 5px 12px}
div.pp_default .pp_bottom .pp_left{background:url(images/prettyPhoto/default/sprite.png) -78px -127px no-repeat}
div.pp_default .pp_bottom .pp_middle{background:url(images/prettyPhoto/default/sprite_x.png) bottom left repeat-x}
div.pp_default .pp_bottom .pp_right{background:url(images/prettyPhoto/default/sprite.png) -112px -127px no-repeat}
div.pp_default .pp_loaderIcon{background:url(images/prettyPhoto/default/loader.gif) center center no-repeat}
div.light_rounded .pp_top .pp_left{background:url(images/prettyPhoto/light_rounded/sprite.png) -88px -53px no-repeat}
div.light_rounded .pp_top .pp_right{background:url(images/prettyPhoto/light_rounded/sprite.png) -110px -53px no-repeat}
div.light_rounded .pp_next:hover{background:url(images/prettyPhoto/light_rounded/btnNext.png) center right no-repeat;cursor:pointer}
div.light_rounded .pp_previous:hover{background:url(images/prettyPhoto/light_rounded/btnPrevious.png) center left no-repeat;cursor:pointer}
div.light_rounded .pp_expand{background:url(images/prettyPhoto/light_rounded/sprite.png) -31px -26px no-repeat;cursor:pointer}
div.light_rounded .pp_expand:hover{background:url(images/prettyPhoto/light_rounded/sprite.png) -31px -47px no-repeat;cursor:pointer}
div.light_rounded .pp_contract{background:url(images/prettyPhoto/light_rounded/sprite.png) 0 -26px no-repeat;cursor:pointer}
div.light_rounded .pp_contract:hover{background:url(images/prettyPhoto/light_rounded/sprite.png) 0 -47px no-repeat;cursor:pointer}
div.light_rounded .pp_close{width:75px;height:22px;background:url(images/prettyPhoto/light_rounded/sprite.png) -1px -1px no-repeat;cursor:pointer}
div.light_rounded .pp_nav .pp_play{background:url(images/prettyPhoto/light_rounded/sprite.png) -1px -100px no-repeat;height:15px;width:14px}
div.light_rounded .pp_nav .pp_pause{background:url(images/prettyPhoto/light_rounded/sprite.png) -24px -100px no-repeat;height:15px;width:14px}
div.light_rounded .pp_arrow_previous{background:url(images/prettyPhoto/light_rounded/sprite.png) 0 -71px no-repeat}
div.light_rounded .pp_arrow_next{background:url(images/prettyPhoto/light_rounded/sprite.png) -22px -71px no-repeat}
div.light_rounded .pp_bottom .pp_left{background:url(images/prettyPhoto/light_rounded/sprite.png) -88px -80px no-repeat}
div.light_rounded .pp_bottom .pp_right{background:url(images/prettyPhoto/light_rounded/sprite.png) -110px -80px no-repeat}
div.dark_rounded .pp_top .pp_left{background:url(images/prettyPhoto/dark_rounded/sprite.png) -88px -53px no-repeat}
div.dark_rounded .pp_top .pp_right{background:url(images/prettyPhoto/dark_rounded/sprite.png) -110px -53px no-repeat}
div.dark_rounded .pp_content_container .pp_left{background:url(images/prettyPhoto/dark_rounded/contentPattern.png) top left repeat-y}
div.dark_rounded .pp_content_container .pp_right{background:url(images/prettyPhoto/dark_rounded/contentPattern.png) top right repeat-y}
div.dark_rounded .pp_next:hover{background:url(images/prettyPhoto/dark_rounded/btnNext.png) center right no-repeat;cursor:pointer}
div.dark_rounded .pp_previous:hover{background:url(images/prettyPhoto/dark_rounded/btnPrevious.png) center left no-repeat;cursor:pointer}
div.dark_rounded .pp_expand{background:url(images/prettyPhoto/dark_rounded/sprite.png) -31px -26px no-repeat;cursor:pointer}
div.dark_rounded .pp_expand:hover{background:url(images/prettyPhoto/dark_rounded/sprite.png) -31px -47px no-repeat;cursor:pointer}
div.dark_rounded .pp_contract{background:url(images/prettyPhoto/dark_rounded/sprite.png) 0 -26px no-repeat;cursor:pointer}
div.dark_rounded .pp_contract:hover{background:url(images/prettyPhoto/dark_rounded/sprite.png) 0 -47px no-repeat;cursor:pointer}
div.dark_rounded .pp_close{width:75px;height:22px;background:url(images/prettyPhoto/dark_rounded/sprite.png) -1px -1px no-repeat;cursor:pointer}
div.dark_rounded .pp_description{margin-right:85px;color:#fff}
div.dark_rounded .pp_nav .pp_play{background:url(images/prettyPhoto/dark_rounded/sprite.png) -1px -100px no-repeat;height:15px;width:14px}
div.dark_rounded .pp_nav .pp_pause{background:url(images/prettyPhoto/dark_rounded/sprite.png) -24px -100px no-repeat;height:15px;width:14px}
div.dark_rounded .pp_arrow_previous{background:url(images/prettyPhoto/dark_rounded/sprite.png) 0 -71px no-repeat}
div.dark_rounded .pp_arrow_next{background:url(images/prettyPhoto/dark_rounded/sprite.png) -22px -71px no-repeat}
div.dark_rounded .pp_bottom .pp_left{background:url(images/prettyPhoto/dark_rounded/sprite.png) -88px -80px no-repeat}
div.dark_rounded .pp_bottom .pp_right{background:url(images/prettyPhoto/dark_rounded/sprite.png) -110px -80px no-repeat}
div.dark_rounded .pp_loaderIcon{background:url(images/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:#000}
div.dark_square .pp_description{color:#fff;margin:0 85px 0 0}
div.dark_square .pp_loaderIcon{background:url(images/prettyPhoto/dark_square/loader.gif) center center no-repeat}
div.dark_square .pp_expand{background:url(images/prettyPhoto/dark_square/sprite.png) -31px -26px no-repeat;cursor:pointer}
div.dark_square .pp_expand:hover{background:url(images/prettyPhoto/dark_square/sprite.png) -31px -47px no-repeat;cursor:pointer}
div.dark_square .pp_contract{background:url(images/prettyPhoto/dark_square/sprite.png) 0 -26px no-repeat;cursor:pointer}
div.dark_square .pp_contract:hover{background:url(images/prettyPhoto/dark_square/sprite.png) 0 -47px no-repeat;cursor:pointer}
div.dark_square .pp_close{width:75px;height:22px;background:url(images/prettyPhoto/dark_square/sprite.png) -1px -1px no-repeat;cursor:pointer}
div.dark_square .pp_nav{clear:none}
div.dark_square .pp_nav .pp_play{background:url(images/prettyPhoto/dark_square/sprite.png) -1px -100px no-repeat;height:15px;width:14px}
div.dark_square .pp_nav .pp_pause{background:url(images/prettyPhoto/dark_square/sprite.png) -24px -100px no-repeat;height:15px;width:14px}
div.dark_square .pp_arrow_previous{background:url(images/prettyPhoto/dark_square/sprite.png) 0 -71px no-repeat}
div.dark_square .pp_arrow_next{background:url(images/prettyPhoto/dark_square/sprite.png) -22px -71px no-repeat}
div.dark_square .pp_next:hover{background:url(images/prettyPhoto/dark_square/btnNext.png) center right no-repeat;cursor:pointer}
div.dark_square .pp_previous:hover{background:url(images/prettyPhoto/dark_square/btnPrevious.png) center left no-repeat;cursor:pointer}
div.light_square .pp_expand{background:url(images/prettyPhoto/light_square/sprite.png) -31px -26px no-repeat;cursor:pointer}
div.light_square .pp_expand:hover{background:url(images/prettyPhoto/light_square/sprite.png) -31px -47px no-repeat;cursor:pointer}
div.light_square .pp_contract{background:url(images/prettyPhoto/light_square/sprite.png) 0 -26px no-repeat;cursor:pointer}
div.light_square .pp_contract:hover{background:url(images/prettyPhoto/light_square/sprite.png) 0 -47px no-repeat;cursor:pointer}
div.light_square .pp_close{width:75px;height:22px;background:url(images/prettyPhoto/light_square/sprite.png) -1px -1px no-repeat;cursor:pointer}
div.light_square .pp_nav .pp_play{background:url(images/prettyPhoto/light_square/sprite.png) -1px -100px no-repeat;height:15px;width:14px}
div.light_square .pp_nav .pp_pause{background:url(images/prettyPhoto/light_square/sprite.png) -24px -100px no-repeat;height:15px;width:14px}
div.light_square .pp_arrow_previous{background:url(images/prettyPhoto/light_square/sprite.png) 0 -71px no-repeat}
div.light_square .pp_arrow_next{background:url(images/prettyPhoto/light_square/sprite.png) -22px -71px no-repeat}
div.light_square .pp_next:hover{background:url(images/prettyPhoto/light_square/btnNext.png) center right no-repeat;cursor:pointer}
div.light_square .pp_previous:hover{background:url(images/prettyPhoto/light_square/btnPrevious.png) center left no-repeat;cursor:pointer}
div.facebook .pp_top .pp_left{background:url(images/prettyPhoto/facebook/sprite.png) -88px -53px no-repeat}
div.facebook .pp_top .pp_middle{background:url(images/prettyPhoto/facebook/contentPatternTop.png) top left repeat-x}
div.facebook .pp_top .pp_right{background:url(images/prettyPhoto/facebook/sprite.png) -110px -53px no-repeat}
div.facebook .pp_content_container .pp_left{background:url(images/prettyPhoto/facebook/contentPatternLeft.png) top left repeat-y}
div.facebook .pp_content_container .pp_right{background:url(images/prettyPhoto/facebook/contentPatternRight.png) top right repeat-y}
div.facebook .pp_expand{background:url(images/prettyPhoto/facebook/sprite.png) -31px -26px no-repeat;cursor:pointer}
div.facebook .pp_expand:hover{background:url(images/prettyPhoto/facebook/sprite.png) -31px -47px no-repeat;cursor:pointer}
div.facebook .pp_contract{background:url(images/prettyPhoto/facebook/sprite.png) 0 -26px no-repeat;cursor:pointer}
div.facebook .pp_contract:hover{background:url(images/prettyPhoto/facebook/sprite.png) 0 -47px no-repeat;cursor:pointer}
div.facebook .pp_close{width:22px;height:22px;background:url(images/prettyPhoto/facebook/sprite.png) -1px -1px no-repeat;cursor:pointer}
div.facebook .pp_description{margin:0 37px 0 0}
div.facebook .pp_loaderIcon{background:url(images/prettyPhoto/facebook/loader.gif) center center no-repeat}
div.facebook .pp_arrow_previous{background:url(images/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/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/prettyPhoto/facebook/sprite.png) -1px -123px no-repeat;height:22px;width:22px}
div.facebook .pp_nav .pp_pause{background:url(images/prettyPhoto/facebook/sprite.png) -32px -123px no-repeat;height:22px;width:22px}
div.facebook .pp_next:hover{background:url(images/prettyPhoto/facebook/btnNext.png) center right no-repeat;cursor:pointer}
div.facebook .pp_previous:hover{background:url(images/prettyPhoto/facebook/btnPrevious.png) center left no-repeat;cursor:pointer}
div.facebook .pp_bottom .pp_left{background:url(images/prettyPhoto/facebook/sprite.png) -88px -80px no-repeat}
div.facebook .pp_bottom .pp_middle{background:url(images/prettyPhoto/facebook/contentPatternBottom.png) top left repeat-x}
div.facebook .pp_bottom .pp_right{background:url(images/prettyPhoto/facebook/sprite.png) -110px -80px no-repeat}
div.pp_pic_holder a:focus{outline:none}
div.pp_overlay{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_content{height:40px;min-width:40px}
* html .pp_content{width:40px}
.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{float:left;margin:10px 0 2px}
.pp_description{display:none;margin:0}
.pp_social{float:left;margin:7px 0 0}
.pp_social .facebook{float:left;position:relative;top:-1px;margin-left:5px;width:55px;overflow:hidden}
.pp_social .twitter{float:left}
.pp_nav{clear:right;float:left;margin:3px 10px 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{display:none;left:50%;margin-top:-50px;position:absolute;z-index:10000}
.pp_gallery div{float:left;overflow:hidden;position:relative}
.pp_gallery ul{float:left;height:35px;position:relative;white-space:nowrap;margin:0 0 0 5px;padding:0}
.pp_gallery ul a{border:1px rgba(0,0,0,0.5) solid;display:block;float:left;height:33px;overflow:hidden}
.pp_gallery ul a img{border:0}
.pp_gallery li{display:block;float:left;margin:0 5px 0 0;padding:0}
.pp_gallery li.default a{background:url(images/prettyPhoto/facebook/default_thumbnail.gif) 0 0 no-repeat;display:block;height:33px;width:50px}
.pp_gallery .pp_arrow_previous,.pp_gallery .pp_arrow_next{margin-top:7px!important}
a.pp_next{background:url(images/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/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{position:absolute;right:0;top:0;display:block;line-height:22px;text-indent:-10000px}
.pp_loaderIcon{display:block;height:24px;left:50%;position:absolute;top:50%;width:24px;margin:-12px 0 0 -12px}
#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}
div.ppt{color:#fff;display:none;font-size:17px;z-index:9999;margin:0 0 5px 15px}
div.pp_default .pp_content,div.light_rounded .pp_content{background-color:#fff}
div.pp_default #pp_full_res .pp_inline,div.light_rounded .pp_content .ppt,div.light_rounded #pp_full_res .pp_inline,div.light_square .pp_content .ppt,div.light_square #pp_full_res .pp_inline,div.facebook .pp_content .ppt,div.facebook #pp_full_res .pp_inline{color:#000}
div.pp_default .pp_gallery ul li a:hover,div.pp_default .pp_gallery ul li.selected a,.pp_gallery ul a:hover,.pp_gallery li.selected a{border-color:#fff}
div.pp_default .pp_details,div.light_rounded .pp_details,div.dark_rounded .pp_details,div.dark_square .pp_details,div.light_square .pp_details,div.facebook .pp_details{position:relative}
div.light_rounded .pp_top .pp_middle,div.light_rounded .pp_content_container .pp_left,div.light_rounded .pp_content_container .pp_right,div.light_rounded .pp_bottom .pp_middle,div.light_square .pp_left,div.light_square .pp_middle,div.light_square .pp_right,div.light_square .pp_content,div.facebook .pp_content{background:#fff}
div.light_rounded .pp_description,div.light_square .pp_description{margin-right:85px}
div.light_rounded .pp_gallery a.pp_arrow_previous,div.light_rounded .pp_gallery a.pp_arrow_next,div.dark_rounded .pp_gallery a.pp_arrow_previous,div.dark_rounded .pp_gallery a.pp_arrow_next,div.dark_square .pp_gallery a.pp_arrow_previous,div.dark_square .pp_gallery a.pp_arrow_next,div.light_square .pp_gallery a.pp_arrow_previous,div.light_square .pp_gallery a.pp_arrow_next{margin-top:12px!important}
div.light_rounded .pp_arrow_previous.disabled,div.dark_rounded .pp_arrow_previous.disabled,div.dark_square .pp_arrow_previous.disabled,div.light_square .pp_arrow_previous.disabled{background-position:0 -87px;cursor:default}
div.light_rounded .pp_arrow_next.disabled,div.dark_rounded .pp_arrow_next.disabled,div.dark_square .pp_arrow_next.disabled,div.light_square .pp_arrow_next.disabled{background-position:-22px -87px;cursor:default}
div.light_rounded .pp_loaderIcon,div.light_square .pp_loaderIcon{background:url(images/prettyPhoto/light_rounded/loader.gif) center center no-repeat}
div.dark_rounded .pp_top .pp_middle,div.dark_rounded .pp_content,div.dark_rounded .pp_bottom .pp_middle{background:url(images/prettyPhoto/dark_rounded/contentPattern.png) top left repeat}
div.dark_rounded .currentTextHolder,div.dark_square .currentTextHolder{color:#c4c4c4}
div.dark_rounded #pp_full_res .pp_inline,div.dark_square #pp_full_res .pp_inline{color:#fff}
.pp_top,.pp_bottom{height:20px;position:relative}
* html .pp_top,* html .pp_bottom{padding:0 20px}
.pp_top .pp_left,.pp_bottom .pp_left{height:20px;left:0;position:absolute;width:20px}
.pp_top .pp_middle,.pp_bottom .pp_middle{height:20px;left:20px;position:absolute;right:20px}
* html .pp_top .pp_middle,* html .pp_bottom .pp_middle{left:0;position:static}
.pp_top .pp_right,.pp_bottom .pp_right{height:20px;left:auto;position:absolute;right:0;top:0;width:20px}
.pp_fade,.pp_gallery li.default a img{display:none}
.tooltipsy {
	padding: 12px;
	font-size:12px;
	width:160px;
	min-height:20px;
	font-family:Arial, Helvetica, sans;
	color: #eee;
	background-color: #333;
	border:1px solid #e86903;
/*	text-shadow: 0 0 3px #000;*/
	text-align:center;
	position: relative;
	bottom:6px;
	right:10px;
}
.tooltipsy:after {
	content: '';
	position: absolute;
	border: 10px solid transparent;
	border-bottom-color: #e86903;
	top: 20px;
	right: -10px;
	z-index: -1;
}
.tooltipsy span {
	color:#fff; font-weight:bold; display:block; padding-bottom:4px;
}

