/* Stylesheet for my demo pages for jScrollPane - these styles aren't necessary for using jScrollPane and aren't specific to any particular example */


.holder {
	position:relative;
left:0;
top:0;

}
.holder p{
	margin-bottom:16px
}
.scroll-pane {
	
	height: 220px;
	overflow: auto;	
	float: left;
}

#pagExpedicoesInicial .scroll-pane {
	
	height: 110px;
	overflow: auto;	
	float: left;
}
#pagExpedicoesInicial .holder {
	position:relative;
left:0;
top:10px
}
#livrosDvds .holder {	
clear:left;
left:45px;
top:40px;
padding-left:50px
margin-right:-5px;
margin-left:5px
}
#livrosDvds .scroll-pane {
	
	height: 340px;
	overflow: auto;	
	float: left;	
}
#pane1 {
	width:675px
}
#livrosDvds #pane1 {
	width:840px
}

