
.photoexpander{width:100%;}
.photoexpander, .photoexpander ul, .photoexpander li{
	margin:0;
	padding:0;
	list-style:none;
}

.photoexpander li{
	margin-top:5px;
	cursor:default;
	text-indent:10px;
	color: #ffffff; 
	width:100%;
}

.photoexpander li.collapsed, .photoexpander li.expanded{cursor:pointer;} 

/* second level */

.photoexpander li li {text-indent:0;margin-left:10px;width:auto;color:#FFFFFF;}

/* etc. */

/* buttons */

p.photoexpander{
	margin:1em 0;
}
p.photoexpander a{
	float:left;
	height:1.5em;
	line-height:1.5em;
	padding:0 10px;
	border:1px solid #eee;
	margin-right:5px;
	cursor:pointer;
}
p.photoexpander a:hover{
	background:#f8f8f8;
}

/* float fix */
.photoexpander li:after{
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.photoexpander li{
	display: inline-block;
}
/* Hides from IE-mac \*/
* html .photoexpander li{
	height: 1%;
}
.photoexpander li{
	display: block;
}
/* End hide from IE-mac */
/* end float fix */
