$(function(){
	$("#g1").mbGallery( {
		galleryMaxWidth:0,
		galleryWidth:300,
		galleryHeight:300,
		galleryColor:"#333",
		galleryFrameBorder: 6,
		galleryFrameColor: "#FF6701",

		thumbStripPos: "right",
		thumbStripWidth:250,
		thumbSelectColor: "#fff",
		thumbOverColor : "#cccccc",
		thumbStripColor: "#333333",
		thumbsBorder: 4,
		thumbHeight:10,
		headerOpacity: .0,

		/*labelColor: "#333333",
		labelColorDisactive:"#333333",
		labelTextColor: "#ffffff",
		labelTextSize:"11px",
		labelHeight:0,*/

		startFrom:"random",
		fadeTime: 500,
		autoSlide:true,
		autoSize : true,
		slideTimer: 6000,
		iconFolder: "Imagens/slideshow/elements/white",
		startTimer:0
		}
	)}
);