/****************************

PrettyPhoto Override CSS for Bungert V5

	By Stephen Bungert
	http://www.bungert.co.uk/
	
****************************/

div.light_rounded .pp_loaderIcon
{
	background: transparent url(../images/icons/loader.gif) scroll no-repeat center center !important;
	width: 43px !important;
	height: 11px !important;
	margin: -6px 0px 0px -21px !important;
}

div.pp_pic_holder
{
	border-top: 6px solid #A4CE64;
	border-bottom: 6px solid #A4CE64;
}
	
	.pp_left,
	.pp_right,
	.pp_details,
	.pp_fade,
	.pp_full_res,
	.pp_content
	{
		background: #000 !important;
	}
	
	.pp_left
	{
		padding-top: 20px;
	}
	
	.pp_right
	{
		padding-bottom: 12px;
	}
	
	.ppt,
	.pp_description
	{
		font-weight: bold;
	}
	
	.ppt,
	.pp_description,
	.currentTextHolder
	{
		color: #fff;
		text-shadow: 0px 1px 1px #000;
	}
	
	.pp_description
	{
		display: inline;
		float: left;
	}
	
	.pp_details
	{
		margin-top: 15px !important;
	}
	
	.currentTextHolder
	{
		color: #A4CE64;
		padding-top: 6px;
		padding-left: 10px;
		padding-right: 10px;
	}
	
	div.light_rounded .pp_arrow_previous
	{
		background: transparent url(../images/portfolio/carousel_prev.png) scroll no-repeat top left;
		width: 15px;
		height: 31px;
	}
	
	div.light_rounded .pp_arrow_next
	{
		background: transparent url(../images/portfolio/carousel_next.png) scroll no-repeat top left;
		width: 15px;
		height: 31px;
	}
		
		div.light_rounded .pp_arrow_next:hover,
		div.light_rounded .pp_arrow_previous:hover
		{
			background-position: -15px 0px; 
		}
		
		div.light_rounded .pp_arrow_next.disabled,
		div.light_rounded .pp_arrow_previous.disabled
		{
			background-position: -30px 0px; 
		}
	
	.pp_nav
	{
		clear: none;
		display: inline;
		margin-top: -8px;
		padding-right: 10px;
		float: right;
	}
	
	div.light_rounded .pp_expand,
	div.light_rounded .pp_close
	{
		background: transparent url(../images/portfolio/lb_enlarge.gif) scroll no-repeat top left;
		cursor: pointer;
		width: 30px;
		height: 30px;
		border: 1px solid #000;
	}
		
		div.light_rounded .pp_expand:hover,
		div.light_rounded .pp_close:hover
		{
			background: transparent url(../images/portfolio/lb_enlarge.gif) scroll no-repeat -29px 0px;
		}
	
	div.light_rounded .pp_close
	{
		background-image: url(../images/portfolio/lb_close.gif);
		margin-top: -5px;
	}
		
		div.light_rounded .pp_close:hover
		{
			background: transparent url(../images/portfolio/lb_close.gif) scroll no-repeat -29px 0px;
		}
	
	.pp_hoverContainer,
	.pp_arrow_previous.disabled,
	.pp_arrow_next.disabled
	{
		display: none !important;
	}
