$(document).ready(function() {
	
	 // custom slect BRANDURI ABPLUS ////////////////////////
		$("#brand-select").selectbox();
		$(".jquery-selectbox-item:first-child").html("");
		$('.jquery-custom-selectboxes-replaced').css("width", "200px");
		$('.jquery-custom-selectboxes-replaced-list').css("width", "200px");
		$('.jquery-custom-selectboxes-replaced-list').css("height", "");
		
	// ALIGN
		// aliniere poze STUDII DE CAZ
		//$('div.studiu-de-caz-details img:first-child').css("margin-right", "15px");
		$('div.studiu-de-caz-details img:nth-child(odd)').css("margin-right", "15px");
		

	
	$('#slider').nivoSlider({
		effect:'fade',						
		controlNav:false,
		directionNav:false,
		pauseOnHover:false,
		pauseTime:2000
		});
	
	 $("a[rel^='prettyPhoto']").prettyPhoto();
	 	
}); 
