#my-glider{
	position: relative;
	background-image: url(../images/basic/pof2.gif);
	background-repeat: no-repeat;
	background-position: left top;
	width: 629px;
	margin-bottom: 20px;
	margin-top: 40px;
}

div.scroller {
	/* modify width and height of scrolling section if necessary	*/		
width: 550px;
	height: 104px;
	overflow: hidden;
	margin-left: 40px;
}
div.scroller div.section {
	/* modify width and height of each section as needed (should match the size of the scroller window)	*/		
width:550px;
	height:auto;
	overflow:hidden;
	float:left;
	margin-top: 12px;
}
div.scroller div.content {
width: 10000px;
}
.controls{	width: 600px;height: 0px;}
#ppb{
margin-top: 20px;
margin-left: 40px;
background-image: url(../images/basic/pro_title.gif);
background-repeat: no-repeat;
background-position: left top;
height: 38px;
position: relative;
}
#ppb img{
border-top-style: none;
border-right-style: none;
border-bottom-style: none;
border-left-style: none;

}
#ppbox1{
	left: 20px;
	height: 20px;
	width: 20px;
	position: absolute;
	top: 45px;
}
#ppbox2{
	height: 20px;
	width: 20px;
	position: absolute;
	left: 600px;
	top: 45px;
}

.btn_right{
	float:right;
	margin-top: -30px;
	padding-right: 30px;
}

