#tendenci .photos-header {
	font-size: 25px;
	margin-bottom: 15px;
}
#tendenci .photos-gallery {
	float: left;
}
#tendenci .photos-thumbnail {
	float: left;
	padding: 8px;
	margin: 5px;
	width: 100px;
	height: 75px;
}
#tendenci .photos-thumbnail:hover{
	background-color: #e2e2e2;
	padding: 8px;
	margin: 5px;
}
#tendenci .photos-admin {
	margin-top: 15px;
	background-color: #F2F2F2;
	border: 1px solid #ccc;
	padding: 3px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	clear: both;
}
#tendenci .photos-big-photo {
	margin-bottom: 10px;
}
#tendenci .photo-caption {
	margin-bottom: 10px;
}
#tendenci .photo-tags {
	color: #999;
}
#tendenci .photo-views {
	color: #999;
}
#tendenci .photo-uploadedby {
	color: #999;
}
#tendenci .photo-dates {
	color: #999;
}

/* view photo sets
 -------------------------------- */
 #tendenci .photo-set-view {
 
 }
 #tendenci .photo-set-view
 .photo-set {
 	border-bottom: 1px solid #EEE;
	padding-bottom: 15px;
	margin-bottom: 15px;
 }
  #tendenci .photo-set-view
 .photo-wrap img {
 	margin: 5px;
 }
 #tendenci .photo-set-view
 .photo-wrap {
	float: left;
	text-align: center;
	margin: 0 10px 10px 10px;
	border: 1px solid #666;
 }
#tendenci .photo-set-view
.text-wrap {
	float: left;
	width: 600px;
 }
#tendenci .photo-set-view
.set-options ul {
	margin-left: 0;
	margin-bottom: 0;
}
#tendenci .photo-set-view
.set-options li {
	padding: 0;
	display: inline;
	margin-right: 5px;
}

/* add photo set
 -------------------------------- */
#tendenci .photo-set-add h1 {
	margin-bottom: 10px;
}
#tendenci table {
	width: 97%;
}
#tendenci .photo-set-add 
td.label {
	width: 1%;
	text-align: right;
	padding-right: 10px;
	white-space: nowrap;
}
#tendenci .photo-set-add 
input[type="text"] {
	width: 100%;
	margin-bottom: 10px;
	padding: 3px;
}
#tendenci .photo-set-add
textarea {
	margin-bottom: 10px;
	width: 100%;
	padding: 3px;
}
#tendenci .photo-set-add
select {
	margin-bottom: 10px;
}

/* edit photo set
 -------------------------------- */
#tendenci .photo-set-edit h1 {
	margin-bottom: 10px;
}
#tendenci table {
	width: 97%;
}
#tendenci .photo-set-edit 
td.label {
	width: 1%;
	text-align: right;
	padding-right: 10px;
	white-space: nowrap;
}
#tendenci .photo-set-edit 
input[type="text"] {
	width: 100%;
	margin-bottom: 10px;
	padding: 3px;
}
#tendenci .photo-set-edit
textarea {
	margin-bottom: 10px;
	width: 100%;
	padding: 3px;
}
#tendenci .photo-set-edit
select {
	margin-bottom: 10px;
}

/* photo sizes
 -------------------------------- */
#tendenci .photo-sizes .photo-wrap {
	margin: 10px 0;
	padding-bottom: 20px;
	border-bottom: 1px solid #DDD;
}
#tendenci .photo-sizes .photo-wrap img {
	margin-bottom: 10px;
}
#tendenci .photo-sizes input[type="text"],
#tendenci .photo-sizes textarea {
	width: 97%;
	padding: 5px;
	margin-bottom: 10px;
}

/* photo add
 -------------------------------- */
#tendenci .photo-add
tr.input td {
	padding-bottom: 0;
}
#tendenci .photo-add
tr.help-text td {
	padding-top: 5px;
}

/* photo edit
 -------------------------------- */
#tendenci .photo-edit
tr.input td {
	padding-bottom: 0;
}
#tendenci .photo-edit
tr.help-text td {
	padding-top: 5px;
}






