$(document).ready(function(){
	var imgwidth = $("img.borderag").width() + 15;
	$("#slide_container").css("width",imgwidth);
});