/* setting for number of photos on tab, 4x4 or 5x5
original setting from photo_tab_box.css, 
	now stored in separate css files:
		4x4photos.css
		5x5photos.css */

.photo ul.topic li a:hover ul, 
.photo ul.topic li:hover ul {

/* these settings for 5x5 */
height:455px; 
width:580px; 
padding:30px 50px 30px 49px;

/* these settings for 4x4
height:375px; 
width:479px;
padding:70px 100px;
************************* */

}