$(document).ready(function() {
	$('#obrobal').append('<img src="/images/slideshow/ss_2.jpg" width="429px" height="205px" alt="" /><img src="/images/slideshow/ss_3.jpg" width="429px" height="205px" alt="" /><img src="/images/slideshow/ss_4.jpg" width="429px" height="205px" alt="" /><img src="/images/slideshow/ss_5.jpg" width="429px" height="205px" alt="" />');
	
	$('#obrobal').cycle({ 
	    fx:    'fade', 
	    sync:   0, 
	    delay: 500,
	    speed: 900 
	 });
});

function show_rep(rep_id){
	_cont = document.getElementById('container1');
	_cont.style.background = '';

	_cont = document.getElementById('container2');
	_cont.style.background = '';

	_cont = document.getElementById('container4');
	_cont.style.background = '';

	
	_cont = document.getElementById('container' + rep_id);
	_cont.style.background = 'silver';
}
