.kwicks {  
    list-style-type: none !important;  
    position: relative;  
    margin: 0;  
    padding: 0;  
   height:312px !important;
   margin-bottom:20px;
}  
.kwicks li {  
   position:relative;
   overflow:hidden;
   padding:0;
   margin:0;
   height:312px;
}
   .kwicks li div {
      position:absolute;
      width:100%;
      color:white;
      left:0;
      bottom:0;
      height:14px;
      font-size:12px;
      padding:6px;
      background:rgba(0,0,0,0.4);
   }
.kwicks li img {
   border-left:2px solid white;
   margin:0;
}
.kwicks10 li {
   width:60px;
}
.kwicks6 li {
   width:100px;
}
.kwicks4 li {
   width:150px;
}

* {		padding:0;	margin:0;	outline:none;	text-decoration:none; border:none; font-family:Arial,Helvetica,sans;} 
html {	width:100%;	}
body {	background:#e8e8e8 url(/images/body.jpg) repeat;}
/*#prewrap { background:url(/images/footer.jpg) bottom repeat-x;}*/
#wrapper { background:url(/images/head.jpg) top repeat-x;border-top:4px solid #ccc;}
#wrapper2 { width:960px;padding:0 10px 16px 10px;margin:0 auto;background:url(/images/container-shadow.png) center bottom repeat-x;}
#container{ position:relative; margin:0 auto;width:960px; }

/********* FONT **********/

@font-face {    font-family: 'Bebas Neue';    src: url('(/font/bebasneue-webfont.eot');    src: url('/font/bebasneue-webfont.eot?#iefix') format('embedded-opentype'),         url('/font/bebasneue-webfont.woff') format('woff'),         url('/font/bebasneue-webfont.ttf') format('truetype'),         url('/font/bebasneue-webfont.svg#BebasNeueRegular') format('svg');    font-weight: normal;    font-style: normal;}

@font-face {    font-family: 'SnapITCRegular';    src: url('/font/ufonts.com_snap-itc-2-webfont.eot');    src: url('/font/ufonts.com_snap-itc-2-webfont.eot?#iefix') format('embedded-opentype'),         url('/font/ufonts.com_snap-itc-2-webfont.woff') format('woff'),         url('/font/ufonts.com_snap-itc-2-webfont.ttf') format('truetype'),         url('/font/ufonts.com_snap-itc-2-webfont.svg#SnapITCRegular') format('svg');    font-weight: normal;    font-style: normal;}

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

input {	border:none;}
p, li	{	font-family:Verdana,sans-serif; font-size:12px; color:#333; }
	p {	margin-bottom:1em; line-height:16px; }
.flat {	padding:0 !important; margin:0 !important; }
a		{	color:#e86903; }
p a { text-decoration:underline; }
   a:hover {color:#000; }
.button { position:relative; display:block; float:left; padding:4px 12px; margin-bottom:3px; color:white; text-decoration:none; background:#e86903; border-radius:3px; box-shadow:0 2px 2px #999; }
   .button:hover { background:#f83; color:white; }
   .button:active { background:#c40; top:2px; box-shadow:0 0 2px #999; } 
ul 	{	list-style-type:none; }
hr		{	height:0; border-top:1px dotted #bbb; margin:40px 0; }

ul#big .title { display:block; font-family:"Bebas Neue",Impact,sans-serif; font-size:22px; text-decoration:none; color:#333; }
	ul#big li { margin-bottom:30px; }
	ul#big .title:hover { color:#000; text-decoration:underline; }
	ul#big span { display:block; }
	ul#big .readmore { margin-top:8px; }

h1,h2,h3,h1 a,h2 a,h3 a { font-family:"Bebas Neue",Impact,sans-serif; font-weight:normal; color:#333; }
.clear {	clear:both;}
.pageholder { width:20000em; }
.learn-more { display:block; margin-top:4px; padding-left:14px; height:42px; font-family:"Bebas Neue", Impact, sans-serif; font-size:23px; color:#000; line-height:42px; text-decoration:none; background:url(/images/learn-more.png) left center no-repeat; }
	.learn-more span { font-family:"Bebas Neue", Impact, sans-serif; }
	.learn-more:hover { text-decoration:underline; }
a.readmore { display:block; width:115px; height:30px; text-indent:-9999px; overflow:hidden; background:url(/images/button-readmore.png) left top no-repeat; cursor:pointer; }
	a.readmore:hover { background:url(/images/button-readmore.png) left bottom no-repeat; }

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

h1, h1 a{display:block;	width:225px; height:65px;}
	h1	{	float:left; margin-top:6px; }
	h1 a	{text-indent:-9999px;	overflow:hidden;	background:url(/images/logo.png) left top no-repeat;}
#header { margin:24px 0 14px 0; overflow:hidden; }
#header div {	position:relative; width:160px; float:right;}
	#header div .icon { position:absolute; top:2px; left: -24px; }
	#header div.narrower { width:140px !important; }
	#header div h3 { margin-bottom:4px; font-weight:normal; font-size:18px; color:#fff;}
	#header div p {	color:#eee; margin:0; line-height:18px;}
	#header div span {	display:inline-block;	width:50px;}
	#header div a {	font-size:12px; color:white; text-decoration:none; cursor:pointer; }
		#header div a:hover { color:#f90; text-decoration: underline; }

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

#navigation { margin-top:25px; }
	#navigation > ul { display:block; }
	#navigation > ul > li { position:relative; float:right; margin-left:2px; height:32px; font-size:20px; line-height:34px; text-align:center; background:#ccc; -moz-border-radius:4px 4px 0 0; -webkit-border-radius:4px 4px 0 0; border-radius:4px 4px 0 0; }
	#navigation > ul > li > a { display:block; padding:0 14px;height:32px; font-family:"Bebas Neue",Impact,sans-serif; font-weight:normal; color:#666; text-decoration:none; }
	#navigation > ul > li:hover { background:#e86903;}
	#navigation > ul > li:hover a { color:#fff;}
		#navigation > ul ul {display:none;	position:absolute; top:32px; left:0; width:210px; z-index:2; background:#e86903;box-shadow:0 3px 2px #333;}
		#navigation > ul > li:hover ul { display:block; }
		#navigation > ul > li ul li { padding-left:16px; font-size:20px; text-align:left; }
		#navigation > ul ul li a {display:block; height:32px; font-family:"Bebas Neue",Impact,sans-serif; color:#666; text-decoration:none; text-align:left; }
			#navigation > ul ul li a:hover { color:#111; }

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

#content {	min-height:1100px; background:#fff; padding:8px; padding-bottom:40px; box-shadow:0 0 4px rgba(0,0,0,0.7);}

#fader	{ width:943px; height: 298px; margin-bottom:16px; position:relative; overflow:hidden; }
#fader img { width: 943px; height:298px; }
#fader span { position:absolute; z-index:2; bottom:0; left:0; width:100%; height:36; font-size:12px; font-weight:bold; color:#fff; line-height:36px; text-indent:12px; background:url(/images/transparent.png) repeat; }
#fader #faderPages { position:absolute; z-index:3; padding-right:12px; bottom:0; right:0; width:100%; height:36; text-align:right; }
	#fader #faderPages a { color:#888; font-size:36px; text-decoration:none; line-height:36px; }
	#fader #faderPages a.current, #fader #faderPages a:hover { color:#fff; }

#fader2	{ width:620px; height: 196px; margin-bottom:16px; position:relative; overflow:hidden; }
#fader2 img { width: 620px; height:196px; }
#fader2 span { position:absolute; z-index:2; bottom:0; left:0; width:100%; height:36; font-size:12px; font-weight:bold; color:#fff; line-height:36px; text-indent:12px; background:url(/images/transparent.png) repeat; }
#fader2 #faderPages { position:absolute; z-index:3; padding-right:12px; bottom:0; right:0; width:100%; height:36; text-align:right; }
	#fader2 #faderPages a { color:#888; font-size:36px; text-decoration:none; line-height:36px; }
	#fader2 #faderPages a.current, #fader #faderPages a:hover { color:#fff; }

#fader3	{ width:620px; height: 465px; margin-bottom:16px; position:relative; overflow:hidden; }
#fader3 img { width: 620px; height:465px; }
#fader3 span { position:absolute; z-index:2; bottom:0; left:0; width:100%; height:36; font-size:12px; font-weight:bold; color:#fff; line-height:36px; text-indent:12px; background:url(/images/transparent.png) repeat; }
#fader3 #faderPages { position:absolute; z-index:3; padding-right:12px; bottom:0; right:0; width:100%; height:36; text-align:right; }
	#fader3 #faderPages a { color:#888; font-size:36px; text-decoration:none; line-height:36px; }
	#fader3 #faderPages a.current, #fader #faderPages a:hover { color:#fff; }

#fader4	{ width:620px; height: 300px; margin-bottom:16px; position:relative; overflow:hidden; }
#fader4 img { width: 620px; height:300px; }
#fader4 span { position:absolute; z-index:2; bottom:0; left:0; width:100%; height:36; font-size:12px; font-weight:bold; color:#fff; line-height:36px; text-indent:12px; background:url(/images/transparent.png) repeat; }
#fader4 #faderPages { position:absolute; z-index:3; padding-right:12px; bottom:0; right:0; width:100%; height:36; text-align:right; }
	#fader4 #faderPages a { color:#888; font-size:36px; text-decoration:none; line-height:36px; }
	#fader4 #faderPages a.current, #fader #faderPages a:hover { color:#fff; }

#featured { position:relative; width:943px; height:298px; background:url(/images/header-pic.jpg) center no-repeat; }
	.featured-boxes { position:absolute; right:30px; top:20px; width:267px; height:249px; background:#fff; box-shadow:4px 6px 10px rgba(0,0,0,0.4)}
	.box-topleft, .box-topright, .box-bottomleft, .box-bottomright { position:absolute; width:122px; height:114px; background-image:url(/images/boxes.png); background-repeat:repeat-y; }
	.box-topleft img, .box-topright img, .box-bottomleft img, .box-bottomright img { position:absolute; top:0; right:0; }
	.box-topleft { left:7px; top:6px; background-position:0 0; }
	.box-topright { right:7px; top:6px; background-position:-270px 0; }
	.box-bottomleft { left:7px; bottom:6px; background-position:-540px 0; }
	.box-bottomright { right:7px; bottom:6px; background-position:-810px 0; }
	#featured h5 { position:absolute; top:4px; left:6px; font-family:Arial,Helvetica,sans; font-size:12px; font-weight:bold; color:#fff; }
	#featured p { display:none; position:absolute; top:10px; left:0px; font-size:12px; color:white; text-decoration:none; }

#content p { margin:10px; }
#content .transport-text { position:absolute; top:00px; left:0; width:300px; height:32px; margin-top:-40px; margin-left:6px; font-size:12px; color:#fff; line-height:16px; }

#left-column { float:left; width: 620px; }
#right-column { float:right; width: 300px; }
.half-column { float:left; width:300px; padding-right:6px; }

/************** LEFT COLUMN *******************/ 

#content ul, #content ol { list-style-type:disc; margin-top:0.5em; margin-bottom:1em; }
	#content li { margin-left:30px; }
#promoted { position:relative; width:602px; height:270px; margin:20px 6px; border:1px solid #bbb; border-radius: 6px; box-shadow: 0 2px 4px #ccc;}
#pageholder-holder { overflow:hidden; width:602px; height:260px; padding-bottom:3px; }
	#promoted .page { float:left; width:602px; }
		#promoted .page img { float:right; margin:25px 36px 0 28px; }
#left-arrow, #right-arrow { position:absolute; top:110px; width:35px; height:43px; text-indent:-9999px; overflow:hidden; background-image: url(/images/arrows.png); }
	#left-arrow { left:-8px; background-position:0 0; }
	#right-arrow { right:-8px; background-position:-35px 0; }
		#left-arrow:hover { left:-8px; background-position:0 -43px; }
		#right-arrow:hover { right:-8px; background-position:-35px -43px; }
		#left-arrow:active,#right-arrow:active { top:111px; }
	#promoted h3 span { display:inline-block; width:238px; padding:3px 6px; margin:18px 0 6px 60px; font-family:"Bebas Neue",Impact,sans-serif; font-size:24px; font-weight:normal; color:#fff; background:#000; }
	#promoted p { overflow:hidden; margin:2px 0 2px 70px; max-height:100px; }
	#promoted li { margin-left:80px; }
	#promoted .highlighted { margin-bottom:14px; }
	#promoted .highlighted span { font-size:18px; font-weight:bold; color:#e86903; }

#left-column h2 { margin:16px 6px 16px 10px; font-size:30px; color:#333; }
#left-column h4 { margin:0 0 0 10px; font-size:14px; font-family:Arial,Helvetica,sans; font-weight:bold; color:#333; }
   #left-column p { text-align:justify; }

.news { overflow:hidden; margin:12px 0 24px 0; }
	.news img { float:right; margin-left:30px; margin-top:12px; }
	.news h4, .news p { margin:2px 10px; }
	.news h4 { font-size:18px !important; color:#e86903 !important; }  
	.news p {  font-size:14px; color:#333; }
		.news p.bigger {  font-weight:bold; color:#e86903; }
#gallery-holder { margin-left:8px; }
	#gallery-holder img, #gallery-holder a img { display:block; float:left; margin-left:8px; margin-bottom:12px; width:130px; height:90px; padding:2px; border:1px solid #ccc; }
	#gallery-holder a:hover img { padding:1px; border:2px solid #e86903; }

#smaller-gallery { margin-left:58px; }
	#smaller-gallery.wider { margin-left:30px; }
	#smaller-gallery img { display:block; float:left; margin-left:48px; margin-bottom:12px; padding:2px; border:1px solid #ccc; }
	#smaller-gallery a:hover img { padding:1px; border:2px solid #e86903; }

#map_canvas { width: 606px; height:400px; margin-left:12px; border:1px solid #666; }

#service-list { float:left; width:145px; }
	#service-list ul { list-style-type:none; }
	#service-list li { margin:0 0 20px 0; padding:0; }
	#service-list li a { font-family:"Bebas Neue", Impact, sans-serif; font-size:24px; line-height:20px; color:#333; text-decoration:none; }
	#service-list li.selected { padding-top:35px; padding-bottom:45px; margin-bottom:-19px; margin-top:-31px; height:40px; background:url(/images/list-item.png) center no-repeat !important; }

/****************** CONTACT FORM ************************/

#contacts-info { margin-left:10px; margin-top:20px; padding:6px 0; background:#d7711e; }
	#contacts-info p, #contacts-info h2, #contacts-info li a { color:#fff; }

fieldset input[type="text"], fieldset select, fieldset textarea { width:400px; padding:8px; font-family: Arial,Helvetica,sans-serif; font-size:14px; color:#444; border:1px solid #666; background:#fff;background-image: linear-gradient(bottom, rgb(255,255,255) 80%, rgb(209,209,209) 97%);background-image: -o-linear-gradient(bottom, rgb(255,255,255) 80%, rgb(209,209,209) 97%);background-image: -moz-linear-gradient(bottom, rgb(255,255,255) 80%, rgb(209,209,209) 97%);background-image: -webkit-linear-gradient(bottom, rgb(255,255,255) 80%, rgb(209,209,209) 97%);background-image: -ms-linear-gradient(bottom, rgb(255,255,255) 80%, rgb(209,209,209) 97%);background-image: -webkit-gradient(	linear,	left bottom,	left top,	color-stop(0.8, rgb(255,255,255)),	color-stop(0.97, rgb(209,209,209)));}
fieldset select { width:418px; }
fieldset textarea { width:460px; height:100px; background-image: linear-gradient(bottom, rgb(255,255,255) 92%, rgb(209,209,209) 100%);background-image: -o-linear-gradient(bottom, rgb(255,255,255) 92%, rgb(209,209,209) 100%);background-image: -moz-linear-gradient(bottom, rgb(255,255,255) 92%, rgb(209,209,209) 100%);background-image: -webkit-linear-gradient(bottom, rgb(255,255,255) 92%, rgb(209,209,209) 100%);background-image: -ms-linear-gradient(bottom, rgb(255,255,255) 92%, rgb(209,209,209) 100%);background-image: -webkit-gradient(	linear,	left bottom,	left top,	color-stop(0.92, rgb(255,255,255)),	color-stop(1, rgb(209,209,209)));}
fieldset input[type="text"]:focus, fieldset select:focus, fieldset textarea:focus { color:#036; box-shadow:0 0 4px #036; }
fieldset input[type="submit"] { display:block; width:115px; height:30px; text-indent:-9999px; overflow:hidden; background:url(/images/button-send.png) left top no-repeat; cursor:pointer; }
	fieldset input[type="submit"]:hover { background:url(/images/button-send.png) left bottom no-repeat; }
	
p.ok { width:400px; padding:20px; color:#040; text-align:center; background:#cfc; }

.mapinfowindow { float:left; width:160px; margin-bottom:20px; }  
   .mapinfowindow p { margin-left:0 !important; }

/****************** RIGHT COLUMN **********************/ 

#right-column .box { position:relative; margin-top:20px; margin-bottom:12px; box-shadow:inset 0 0 40px #ddd; }
#right-column h2 { margin:16px 6px 16px 0; font-size:30px; color:#333; }

   #right-column .box h2 { margin-left:10px; }
   /* #right-column .box p { margin-right:120px; } */
   
   #right-column .bannerbox { min-height:240px; border:1px solid #ccc; }   
   
   #right-column .posao { background:url(/images/businessman.png) right top no-repeat; }
   #right-column .marketing { background:url(/images/marketing.png) right top no-repeat; }
   #right-column .savjeti-za-vas { background:url(/images/advice.png) right top no-repeat; }

   #right-column .posao p,
   #right-column .marketing p,
   #right-column .savjeti-za-vas p
      { margin-right:120px; }

#transport { display:block; width:288px; height:48px; padding:106px 6px 0 6px; font-family:Arial,Helvetica,sans; font-size:12px; text-decoration:none; color:#fff; line-height:16px; background:url(/images/transport.jpg) center no-repeat; }
	#transport img { margin-top:-10px; }
/*#transport:hover img { border:2px solid #e86903; margin:-12px -2px -2px -2px; }*/
.gallery-holder { margin-right:-20px; }
/*.gallery-holder .partner { display:block; float:left; margin-right:24px; margin-bottom:24px; width:118px; height:130px; padding:16px 6px 0px 6px; border:1px solid #bbb; text-decoration:none; }
	.gallery-holder .partner:hover { margin:-1px 23px 23px -1px; border:2px solid #e86903; }
.gallery-holder .partner img { display:block; margin:0 auto; }
.gallery-holder .partner span { display:block; font-size:12px; text-align:center; text-decoration:underline; color:#666; }
.gallery-holder .partner:hover span { color:#e86903; }*/
.partner { display:block; margin-bottom:20px; border:1px solid #ccc;  }
	.partner:hover { border:2px solid #e86903; margin:-1px -1px 19px -1px; }
	.partner img { display:block; margin:20px auto;}

#weather-box { padding:10px; margin-top:12px; border:1px solid #bbb; }
   #weather-box h4 { font-family:"Bebas Neue"; font-weight:normal; font-size:28px !important; color:#333; } 
   #weather-box > p { margin:12px 0 24px 0 !important; font-size:14px; color:#333; }
   #weather-box .weather-date { float:left; width:100px; font-size:14px; color:#666; }
   #weather-box .weather-icon {}
   #weather-box .weather-temp { float:right; text-align:right; width:100px; font-size:14px; color:#666; }

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

#banners { display:none; overflow:hidden; position:relative; width:1003px; margin:0px auto 10px auto !important; } 
   #banners h2 { margin-left:24px; }  
   #banners-slider { overflow:hidden; position:relative; width:20000em; }  
      #banners-slider div { display:block; float:left; margin:0; height:75px; background-repeat:no-repeat; background-position:center; }
      #banners-cover { position:absolute; bottom:10px; left:0; width:1003px; height:75px; z-index:2; }  

#banners-left { overflow:hidden; position:absolute; top: 440px; left:-138px; width:122px; height:900px; } 
#banners-right { overflow:hidden; position:absolute; top: 440px; right:-138px; width:122px; height:900px; } 
   #banners h2 { margin-left:24px; }  
   #banners-slider-left, #banners-slider-right { overflow:hidden; position:relative; width:20000em; }  
      #banners-slider-left div, #banners-slider-right div { display:block; margin:0; width:122px; background-repeat:no-repeat; background-position:center; }
         #banners-slider-left div img, #banners-slider-right div img { display:block; margin:40px auto; }
      .banners-cover { position:absolute; bottom:10px; left:0; width:1003px; height:75px; z-index:2; }  

#footer-wrapper { background:url(/images/head.jpg) top repeat-x; }
   #footer {	width:930px; margin:0 auto; padding:14px 0; font-size:13px; }
	   #footer .left { float:left; width:300px; color:#eee; } 
	   #footer .right { float:right; width: 200px; font-size:11px; color:#eee; text-align:right; }
	   #footer a { font-weight:bold; font-size:12px; color:#39e; }   

#ad-overlay { width:100%; height:100%; position:absolute; top:0; left:0; z-index:4; opacity: 0.9; -moz-opacity: 0.9; -webkit-opacity: 0.9; }
   #ad-content { width:374px; height:400px; margin:120px auto; }
	   #ad-content .close-ad { display:none; margin-bottom:12px; color:#fff !important; background:#a00 !important; text-align:right; }
	   #ad-content .close-ad:hover { display:none; margin-bottom:12px; color:#400 !important; background:#fff !important; text-align:right; }
/************ TOOLTIPSY ***************/
.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;
}	
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;height:28px;width: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;height:28px;width: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{background:url(../images/prettyPhoto/default/sprite.png) 2px 1px no-repeat;cursor:pointer;height:30px;width:30px}
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_social{margin-top:7px}
div.pp_default .pp_gallery a.pp_arrow_previous,div.pp_default .pp_gallery a.pp_arrow_next{left:auto;position:static}
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;margin:4px 0 0;width:20px}
div.pp_default a.pp_arrow_next{background-position:-82px -3px;left:52px}
div.pp_default .pp_content_container .pp_details{margin-top:5px}
div.pp_default .pp_nav{clear:none;height:30px;position:relative;width:110px}
div.pp_default .pp_nav .currentTextHolder{color:#999;font-family:Georgia;font-size:11px;font-style:italic;left:75px;line-height:25px;margin:0;padding:0 0 0 10px;position:absolute;top:2px}
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 0}
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{background:url(../images/prettyPhoto/light_rounded/sprite.png) -1px -1px no-repeat;cursor:pointer;height:22px;width:75px}
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{background:url(../images/prettyPhoto/dark_rounded/sprite.png) -1px -1px no-repeat;cursor:pointer;height:22px;width:75px}
div.dark_rounded .pp_description{color:#fff;margin-right:85px}
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{background:url(../images/prettyPhoto/dark_square/sprite.png) -1px -1px no-repeat;cursor:pointer;height:22px;width:75px}
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{background:url(../images/prettyPhoto/light_square/sprite.png) -1px -1px no-repeat;cursor:pointer;height:22px;width:75px}
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{background:url(../images/prettyPhoto/facebook/sprite.png) -1px -1px no-repeat;cursor:pointer;height:22px;width:22px}
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{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_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:0}
.pp_social .facebook{float:left;margin-left:5px;overflow:hidden;width:55px}
.pp_social .twitter{float:left}
.pp_nav{clear:right;float:left;margin:3px 10px 0 0}
.pp_nav p{float:left;margin:2px 4px;white-space:nowrap}
.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;margin:0 0 0 5px;padding:0;position:relative;white-space:nowrap}
.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{display:block;line-height:22px;position:absolute;right:0;text-indent:-10000px;top:0}
.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}
div.ppt{color:#fff;display:none;font-size:17px;margin:0 0 5px 15px;z-index:9999}
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}
