.pageTitle {
	width:400px;
	height:24px;
	background-image:url(../images/titlebg.jpg);
	background-repeat:repeat-y;
	padding:4px 0 0 16px;
	margin: 0 0 20px 0;
	font-size:11px;
	font-weight:bold;
}

#popBox {
	width:560px;
	margin:10px auto;
}
.popBoxTop {
	width:560px;
	height:40px;
	background-image:url(../images/popbox-top.gif);
	background-position:left bottom;
	background-repeat:no-repeat;
}
.popBoxContent {
	width:524px;
	/*height:475px;*/
	padding:2px 15px 15px 15px;
	background-color:#FFF;
	border-left:3px solid #99cc00;
	border-right:3px solid #99cc00;
}
.popBoxBottom {
	width:545px;
	height:30px;
	background-image:url(../images/popbox-bottom.gif);
	background-position:left bottom;
	background-repeat:no-repeat;
	text-align:right;
	font-size:10px;
	padding:0 15px 0 0;
}

/*********Styles for Scroll(slider)********/
.link {
	cursor:pointer; color:#666}
.link:hover {color:#000}

.sliderPopup {
	position:relative; 
	overflow:hidden;  
	height:400px; 
	margin-bottom:20px;
	padding:0
}
.sliderPopupcontent {
	position:relative;
}
.sliderPopupcontent .upper {
	border:none;
}
.section2 {
	padding:0px;
}
.arrowup2 {
	width:15px;
	height:15px;
	background-image:url(../images/arrow-up.gif);
	background-repeat:no-repeat;
	display:block;
}
.arrowdown2 {
	width:15px;
	height:15px;
	background-image:url(../images/arrow-down.gif);
	background-repeat:no-repeat;
	margin-top:362px;
}
/*********Styles for Scroll(slider)********
