/* ------------------------------------------------------------------------
	This you can edit.
------------------------------------------------------------------------- */

	div.pictureHolder .top .left { background: #fff; } /* Top left corner */
	div.pictureHolder .top .middle { background: #fff; } /* Top pattern/color */
	div.pictureHolder .top .right { background: url(tr.gif) top left no-repeat; cursor: pointer;  }  /* Top right corner */
	
	div.pictureHolder .content { background-color: #fff; } /* Content background */
	div.pictureHolder .content a.next:hover { background: url(btnNext.jpg) center right no-repeat; cursor: pointer; } /* Next button */
	div.pictureHolder .content a.previous:hover { background: url(btnPrevious.jpg) center left no-repeat; cursor: pointer; } /* Previous button */
	
	
	div.pictureHolder .content a.close { width: 1px; height: 1px; background: url(btnclose.png) center left no-repeat; cursor:default; }
	/* Close button 2*/

	div.pictureHolder .content .details .nav a.arrow_previous { background: url(arrow_previous.jpg) top left no-repeat; } /* The previous arrow in the bottom nav */
	div.pictureHolder .content .details .nav a.arrow_next { background: url(arrow_next.jpg) top left no-repeat; } /* The next arrow in the bottom nav */

	div.pictureHolder .bottom .left { background: #fff; } /* Bottom left corner */
	div.pictureHolder .bottom .middle { background: #fff; } /* Bottom pattern/color */
	div.pictureHolder .bottom .right { background: #fff; } /* Bottom right corner */

	div.pictureHolder .loaderIcon { background: url(loader.gif) center center no-repeat; } /* Loader icon */
	
	

/* ------------------------------------------------------------------------
	DO NOT CHANGE
------------------------------------------------------------------------- */

	div.prettyPhotoOverlay {
		background: #000;
		position: absolute; top: 0; left: 0;
		z-index: 9500;
		width: 100%;
	}
	
	div.pictureHolder {
		position: absolute; z-index: 10000;
		width: 100px;
		margin:0;
		padding:0;
		background:url(bg.gif) top left no-repeat;
		
		font-family:Verdana;
		
	}
	
		
		div.pictureHolder .top {
			position: relative;
			height: 20px;
		}
			* html div.pictureHolder .top { padding: 0 20px; }
		
			div.pictureHolder .top .left {
				position: absolute;
				left: 0;
				width: 20px; height: 20px;
			}
			div.pictureHolder .top .middle {
				position: absolute;
				left: 20px; right: 20px;
				height: 20px;
			}
				* html div.pictureHolder .top .middle { position: static; left: 0; }
			
			div.pictureHolder .top .right {
				position: absolute;
				top: 0; left: auto; right: 0;
				width: 20px; height: 20px;
			}
		
		div.pictureHolder .content {
			position: relative;
			text-align: center;
			width: 100%; height: 40px;
		}
		
			div.pictureHolder .content .details
			{
					display: none;
					font-size:14px;
					font-weight:bold;
					margin-top: 10px;
					margin-right: 20px;
					margin-bottom: 0px;
					margin-left: auto;
					
				}
				div.pictureHolder .content .details p.description { display: none; float: left; margin: 0 auto;  }
				
				div.pictureHolder .content .details .nav {
								
								
								margin-top: 3px;
								margin-right:0px;
								margin-bottom: 2px;
								padding-left: 255px;
								padding-bottom:2px;
				}
				
					div.pictureHolder .content .details .nav p { float:left; margin-left:0px; margin-top:5px; font-size:12px; font-weight:bold; letter-spacing:2px; }
				
					div.pictureHolder .content .details .nav a.arrow_previous
				 	{
						float: left;
						display: block;
						width: 30px; height: 18px;
						overflow: hidden;
						text-indent: -10000px;
						margin-top: 3px;
						text-decoration:none;
						
						
					}
					div.pictureHolder .content .details .nav a.arrow_next {
						float: left;
						display: block;
						width: 30px; height: 18px;
						overflow: hidden;
						text-indent: -10000px;
						margin-top: 3px;
						text-decoration:none;
						
						
					}
					
					
					div.pictureHolder .content .details .nav a.disabled { background-position: 0 -17px; cursor:default; text-decoration:none; }
		
		div.pictureHolder .content div.hoverContainer {
			position: absolute; z-index: 2000;
			top: 0; left: 0;
			width: 100%;
		}
		
		div.pictureHolder .content a.next {
			display: block; float: right;
			text-indent: -10000px;
			width: 49%; height: 100%;
			background: url(btnNext.png) 10000px 10000px no-repeat;
			text-decoration:none;
		}
			
		div.pictureHolder .content a.previous {
			display: block; float: left;
			text-indent: -10000px;
			width: 49%; height: 100%;
			background: url(btnNext.png) 10000px 10000px no-repeat;
			text-decoration:none;
		}
		
					
		div.pictureHolder .content a.close {
			float: right;
			display: block;
			text-indent: -10000px;
		}
		
		div.pictureHolder .bottom {
			position: relative;
			height: 20px;
			text-decoration:none;
		}
			* html div.pictureHolder .bottom { padding: 0 20px; }
			
			div.pictureHolder .bottom .left {
				position: absolute;
				left: 0;
				width: 20px; height: 20px;
				text-decoration:none;
			}
			div.pictureHolder .bottom .middle {
				position: absolute;
				left: 20px; right: 20px;
				height: 20px;
				text-decoration:none;
			}
				* html div.pictureHolder .bottom .middle { position: static; left: 0; }
				
			div.pictureHolder .bottom .right {
				position: absolute;
				top: 0; left: auto; right: 0;
				width: 20px; height: 20px;
				text-decoration:none;
			}
		
		div.pictureHolder .loaderIcon {
			display: none;
			position: absolute;
			top: 50%; left: 50%;
			margin: -12px 0 0 -12px;
			width: 24px; height: 24px;
			text-decoration:none;
		}
		
		div.pictureHolder #fullResImageContainer { width: 100%; text-decoration:none; clear:both; }
			div.pictureHolder #fullResImageContainer { display: block; margin: 0 auto; text-decoration:none;  clear:both; }
	
		div.prettyPhotoTitle {
			display: none;
			position: absolute;
			top: 0; left: 0;
			z-index: 9999;
			color: #fff; font-size: 13px;
		}
		
			div.prettyPhotoTitle div.prettyPhotoTitleLeft,
			div.prettyPhotoTitle div.prettyPhotoTitleRight { float: left; width: 19px; height: 23px; overflow: hidden; }
			
			div.prettyPhotoTitle div.prettyPhotoTitleContent { float: left; line-height: 23px; }

/* ------------------------------------------------------------------------
	Miscellaneous
------------------------------------------------------------------------- */

	.clearfix:after {
	    content: "."; 
	    display: none; 
	    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 */
	
a:focus { outline: none; }		
