/*Example CSS for the two demo scrollers*/
#pscroller1{
	width: 500px;
	height: 120px;
	border: 0px solid black;
	padding: 5px;
	background-image:url(img/fondo_estiu09.jpg);
}

.someclass{ //class to apply to your scroller(s) if desired
}


#bc_pscroller1{
	width: 170px;
	height: 250px;
	border: 1px solid #FFCC33;
	padding: 5px;
	background-image:url(img/fondo_estiu09.jpg);
}

.bc_someclass{ //class to apply to your scroller(s) if desired
}


