/* -- component profile album -- */
div.rating-box {
	width: 293px;
	height: 35px;
	overflow: hidden;
	background:url(../../img/new/rating/rating_box_bg.jpg) no-repeat top left;
}

.profile_album_inactive {
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
	cursor: wait;
}

.profile_album_inactive div,
.profile_album_inactive img {
	filter: alpha(opacity=50);
	cursor: wait;
}

#profile_album_container .block_body {
	padding: 0px;
}

div#profile_album_image_rate_block {
	float: left;
	width: 293px;
	margin: 0;
	/*padding: 8px 0 0 55px;*/
	padding: 8px 0 0 0px;
	text-align: center;
}

span#profile_album_user_estimate_label {
	display: block;
	float: left;
	padding: 3px 10px 0 55px;
	font-weight: bold;
}

.profile_album_image_rate_block_free div {
	cursor: pointer;
	
}

.profile_album_image_rate_block_fixed div {
	cursor: default;
}

.rate_point_off,
.rate_point_on,
.rate_point_active {
	float: left;
	width: 19px;
	height: 19px;
	background-image: url(../../img/new/rating/star_inactive.png);
	background-repeat: no-repeat;
}

.rate_point_on {
	background-image: url(../../img/new/rating/star_hover.png);
	color: #fff;
}

.rate_point_active {
	background-image: url(../../img/new/rating/star_hover.png);
	color: #fff;
}

.photosnuber-bg {
	background: url(../../img/new/profile/photo_numbers_bg.jpg) no-repeat top left;
	color: #515151;
	padding: 4px 0 0 0;
	height: 23px;
	text-align: center;
}

.photosnuber-bg a.previos {
	background: url(../../img/new/profile/previos.jpg) no-repeat left 5px;
}

.photosnuber-bg a.next {
	width: 19px;
	background: url(../../img/new/profile/next.jpg) no-repeat left 5px;
}

#profile_album_image_rate_info {
	float: left;
	margin: 4px 5px;
	color: #cacbc9;
	font: bold 11px Arial;
}

#profile_album_image_average_score,
#profile_album_image_rates {
	margin: 2px 0px;
	color: #6eb814;
}

#profile_album_image_screen {
	position: relative;
	margin: 4px 0 4px 0;
	border: 1px solid #cccccc;
	padding: 2px;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	text-align: center;
	/*overflow: auto;*/
	cursor: pointer;
	width: 286px;
	overflow: hidden;
}

a#profile_album_fullsize_btn {
	display: none;
	float: right;
	margin: 2px;
	padding: 1px 3px;
	font-size: 9px;
	font-weight: bold;
	text-decoration: none;
	color: #EFBA2C;
}

#TB_window a#profile_album_fullsize_btn {
	display: none;
}

#profile_album_pass_input_container {
	position: absolute;
	right: 8px;
	bottom: 8px;
	border: 1px solid #9f9f9f;
	padding: 1px 2px;
	background: #efefef;
	filter: alpha(opacity=90);
	-moz-opacity: 0.9;
	opacity: 0.9;
	z-index: 9999;
}


#profile_album_image_description_container {
	border: 1px solid #cccccc;
	padding: 2px 2px;
	margin: 0 0 2px 0;
	font-style: italic;
	text-align: left;
}

#profile_album_container .padder {
	padding: 0 0 2px 0;
	clear: both;
}

#profile_album_thumbs_container {
	overflow: auto;		
}

*+html #TB_ajaxContent #profile_album_thumbs_container {
	height: 80px;
}

.galler-thumbs {
	float: left;
	height: 80px;
	width: 60px;
	overflow: hidden;
	margin: 0 8px 6px 0;
	border: 1px solid #979797;
	cursor: pointer;
	text-align: center;
}

.profile_album_thumb {
	height: 80px;
	/*width: 60px;*/
	/*margin: 0 8px 6px 0;
	border: 1px solid #979797;*/
	cursor: pointer;
	
}

#content .profile_album_thumb {
	float: left;
}

body #profile_album_thumbs_container .thumb_active {
	border: 1px solid #AFFF00;
}

body #TB_ajaxContent #profile_album_image_rate_block {
	margin: 0px 0px;
}

body #TB_ajaxContent #profile_album_thumbs_container {
	white-space: nowrap;
	overflow: auto;
}


body #TB_ajaxContent {
	color: #ffffff;
}

div#gift {
	position: absolute;
	z-index: 999;
	top: 0;
	height: 36px;
	width: 36px;
}


#TB_window .rating-box, 
#TB_window #profile_album_image_rate_info, 
#TB_window .padder {
	display: none;
}

#TB_window #TB_title {
	
}
#TB_window #profile_album_image_screen {
	margin: 0;
	padding: 0px;
	border: 1px solid #cccccc;
	/*background-repeat: no-repeat;
	background-position: 50px 22px;*/
	text-align: center;
	/*overflow: auto;*/
	cursor: none;
	overflow: hidden;	
	height: 205px;
	vertical-align: top;
}

#TB_window #profile_album_image_screen img {
		
	margin: 0;
	padding: 0;
		
}
	
	
/*
@media all and (min-width: 0px){
	#TB_window #profile_album_image_screen img {
		
		position: relative;
		top: -300px;
		
	}
}
*/

div#estimate_block {
	border: 1px solid red;
}
