.spectop-my-pictures-unpaid {
}

.spectop-my-pictures-unpaid .spectop-my-picture {
	width: 138px;
	margin-right: 10px;
	margin-bottom: 20px;
	float: left;
}

.spectop-my-pictures-unpaid .spectop-my-picture.last-of-row{
	margin-right: 0;
}

.spectop-my-pictures-unpaid .spectop-my-picture .picture {
	width: 138px;
	height: 138px;
	position: relative;
}

.spectop-my-pictures-unpaid .spectop-my-picture .picture img {
	width: 138px;
	height: 138px;
	display: block;
	cursor: pointer;
}

.spectop-my-pictures-unpaid .info {
	text-align: center;
}

.spectop-my-pictures-unpaid .myPicInfoAdded {
	margin: 5px auto;
}

.special-top-picture-list .picture {
    width: 175px;
    height: 175px;
    float: left;
    margin: 0 10px 10px 0;
    position: relative;
}

.special-top-picture-list .picture.last-of-row {
    margin-right: 0;
}

.special-top-picture-list .picture img {
    display: block;
}

.special-top-picture-list .picture .info {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 5px;
    color: #ffffff;
    cursor: default;
    background-image: url("//ifrype.com/say/img/pic_overlay.png");
    background-repeat: repeat-x;
    background-size: 100% 100%;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
}

.special-top-picture-list .picture .info .votes {
    float: right;
}

.special-top-picture-list .picture:hover .info {
    display: none;
}

.special-top-picture-list .picture.guest .info {
	display: block;
}

.special-top-picture-list .picture .vote {
	background: rgba(0, 0, 0, .7);
    bottom: 0;
    left: 0;
    right: 0;
    overflow: hidden;
    padding: 0 !important;
    position: absolute;
    text-overflow: ellipsis;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
    white-space: nowrap;
    margin: 0;
    text-align: center;
    display: none;
}

.special-top-picture-list .picture:hover .vote {
    display: block;
}

.special-top-picture-list .picture .vote a, .special-top-picture-list .picture .vote span {
    color: #ffffff;
    padding: 5px;
    display: block;
    text-decoration: none;
}

#onePicture {
    width: 730px;
    height: 548px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
}

#rate-special-from-gallery {
	display: none;
}

#rate-special-add-type {
	padding: 20px 100px;
}

#rateSpecialUploader{
	margin-top: 10px;
}

#rateSpecialUploader, #rateSpecialUploaderGallery {
	width: 60%;
	margin-left: auto;
	margin-right: auto;
}

#rateSpecialUploader .buttonC {
	padding-left: 0;
	padding-right: 0;
}

#rateSpecialUploader_ {
	height: 100%;
}