.jive-link-photo,
.jive-icon-photo-med{
	background:transparent url(../images/camera-16x16.gif) no-repeat scroll left center;
	padding:2px 0pt 2px 20px;
}
.jive-link-photo-small {
	background-image:url(../images/camera-12x12.gif);
	background-color:transparent;
	background-position:left center;
	background-repeat:no-repeat;
	padding:1px 0pt 1px 17px;
	}
.jive-link-photo-big,
div#jive-body-intro-main-hdr h1.jive-link-photo-big {
	background-position:0pt 3px;
	padding:4px 0pt 4px 30px;
	background:transparent url(../images/camera-24x24.gif) no-repeat scroll 0%;
	}
#jive-tags-form .jive-tags-form-type label.jive-link-photo {
	float:left;
	font-size:8pt;
	margin-right:10px;
	}
/** Menu links **/
.jive-link-add {
	background-position:0pt;
	background-repeat:no-repeat;
	padding:2px 0pt 2px 20px;
	background: transparent url(../../../images/jive-icon-joingroup-16x16.gif ) no-repeat left;
	}
.jive-link-upload {
	background-position:0pt;
	background-repeat:no-repeat;
	padding:2px 0pt 2px 20px;
	background: transparent url(../../../images/jive-icon-folder-up-16x16.gif ) no-repeat left;
	}
/* END Menu Links */
#photoset-create,
#jive-addphoto {
    font-size: 12pt;
    font-weight: bold;
    margin: 8px 0 12px 0;
}
.jive-photoset {
    width: 260px;
    margin: 0 12px 0 0;
    float: left;
    }
.jive-photoset .jive-default-photo {
    background: transparent url(../images/jive-photoalbum_bg.gif) no-repeat left;
    }
.jive-photoset .jive-default-photo-active {
    cursor: pointer;
    }
.jive-default-photo-container {
    width: 260px;
    height: 260px;
    margin: 8px 0; 
    overflow: hidden;
    }
.jive-photoset .jive-default-photo img.jive-photoshare-album {
    display: block;
    border: none;
    margin: 8px auto 0 auto;
    }
.jive-photoset .jive-photoset-info {
    text-align: center;
}
.jive-photoset .jive-photoset-info .jive-photoset-title {
    font-weight: bold;
    font-size: 12pt;
    }
.jive-photoset .jive-photoset-info .jive-photoset-title A {
    text-decoration: none;
    }
.jive-photoset .jive-photoset-info .jive-photoset-title A:hover {
    text-decoration: underline;
    }

.jive-photoset .jive-photoset-info .jive-photoset-description {
    font-size: 8pt;
    color: #666;
    }

/* Create photoset styles */
.jive-table-createphotoset,
.jive-table-uploadphoto {
    display: block;
    float: left;
    clear: both;
    width: 100%;
    background: #f0f0f0 url(../images/jive-photoshare-form-bg.png) repeat-x top;
	border: 1px solid #dadada;
	color: #666;
    -moz-border-radius: 4px;
    margin: 0px 0px 40px 0px;
}
.jive-table-createphotoset table,
.jive-table-uploadphoto table {
    width: 100%;
    margin-top: 20px;
}

.jive-table-createphotoset td,
.jive-table-uploadphoto td {
    padding: 3px;
}
.jive-table-createphotoset td.jive-table-cell-label,
.jive-table-uploadphoto td.jive-table-cell-label {
    width: 120px;
    white-space: nowrap;
}

/* Edit photo styles */
.photoEditRow {
	margin:1em;
	padding:1em;
	border:solid 1px silver;
	position:relative;
	}
.defaultPhotoSelect {
	text-align:center;
	width:224px;
	}
.defaultPhotoSelect label{
	display:block;
	}
.photoEditRow img, 
.photoEditRow ul {
	float:left;
	}
.photoEditRow ul label {
	display:block;
	}
.photoEditRow ul textarea,
.photoEditRow ul input {
	width:300px;
	}
.photoEditRow ul {
	list-style:none;
	}
.photoDelete {
	position:absolute;
	top:.5em;
	right:.5em;
	}
.photoEditRow img {
	border-right: dashed 1px silver;
	padding:0em 1em 0em 0em;
	}
.editsubmit {
	margin: 0 1em 1em 1em;
	}
/* END edit styles */
/* View Album Photos */
.album-cover-label {
	display:none;
	}
.album-cover .album-cover-label {
	display:block;
	}
