/* Move profile comments out of the way */

#profile_profile_1 #profileComments {
	clear: both;
}

/* Fixes for profile photos */

.photos .slider {
	overflow: hidden;
	position: relative;
	height: 80px;
}

.photos .slider ul {
	position: absolute;
	left: 0;
	top: 0;
}

/* Fixes for Group member browser */

.groupMembers .slider {
	overflow: hidden;
	position: relative;
	height: 75px;
}

.groupMembers .slider ul {
	position: absolute;
	left: 0;
	top: 0;
}

/* User profile photos */

#user_pic #photo {
	padding: 10px 0;
	clear: both;
/*	height: 152px;*/
/*	width: 134px;*/
/*	text-align: center;*/
}

#user_pic #photo img {
	max-width: 195px;
	max-height: 195px;
	padding: 0;
	z-index:1;
}

.scale_img img {
	/*position: relative;*/
}

/* Showdowns scratch */

#challenge_info {
	background-color: #999;
}

/* Comment Reply */
/* Add a comment */
.comment_reply { display:none; }
.comment_reply input { float:right; }
.comment_reply { width: 405px; }
.comment_reply h3{ padding-bottom:10px; }
.comment_reply .top { width:405px; height:9px; background:url(../images/comments/bg-reply-top.gif) no-repeat bottom; }
.comment_reply .middle { width:405px; height:auto; background:url(../images/comments/bg-reply-mid.gif) repeat-y; }
.comment_reply .middle .inner { padding:0 5px; text-align:center; }
.comment_reply .bottom { width:405px; height:8px; background:url(../images/comments/bg-reply-bot.gif) no-repeat top; }
.comment_reply .reply_buttons {padding-top:10px;}
.reply_buttons input.submit_comment { margin-right: 0; }
.replylist p {padding-top: 9px;}
.commentlevel_1 .replylist p {padding-right: 20px;}
/* End Comments */

/* Pagination */
#pagination li#first_page a, #pagination li#prev_page a, #pagination li#last_page a, #pagination li#next_page a { text-decoration: none; }

/* FRENCH */

.fr_CA #more_ways_to_earn .inner .full_scoup { width: auto;	padding-top: 7px; }
.fr_CA #more_ways_to_earn .inner .full_scoup  p { padding-bottom: 10px; }
.fr_CA #more_ways_to_earn .inner .full_scoup img { position: relative; left: -3px; }

/* OLD - DONT NEED THIS AFTER KDCASHCHANGES.
.fr_CA #level_tabs li.t-1-inactive { background-image: url("../images/fr_CA/redemption/bg_status_tabP1.gif"); width: 162px; }
.fr_CA #level_tabs li.t-2-inactive { background-image: url("../images/fr_CA/redemption/bg_status_tabP2.gif"); }
.fr_CA #level_tabs li.t-3-inactive { background-image: url("../images/fr_CA/redemption/bg_status_tabP3.gif"); }
.fr_CA #level_tabs li.t-4-inactive { background-image: url("../images/fr_CA/redemption/bg_status_tabP4.gif"); width: 136px; }
.fr_CA #level_tabs li.t-1-active { background-image :url("../images/fr_CA/redemption/bg_status_tabP1-active.gif"); width: 162px;}
.fr_CA #level_tabs li.t-2-active { background-image :url("../images/fr_CA/redemption/bg_status_tabP2-active.gif"); }
.fr_CA #level_tabs li.t-3-active { background-image :url("../images/fr_CA/redemption/bg_status_tabP3-active.gif"); }
.fr_CA #level_tabs li.t-4-active { background-image :url("../images/fr_CA/redemption/bg_status_tabP4-active.gif"); width: 136px; } */

.fr_CA .gotta_win_big_daddy .winners_button { right: 120px; }