
body, html{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

#xofpp, #closeBoxpp, #playpp, #stoppp, #imageTitlepp{
	cursor:pointer;
	margin:0 1px;
	color:white;
	float:left;
}
#nextButtonBoxpp, #previousButtonBoxpp, #xofpp{
	cursor:pointer;
	margin:0 10px;
	color:white;
	float:right;
}
#gallery, #gallery ul{
    list-style:none;
    margin:0px;
	float:left;
    padding:0;
	 width:230px;
}
#gallery li{
    margin:2px ;
    padding:1px;
    float:left;
    list-style:none;
    cursor:pointer;
	
}
#gallery img{
    border:0px white solid;
}