.album-cover-label,
.make-cover-link {
	width:160px;
	height:24px;
	position:absolute;
	background-color:white;
	left:16px;
	top:112px;
	line-height:24px;
	opacity:.75;
	-moz-opacity:0.75;
	filter:alpha(opacity=75);
	}
.make-cover-link a,
.make-cover-link a:link,
.make-cover-link a:visted {
	text-decoration:none;
	}
.album-cover .make-cover-link {
	display:none;
	}
  /* The menu options on the right of each picture */
.jive-people-results-member .ps-album-menu-option {
	background-color:#FFFFFF;
	margin:0pt;
	background:#FFFFFF none repeat scroll 0%;
	border:1px solid #CCCCCC;
	padding:2px;
	position:absolute;
	right:10px;
	}
.jive-people-results-member .ps-album-menu-option.first {
	top:10px;
	}
.jive-people-results-member .ps-album-menu-option.second {
	top:33px;
	}	
.jive-people-results-member .ps-album-menu-option.third {
	top:56px;
	}	
/* END View Album Photos */
/* Add Comment */
.jive-photo-info {
    background: transparent url(../../../images/jive-blog-hdr-bg.png) repeat-x top;
    margin: 0;
    padding: 10px 15px;
    position: relative;
    }
* html .jive-photo-info {
    height: 1%;
    }
.jive-photo-info h3 {
    background: transparent url(../images/camera-16x16.gif) no-repeat left;
    display: inline;
    font-size: 11pt;
    font-weight: bold;
    margin: 0;
    padding: 0 0 0 22px;
    }
.jive-photo-info h3 a {
    color: #333;
	}
.jive-pagination {
    float: right;
    padding: 3px 0 0 0;
    margin: 0;
    white-space: nowrap;
    }
.jive-pagination-prevnext {
    padding: 1px;
    margin: 0;
	}
.jive-photo {
	clear: both;
    border-top: 1px solid #dcdcdc;
	background-color: #f5faf0;
	padding: 0;
	margin: 0;
	}
.jive-photo #jive-content-rating {
	padding-left: 16px;
	padding-top: 10px;
}

.jive-photo-details {
    display: block;
    overflow: hidden;
    margin: 0 0 5px 0;
    padding: 15px 0 10px 0;
    }
* html .jive-photo-details {
    height: 1%;
    }
.jive-photo-details-stats {
    color: #777777;
	font-size: 8pt;
	font-style: normal;
    padding: 10px 20px;
	}
.jive-photo-body {
    width: 100%;
    height: 560px;
	}
.jive-photo-nav-link {
    float: left;
    width: 183px;
    vertical-align: middle;
    height: 80px;
    padding: 165px 0;
}
.jive-photo-nav-link img {
    vertical-align: middle;
    border: none;
}
.jive-photo-nav-link a {
    text-decoration: none;
}
.jive-photo-nav-next {
    text-align: right;
}
.jive-photo-img {
    float: left;
    width: 549px;
    overflow: hidden;
    text-align: center;
    vertical-align: middle;
    }
.jive-photo-img img {
	background-color:white;
	border:solid 1px #DCDCDC;
	}
.jive-photo-details {
	border-top: 1px solid #dcdcdc;
	padding-top: 3px;
    margin: 5px 0px 0px 0px;
	}
.jive-photo-description {
    clear: both;
    text-align: center;
}
.jive-photo #jive-compose-tags .jive-photo-tags-edit,
.jive-photo-tags-edit {
    padding-left: 16px;
}
.jive-photo-tags {
	clear: both;
	padding-left: 16px;
	font-size: 8pt;
	color: #666;
	background: transparent url(../../../images/jive-icon-tag-12x12.gif) no-repeat left;
	}
h4.jive-photo-caption {
    background: transparent url(../../../images/jive-icon-edit-16x16.gif) no-repeat left;
}
.jive-photo-abuse {
    float: right;
    margin-top: 5px;
}
#jive-photo-upload-progress {
    display: none;
    float: right;
    position: relative;
    top:30px;
    right: 64px
}
/* END Add Comment */

/* photo album widget */

.jive-widget .jive-widget-body .jive-album-widget-container ul {
    float: left;
    padding: 5px 0 0 0;
}

.jive-widget .jive-widget-body .jive-album-widget-container ul li {
    margin: 5px 24px;
    height: 160px;
    display: block;
    float: left;
    overflow: hidden;
    width: 160px;
    clear: none;
    padding: 0;
    text-align: center;
}

.jive-widget .jive-widget-body .jive-album-widget-container .jive-pagination {
    clear: both;
    padding: 8px 10px 5px;
}

/* END photo album widget */