

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

	div.brainds .pp_top .pp_left { background: transparent; } /* Top left corner */
	div.brainds .pp_top .pp_middle { background: transparent; } /* Top pattern/color */
	div.brainds .pp_top .pp_right { background: transparent; } /* Top right corner */
	
	div.brainds .pp_content { background-color: transparent; } /* Content background */
	div.brainds .pp_next:hover { background: url(../images/prettyPhoto/brainds/btnNext.png) center right  no-repeat; cursor: pointer; } /* Next button */
	div.brainds .pp_previous:hover { background: url(../images/prettyPhoto/brainds/btnPrevious.png) center left no-repeat; cursor: pointer; } /* Previous button */
	div.brainds .pp_expand { display: none; } /* Expand button */
	div.brainds .pp_expand:hover { display: none; } /* Expand button hover */
	div.brainds .pp_contract { display: none; } /* Contract button */
	div.brainds .pp_contract:hover { display: none; } /* Contract button hover */
	/* Close button */
	div.brainds .pp_close
	{
		width: 70px;
		height: 15px;
		cursor: pointer;
		text-decoration: none;
		color: #000;
		text-indent: 0;
		text-align: right;
	}

	div.brainds .pp_close:hover
	{
		text-decoration: underline;
		color: #009ee0;
	}
	
	div.brainds .pp_nav .pp_arrow_previous, div.brainds .pp_nav .pp_arrow_next
	{
		display: none; width: 0; height: 0; float: none;
	}

	div.brainds .pp_bottom .pp_left { background: transparent;} /* Bottom left corner */
	div.brainds .pp_bottom .pp_middle { background: transparent; } /* Bottom pattern/color */
	div.brainds .pp_bottom .pp_right { background: transparent; } /* Bottom right corner */

	/* Loader icon */
	div.brainds .pp_loaderIcon
	{
		background: url(../images/prettyPhoto/brainds/loader.gif) center center no-repeat;
		display: none;
		height: 32px;
		left: 50%;
		margin: -16px 0 0 -16px;
		position: absolute;
		top: 50%;
		width: 32px;
	}
	
	body div.pp_overlay
	{
		background: #fff;
		left: 0;
		position: absolute;
		top: 0;
		width: 100%;
		z-index: 9500;
	}
	
	div.brainds .pp_nav
	{
		display: block;
		float: none;
		margin: 0;
		
		position: absolute;
		left: 50%;
		margin-left: -25px;
	}
	
	div.brainds .pp_nav p
	{
		clear: none;
		float: none;
	}
	
	div.brainds .pp_description
	{
		display: block;
		width: 50%;
		font-weight: normal;
	}
	
	div.brainds .pp_description span
	{
		display: block;
		padding-right: 30px;
	}
	
	div.brainds .pp_description span span
	{
		display: block;
		padding: 0;
		overflow: hidden;
	}
	
	div.brainds .pp_content .pp_details
	{
		display: none;
		margin: 10px 20px 2px 20px;
		
		position: relative;
	}


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

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

	div.pp_overlay {
		background: #eeece6;
		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 {
				display: none;
				margin: 10px 15px 2px 20px;
			}
				.pp_description {
					display: none;
					float: left;
					margin: 0;
				}
				
				.pp_nav {
					clear: left;
					float: left;
					margin: 3px 0 0 0;
				}
				
					.pp_nav p {
						float: left;
						margin: 2px 4px;
					}
				
					.pp_nav a.pp_arrow_previous,
					.pp_nav a.pp_arrow_next {
						display: block;
						float: left;
						height: 15px;
						margin-top: 3px;
						overflow: hidden;
						text-indent: -10000px;
						width: 14px;
					}
		
		.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: 15px;
			left: 50%;
			margin: -64px 0 0 -64px;
			position: absolute;
			top: 50%;
			width: 128px;
		}
		
		#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 */
