/* widget setup */

.widget {
	width: 528px;
	background:url(/images/mainWidgetBg.gif) repeat-y;
	clear:both;
}

.widget h1 {
	margin: 0px 0px 15px 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #1b5a8c;
	font-size: 11px;
}	

.widgetContent {
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	color: #616365;
	font-size: 11px;
	padding: 5px 15px;
}
	

.widgetScroll {
	overflow: none;
	height: 310px;
}

/* widget setup*/

#faqsbrowser, 
#newsbrowser,
#imagebrowser { 
	width: 100%; 
	height:100%; 
	background-color: #fff; 
	overflow: none; 
	padding: 0;
	margin: 0;
}

#imagebrowser ul {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
}


#pb-faqsbrowsercontainer,
#pb-newsbrowsercontainer,
#pb-imagebrowsercontainer { 
	position: relative;
	width: 100%; 
	height: 100%; 
	margin: 0; 
}

#pb-faqsslider,
#pb-newsslider {
	top: 0;
	left: 0; 
	height: 100%; 
	padding: 0; 
	margin-bottom: 0;
	margin-right: 22px;
	margin-left: 5px;
	margin-top: 1px;
}

#pb-imageslider { 
	top: 0;
	left: 0; 
	margin: 0; 
	padding: 0;
}

#pb-imageslider .pb-imageimage { 
	float: left; 
	padding-right: 10px; 
	width: 102px; 
	height: 100px; 
	position: relative; 
	top: 0; 
}