/* ------------------------------------------------------------------------
	This you can edit.
------------------------------------------------------------------------- */

	/* ----------------------------------
		FredH Theme
	----------------------------------- */
	
	div.fredh .pp_top .pp_right {
		background: url(../images/prettyPhoto/fredh/biteTopRight.png) 0 0 no-repeat;
		_background: url(../images/prettyPhoto/fredh/biteTopRight.gif) 0 0 no-repeat;
	}
	
	div.fredh .pp_left ,
	div.fredh .pp_middle,
	div.fredh .pp_content { background: #1b1b1b; }
	div.fredh .currentTextHolder { color: #c4c4c4; }
	div.fredh .pp_description { color: #fff; }
	div.fredh .pp_loaderIcon { background: url(../images/prettyPhoto/fredh/loader.gif) center center no-repeat; } /* Loader icon */
	
	div.fredh .pp_contract { background: none; } /* Contract button */
	div.fredh .pp_contract:hover {  background: none; } /* Contract button hover */

	div.fredh .pp_order { background: url(../images/prettyPhoto/fredh/buttonOrder.gif) 0 0 no-repeat; cursor: pointer; } /* Order button */
	div.fredh .pp_description {	}
	div.fredh .pp_close { background: url(../images/prettyPhoto/fredh/iconClose.gif) 0 0 no-repeat; cursor: pointer; } /* Close button */
		div.fredh .pp_close:hover { background-position: -27px 0; }
		div.fredh .pp_close.disabled { background-position: -54px 0; cursor: default; }
	div.fredh .pp_arrow_previous {background: url(../images/prettyPhoto/fredh/iconLeft.gif) 0 0 no-repeat; }
		div.fredh .pp_arrow_previous:hover { background-position: -27px 0; }
		div.fredh .pp_arrow_previous.disabled { background-position: -54px 0; cursor: default; }
	div.fredh .pp_arrow_next { background: url(../images/prettyPhoto/fredh/iconRight.gif) 0 0 no-repeat; } /* The next arrow in the bottom nav */
		div.fredh .pp_arrow_next:hover { background-position: -27px 0; }
		div.fredh .pp_arrow_next.disabled { background-position: -54px 0; cursor: default; }
	
	div.fredh .pp_bottom .pp_left,
	div.fredh .pp_bottom .pp_middle,
	div.fredh .pp_bottom .pp_right { background: #1b1b1b; }
	

/* ------------------------------------------------------------------------
	DO NOT CHANGE
------------------------------------------------------------------------- */

	div.pp_pic_holder a:focus { outline:none; }

	div.pp_overlay {
		background: #000;
		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;
			position: relative;
			text-align: left;
			width: 100%;
		}
		
		
			.pp_content .pp_details, .pp_content .pp_tags {
				display: none;
				margin: 10px 35px 20px 35px;
			}
			
			.pp_content .pp_tags {
				
			}
			
			.pp_tags a.directlink {
				color:#666;
				float:right;
				padding-left:4px;
				padding-bottom:4px;
			}
			 
				.pp_description {
					display: none;
					float: left;
					margin: 0;
				}
				.pp_order {
					float: left;
					display:block;
					margin-right:13px;
					width: 83px;
					height: 26px;
				}
				.pp_description h3 {
					float: left;
					margin:3px 0 0 0;
					padding:0;
					color:#FFF;
				}
				
				.pp_nav {
					float: right;
				}
				
				.pp_nav a.pp_close,
				.pp_nav a.pp_arrow_previous,
				.pp_nav a.pp_arrow_next {
					display: block;
					float: left;
					width: 27px;
					height: 26px;
					margin-left:13px;
					overflow: hidden;
				}
		
		.pp_hoverContainer {
			left: 0;
			position: absolute;
			top: 0;
			width: 100%;
			z-index: 2000;
		}
		
		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;
			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: none;
			height: 24px;
			left: 50%;
			margin: -12px 0 0 -12px;
			position: absolute;
			top: 50%;
			width: 24px;
		}
		
		#pp_full_res {
			display: none;
			line-height: 1 !important;
			margin: 0 auto;
			text-align: center;
			width: 100%;
		}
	
		div.ppt {
			color: #fff;
			display: none;
			font-size: 17px;
			left: 0;
			position: absolute;
			top: 0;
			z-index: 9999;
		}

/* ------------------------------------------------------------------------
	Miscellaneous
------------------------------------------------------------------------- */
	
	.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 */
