

/* 
	ColorBox example user style
	These rules are ordered and tabbed in a way that represents the order/nesting of the generated HTML, 
	in hope that this will make the relationship easier to understand. Thanks, jack@colorpowered.com
*/
#actuImage a {text-decoration: none !important;}
#cboxOverlay{background:#000;display: none;}


	#TB_window{
		border:4px #fff solid !important;
		color:#507386;
	}
	#TB_window img#TB_Image{
		border:none;
	}
		
	#TB_prev a,#TB_next a{
		top:40%; 
		position:absolute;
		display:block; width:42px; height:31px;
		overflow:hidden; text-indent:-200em;
	}
	
	#TB_prev a{
		left:10px;
		background:transparent url('../images/bt_prev.png') no-repeat;
		
	}
	#TB_next a{
		right:10px;
		background:transparent url('../images/bt_next.png') no-repeat;
	}
	#TB_caption{
		font-weight:bold;
		padding:11px 30px 10px 15px;
	}
	#TB_secondLine{
		color:#507386 !important; font-weight:normal; 
	}
	
	#TB_closeWindow{
		text-align:right;
		padding:11px 15px 10px 0;
	}
	#TB_closeWindowButton{
		color:#507386 !important; font-weight:bold; font-size:120%;
		text-decoration:none;
		padding-left:15px;
		background:transparent url('../images/bt_close.png') no-repeat 0 2px;
	}