/* General overlay */

#overlay {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	background-color: #fff;
	z-index: 9001;
	opacity: .65;
	filter: alpha(opacity=65);
}

/* Login overlay */

#login {
	background: url('../images/login/bg_login.gif') no-repeat scroll top left;
	width: 719px;
	height: 295px;
}

#login a, #login_password a {
	color: #fdc535;
}

#login_password {
	background: url('../images/login/bg_loginpassword.gif') no-repeat scroll top left;
	width: 720px;
	height: 398px;
}

.login_overlay {
	display: none;
	text-align: left;
	z-index: 9002;
	position: absolute;
	top: 200px;
}

.login_overlay .close_button {
	float: right;
	text-decoration: none;
	margin-right: 90px;
	margin-top: 10px;
}

.login_overlay .close_button img {
	position: relative;
	top: 3px;
}


.login_overlay p, .login_overlay a, .login_overlay label {
	color: #fff;
	font-size: 14px;
}

.login_overlay p {
	padding-bottom: 10px;
}

.login_overlay label {
	font-size: 16px
}

.login_overlay fieldset{
	padding-bottom: 10px;
}

.login_overlay form {
	margin-left: 30px;
	padding-top: 30px;
}

.login_overlay form#password {
	padding-top: 10px;
}

.login_overlay form#password p {
	padding-right: 310px;
	fonr-size: 16px;
}

.login_overlay h1 {
	color: #fdc535;
	font-size: 20px;
	font-weight: normal;
	padding-bottom: 10px;
}

.login_overlay ul {
	margin-bottom: 10px;
	list-style-type: none;
}

.login_overlay li {
	float: left;
	padding-right: 10px;
}

.login_overlay li#checkbox {
	clear: both;
	margin-top: 10px;
	margin-bottom: 6px;
}

.login_overlay input.checkbox {
	margin-right: 6px;
	position: relative;
	top: 1px;
}

.login_overlay .text_input {
	width: 188px;
	height: 20px;
	font-size: 14px;
	color: #333;
	padding: 5px 4px 0 4px;
	margin-right: 10px;
}

.login_overlay #btn_send {
	position: relative;
	top: 22px;
}


/* Email a friend overlay */

#email_friend {
	background: url('../images/overlay/bg_email_friend.gif') no-repeat scroll top left;
	width: 547px;
	height: 529px;
	padding-top: 40px;
}

#email_friend .close_button {
	margin-right: 20px;
}

#email_friend h1 {
	padding-left: 70px;
}

#email_friend fieldset {
	margin-left: 27px;
}

#email_friend li {
	float: none;
	display: block;
}

#email_friend li label {
	width: 211px;
	float: left;
	position: relative;
	top: 3px;
}

#email_friend #optional {
	font-size: 12px;
	position: relative;
	top: 3px;
}

#email_friend textarea {
	border: 1px solid #453e9d;
	width: 202px;
	height: 200px;
	font-size: 13px;
	color: #333;
}

#email_friend .text_input {
	border: 1px solid #453e9d;
	width: 200px;
}

#email_friend #btn_send {
	left: 321px;
	top: 0;
}

*html #email_friend #btn_send {
	left: 324px;
}

/* Language select overlay */

#lang_select {
	background: url('../images/overlay/bg_lang_overlay.gif') no-repeat scroll top left;
	width: 874px;
	height: 455px;
	text-align: center;
}

#lang_select h1 {
	color: #fff;
	padding-top: 45px;
	padding-bottom: 20px;
}
#lang_select #langs {
/*	height: 150px;*/
	text-align: left;
	padding-bottom: 100px;
}

#lang_select #langs p {
	font-size: 18px;
}
	
#lang_select #overlay_en {
	float: left;
	width: 320px;
	padding-left: 100px;
}

#lang_select #overlay_fr {
	float: right;
	width: 320px;
	padding-right: 100px;
/*	text-align: left;*/
}

#lang_select p {
	color: #fdc535;
}

#lang_select #picklang {
	padding-top: 30px;
	padding-bottom: 30px;
}

#lang_select p#picklang {
	font-size: 16px;
}

#lang_select #picklang, #lang_select #selects, #lang_select #selects a {
	color: #fff;
}

#lang_select p#selects, #lang_select p#selects a {
	font-size: 24px;
}

/* Change email overlay */

#emailupdate {
	background: url('../images/login/bg_login_5.gif') no-repeat scroll top left;
	width: 719px;
	height: 295px;
	color: #fff;
	text-align: left;
}

#emailupdate p {
	color: #fff;
	font-size: 18px;
	width: 530px;
}

#emailupdate ul {
	list-style-type: none;
}

#change_inner {
	width: 640px;
}

/* STATIC OVERLAY */

.overlay {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	background-color: #fff;
	z-index: 9001;
	opacity: .65;
	filter: alpha(opacity=65);
}

/* VOTING POPUP */

#vote_thanks, #ipOverlay {
	background: url('../images/showdowns/bg_voteoverlay.gif') no-repeat scroll top left;
	width: 622px;
	height: 476px;
	color: #fff;
	text-align: left;
	line-height: 140%;
}

#vote_thanks .close_button, #ipOverlay .close_button {
	margin-top: 52px;
}

#vote_thanks h1, #ipOverlay h1 {
	margin: 71px 130px 4px 104px;
	font-size: 22px;
}

#vote_thanks p, #ipOverlay p {
	font-size: 18px;
	margin: 0px 130px 6px 104px;
}

#vote_thanks p a, #ipOverlay p a {
	font-size: 18px;
}

/*

#login form {
	margin-top: 20px;
}

#login label {
	width: 100px;
}

#login h3 {
	padding-left: 45px;
	color: #333;
}

#login input {
	
}

#login .button {
	border: 1px solid #333;
	padding: 2px 7px;
	font-size: 12px;
	color: #333;
	background-color: #ddd;
	margin-right: 20px;
}

#login input.button {
	cursor: pointer;
}

#login a.button {
	border: 1px solid #333;
	padding: 3px 7px;
	text-decoration: none;
	position: relative;
	top: 4px;
}
*/


/* Star ratings */

.star-rating,
.star-rating a:hover,
.star-rating a:active,
.star-rating a:focus,
.star-rating .current-rating{
	background: #d4e5fc url(../images/icn_3stars.gif) left -1000px repeat-x;
}

.star-rating{
/*	display: inline;*/
	position:relative;
	width:150px;
	height:25px;
	overflow:hidden;
	list-style:none;
	margin:0;
	padding:0;
	background-position: left center;
}
.star-rating li{
	display: inline;
}
.star-rating a,
.star-rating .current-rating{
	position:absolute;
	top:0;
	left:0;
	text-indent:-1000em;
	height:25px;
	line-height:25px;
	outline:none;
	overflow:hidden;
	border: none;
}
.star-rating a:hover,
.star-rating a:active,
.star-rating a:focus{
	background-position: left top;
}
/*.star-rating a.one-star{
	width:20%;
	z-index:6;
}
.star-rating a.two-stars{
	width:40%;
	z-index:5;
}
.star-rating a.three-stars{
	width:60%;
	z-index:4;
}
.star-rating a.four-stars{
	width:80%;
	z-index:3;
}
.star-rating a.five-stars{
	width:100%;
	z-index:2;
}
*/
.star-rating a.star-1{
	width:20%;
	z-index:6;
}
.star-rating a.star-2{
	width:40%;
	z-index:5;
}
.star-rating a.star-3{
	width:60%;
	z-index:4;
}
.star-rating a.star-4{
	width:80%;
	z-index:3;
}
.star-rating a.star-5{
	width:100%;
	z-index:2;
}

.star-rating .current-rating{
	z-index:1;
	background-position: left bottom;
}

#vid_ratings {
	background: #fff url('../images/showdowns/bg_smod_rating.gif') no-repeat;
	height: 83px;
	padding: 14px 0 0 2px;
	margin-left: 10px;
}

#vid_ratings #h_rating {
	padding-right: 6px;
	float: left;
}

#vid_ratings .stars {
	position: relative;
/*	top: 2px;*/
	top: -7px;
	float: left;
}

#vid_ratings #rating_count {
	font-size: 12px;
	position: relative;
	top: -1px;
}

#vid_ratings p {
	padding-bottom: 6px;
}

#vid_ratings .btn {
	padding-right: 10px;
}

/* STAR RATINGS _ GENERAL FOR SITE */

.star_rating {
	background: #fff url('../images/showdowns/bg_smod_rating.gif') no-repeat;
	position: relative;
	margin: 0 0 0 10px;
	padding: 0;
	height: 100px;
	overflow: hidden;
}

.star_rating * {
	background-color: transparent !important;
}

.star_rating ul {
	list-style: none;
}

.rating_stars {
	position: absolute;
	left: 20px;
	top: 8px;
}

.rating_stars li {
	float: left;
}

.rating_stars .h_rating {
	position: relative;
	top: 6px;
	padding-right: 8px;
}

.rating_stars .star_module {
	padding-right: 2px;
}

.rating_stars .rating_count {
	color: #333;
	font-size: 12px;
	position: relative;
	top: 5px;
}

.rating_btns {
	position: absolute;
	left: 20px;
	top: 50px;
}

.rating_btns li {
	display: inline;
}

/* Generat star ratings: Header Stars (count) */

div.rating {
/*	background: #fff url('../images/showdowns/bg_smod_rating.gif') no-repeat;*/
/*	height: 83px;*/
/*	padding: 14px 0 0 2px;*/
/*	margin-left: 10px;*/
	margin-left: 9px;
	padding-left: 15px;
}

div.rating h3 {
	padding-right: 6px;
	float: left;
}

div.rating .stars {
	position: relative;
/*	top: 2px;*/
	top: -7px;
	float: left;
}

div.rating .rating_count {
	font-size: 12px;
/*	position: relative;*/
/*	top: -1px;*/
	color: #fff;
}

div.rating p {
	padding-bottom: 6px;
	color: #fff;
}

div.rating .btn {
	padding-right: 10px;
}
/* Side panel Modules */

/* Sign up module */

#sign_up {
	margin-left: 9px;
	padding-left: 12px;
	background: #fff url('../images/showdowns/bg_sign_up_showdowns_1.gif') no-repeat top left;
/*	background: green;*/
	height: 119px;
	padding-right: 33px;
}

#sign_up_2 {
	background: url('../images/showdowns/bg_sign_up_showdowns_2.gif') no-repeat scroll top left;
	height: 146px;
	padding-left: 15px;
	margin-left: 6px;
	padding-right: 33px;
}

#sign_up img#h_sign_up {
	color: #fff;
	margin: 17px 0 0 0;
}

#sign_up_2 img#h_sign_up {
	color: #fff;
	margin: 17px 0 0 0;
}

#sign_up p {
	font-size: 14px;
	line-height: 160%;
	margin: 8px 14px 0 1px;
	color: #fff;
}

#games_games_2 #sign_up p {
	margin-right: 32px;
}

#sign_up_2 p {
	font-size: 14px;
	line-height: 160%;
	margin: 8px 14px 0 1px;
}

#sign_up_2 a {
	font-weight: bold;
	color: #333;
}

#sign_up a {
	color: #fff;
}

/* End sign up module */

/* Idea CTA */

#idea_cta {
	padding-top: 20px;
	margin-bottom: 20px;
/*	padding-left: 3px;*/
	margin-left: 9px;
}

#idea_cta_2 {
	background: transparent url('../images/showdowns/bg_idea_cta_2.gif') no-repeat top left;
	font-size: 14px;
	height: 106px;
	line-height: 160%;
	margin-left: 9px;
}

#idea_cta p {
	font-size: 12px;
	padding-left: 13px;
	margin: 0;
}

#idea_cta a {
	color: #333;
}

#idea_cta_2 p {
	color: #fff;
	padding: 16px 65px 0 0px;
}

#idea_cta_2 a {
	color: #fff;
}

#cta_idea_game {
	background: url('../images/games/bg_idea_cta_game.jpg') no-repeat scroll top left;
	height: 106px;
	margin-left: 9px;
	padding-left: 15px;
	padding-bottom: 6px;
}

#cta_idea_game * {
	color: #fff;
}

#cta_idea_game .legal {
	text-align: right;
	font-size: 10px;
	padding: 9px 18px 0 0;
}

#games_games_2 #cta_idea_game .legal {
	padding-right: 35px;
}

#cta_idea_game p {
	font-size: 14px;
	margin-right: 85px;
	line-height: 160%;
}

#games_games_2 #cta_idea_game p {
	padding-right: 10px;
}

/* How do you get down... (Voting) */

#getdown {
	background: url('../images/en_US/showdowns/voting/bg_getDown.jpg') no-repeat scroll top left;
	padding: 110px 44px 10px 20px;
	margin-left: 14px;
}

#getdown .off_page {
	float: left;
}

#getdown p {
	font-size: 16px;
	padding: 0;
	margin: 0 0 24px;
	line-height: 130%;
}

/* Pagination */

#pagination {
	margin-top: 10px;
	padding-left: 14px;
	clear: both;
	padding-bottom: 6px;
}

#pagination ul {
	list-style: none;
	font-size: 13px;
}

#pagination li {
	display: inline;
}

#pagination li a {
	color: #333;
	padding: 2px 5px;
}

#pagination li#first_page a, #pagination li#last_page a {
	text-decoration: none;
}

#pagination li a img {
	position: relative;
	top: 1px;
}

#pagination li.current {
	text-decoration: none;
	font-weight: bold;
	border: 1px solid #00a3dd;
	padding: 2px 6px;
	color: #2d338e;
}

/* Comments */

#comments {
	margin-top: 4px;
	padding: 0 10px;
}

#comment_header {
	padding-top: 12px;
}

#comment_header h4 {
	background: url('../images/showdowns/bg_h_comments.gif') no-repeat top left;
	color: #fff;
	height: 27px;
	padding: 8px 0 0 16px;
}

p.no_comments {
	padding: 10px 0 0 15px;
}

div.comment {
	clear: both;
	margin-top: 10px;
	padding: 0 14px;
/*	background: url('../images/showdowns/bg_comment.gif') no-repeat top left;*/
	padding-bottom: 10px;
	position: relative;
}

a.thread_button {
	position: absolute;
	right: 7px;
	top: 6px;
}

*html a.thread_button {
	right: 14px;
}

.reply_button {
	position: absolute;
	right: 24px;
	bottom: 10px;
}

.hasComments .reply_button, .hasSubComments .reply_button {
	bottom: 40px;
}

.commentlevel_1, .commentlevel_2 {
	margin-left: 22px;
}

/*.commentlevel_2 {
	margin-left: 45px;
}
*/
.comment .comment_info {
	font-size: 11px;
	color: #333;
	text-align: right;
	margin-bottom: 4px;
}

.comment .comment_info span.comment_date {
	padding-right: 9px;
}

.comment .comment_info form {
	display: inline;
}

.comment .comment_info a.flag {
	color: #2d338e;
	padding-right: 7px;
}

.comment .user_info {
	float: left;
	padding-top: 18px;
	width: 60px;
	overflow: hidden;
}

.comment .user_info a {
	font-size: 12px;
}

.comment .comment_text {
	background: url('../images/comments/bg_commentbubble_bottom.gif') no-repeat bottom left;
	margin-left: 60px;
	padding-bottom: 13px;
}

.hasComments .comment_text {
	background: url('../images/comments/bg_replylist.gif') no-repeat bottom left;
	padding-bottom: 0px;
}

.replylist {
	height: 31px;
	position: relative;
}

.replylist p {
	position: absolute;
	top: 7px;
}

.comment .comment_text div.inner {
	background: url('../images/comments/bg_commentbubble_top.gif') no-repeat top left;
	padding: 10px 0 0 0;
	min-height: 47px;
	height: auto !important;
	height: 47px;
	overflow: visible;
}

.commentlevel_1 .comment_text, .commentlevel_2 .comment_text {
	background: url('../images/comments/bg_commentbubble_bottom_1.gif') no-repeat bottom left;
}

.commentlevel_1.hasSubComments .comment_text {
	background: url('../images/comments/bg_replylist_1.gif') no-repeat bottom left;
	padding-bottom: 0px;
}

.commentlevel_1 .comment_text div.inner, .commentlevel_2 .comment_text div.inner {
	background: url('../images/comments/bg_commentbubble_top_1.gif') no-repeat top left;
}

.commentlevel_2 .comment_text {
/*	background: url('../images/comments/bg_commentbubble_bottom_2.gif') no-repeat bottom left;*/
}

.commentlevel_2 .comment_text div.inner {
/*	background: url('../images/comments/bg_commentbubble_top_2.gif') no-repeat top left;*/
}

*html .comment .comment_text div.inner {
/*	margin-left: -3px;*/
}

.comment .comment_text p {
	padding: 0 0 10px 0;
	margin: 0 20px 0 20px;
}

/* Add a comment */

#add_comment {
	clear: both;
	margin-top: 20px;
}

.comment_reply {
	margin-bottom: 20px;
	margin-top: 0;
	clear: both;
}

#add_comment textarea, .comment_reply textarea {
	width: 521px;
	height: 100px;
	padding: 10px;
	font-size: 12px;
	margin: 10px 0;
	color: #333;
	border: 1px solid #00549E
}

#add_comment input {
	/*margin-left: 434px;*/
	/*float: right;
	margin-right: 16px;*/
	position:relative;
	left:433px;
}

.reply_buttons {
	clear: both;
	text-align: right;
}

.reply_buttons input, .reply_buttons a {
	margin-right: 16px;
}

/* End Comments */


/* Horizontal links */

.menu_h {
/*	margin-top: 10px;*/
	list-style: none;
	font-size: 13px;
}

.module_header .menu_h {
	padding-top: 8px;
}

.menu_h li {
	display: inline;
}

.menu_h li a {
	color: #333;
	padding: 2px 5px;
}

.menu_h li.current a {
	text-decoration: none;
	font-weight: bold;
	color: #223193;
	border: 1px solid #00a3dd;
}

/* Featured modules */

.featured_1 {
	/* Smaller view for vids/quizzes */
	height: 109px;
}

#content_body .featured_1 {
	width: 275px;
	float: left;
/*	width: 288px;*/
}

.featured_1 img {
	float: left;
	padding-right: 10px;
}

.featured_1 ul {
	margin-left: 17px;
	list-style: none;
	font-size: 12px;
	color: #333;
	margin-bottom: 20px;
	line-height: 120%;
}

.featured_1 li {
	margin: 0 0 4px 0;
}

.featured_1 li.title a {
	color: #2c358f;
	font-size: 14px;
}



.featured_games .featured_1 {
	height: 96px;
}

.featured_games .featured_1 li.title a {
	font-size: 18px;
}

.featured_1 li.info, .featured_1 li.rating {
	font-size: 10px;
}

.featured_1 span.num_plays {
	padding-right: 10px;
	margin-right: 10px;
	border-right: 1px solid #333;
}

.featured_1 li.rating span {
	float: left;
	padding-right: 4px;
}

.featured_1 li.rating img {
	padding: 0;
}

* .featured_games .featured_1 .stars span {
/*	display: none;*/
	padding: 0 4px 0 0;
	float: left;
}

.featured_games .featured_1 .stars img {
	padding-right: 0px;
}

.featured_2 .featured_item{
	/* Larger display for games */
	/* width=288px */
}

#content_body .featured_2 .featured_item {
	float: left;
	width: 288px;
}

.featured_2 .featured_item .thumb {
	margin-left: 17px;
	margin-bottom: 4px;
	width: 245px;
	height: 136px;
	background-color: orange;
}

.featured_2 .featured_item ul {
	margin-left: 17px;
	list-style: none;
	font-size: 12px;
	color: #333;
}

.featured_2 .featured_item li {
	margin: 0 0 4px 0;
}

.featured_2 .featured_item li.title a {
	color: #2c358f;
	font-size: 24px;
}

.featured_2 .featured_item span.num_plays {
	padding-right: 10px;
	margin-right: 10px;
	border-right: 1px solid #333;
}

/* Side panel ctas */

#ctas {
	margin-left: 9px;
	padding-left: 15px;
	padding-top: 16px;
	padding: 16px 0 10px 15px;
}

#ctas ul {
	list-style-type: none;
}

#ctas li {
	padding-bottom: 5px;
}

#ctas h3 {
	padding-bottom: 6px;
}

#ctas h3.drop {
	padding-bottom: 3px;
}

#ctas a.btn {
	margin-left: 19px;
}

/* TIP CTA (LEADERBOARDS) */

#cta_tip {
	/*height: 230px;*/
	padding-top: 11px;
	margin-bottom: 12px;
}

#cta_tip h3, #cta_tip a {
	margin-left: 22px;
}

#cta_tip h3, #cta_tip p {
	margin-bottom: 12px;
}

#cta_tip p {
	margin-left: 39px;
	font-size: 16px;
	line-height: 130%;
}

/* VOTING LOGIN CTA */

#cta_login_vote {
	margin-left: 9px;
	padding: 0 0 14px 20px;
}

#cta_login_vote h3 {
	padding-top: 16px;
	padding-bottom: 6px;
}

#cta_login_vote h3.drop {
	padding-bottom: 3px;
}

#cta_login_vote a.btn img {
	margin-left: 19px;
}

/* Individual videos */

.vid {
	display: block;
	float: left;
	margin: 0 0 6px;
/*	margin-top: 6px;*/
/*	padding-right: 14px;*/
	height: 109px;
	width: 275px;
}

.side_module .vid {
/*	margin-left: 6px;*/
}

.vid img.vid_thumb {
	float: left;
	display: block;
	padding: 2px 6px 0 0;
}

.vid ul {
	list-style: none;
	font-size: 11px;
	margin-top: 0;
}

.vid ul.vid_info li {
	margin-bottom: 6px;
}

li.vid_icons {
	margin-bottom: 0;
}

.vid .user, .vid .tagline p {
/*	font-size: 11px;*/
}

.vid .vid_name {
	font-size: 15px;
}

.vid ul.vid_info li.vid_icons ul li {
	display: inline;
	margin-bottom: 0;
}

.vid ul.vid_info li.vid_icons ul li img {
}

.vid ul.vid_info li.vid_icons ul li.vid_comments {
	padding-right: 2px;
	position: relative;
	top: 1px;
}

li.vid_icons a.num_comments {
	position: relative;
	top: -3px;
	color: #333;
}

/* End individual videos */

/* SUBMISSION VIEW FOR FEATURED ENTRIES, GAMES AND QUIZZES (SMALL) */

.subview_featured {
	display: block;
	float: left;
	width: 275px;
	line-height: 110%;
	font-size: 11px;
	margin-bottom: 20px;
}

.subview_featured .sub_thumb {
	float: left;
}

.subview_featured .sub_info {
	list-style: none;
	margin-left: 138px;
}

.subview_featured .sub_name {
	font-size: 15px;
	margin-bottom: 6px;
}

.subview_featured .tagline {
	display: table;
	height: 52px;
	overflow: hidden;
	#position: relative;
	#height: 50px;
}

.subview_featured .tagline_inner {
	display: table-cell;
	vertical-align: middle;
	#position: absolute;
	#top: 50%;
	padding-right: 4px;
}

.subview_featured .tagline span {
	#position: relative;
	#top: -50%;
}

.subview_featured .tagline_inner span {
	display: block;
}

.subview_featured .comment_count {
	padding-right: 6px;
}

.subview_featured .comment_count img {
	position: relative;
	top: 2px;
}

.subview_featured .num_comments {
	position: relative;
	top: -2px;
}

/* GAME SPECIFIC: */

.gameview_featured sub_name {
	margin-bottom: 12px;
}

.gameview_featured .num_plays {
	height: 65px;
}

.quizview_featured .tagline {
	height: 65px;
}

/* SUBMISSION - FULL VIEW FOR PROFILE PAGE */

.subview_full {
	margin: 0 17px;
	padding-bottom: 30px;
}

.subview_full li {
	margin-bottom: 10px;
	font-size: 12px;
}

.subview_full .sub_thumb {
	float: left;
	margin: 0 10px 10px 0;
}

.subview_full .title {
	font-size: 18px;
}

.subview_full .comment_count {
	margin-right: 6px;
}

.subview_full .comment_count img {
	position: relative;
	top: 3px;
}

.subview_full .rating img {
	position: relative;
	top: 2px;
}

/* VOTING PAGE MAKEOVER MODULE */

#makeover {
	background: transparent url('../images/showdowns/ss/bg_makeover.jpg') no-repeat left top;
	margin-left: 10px;
	height: 155px;
}

#makeover h3 {
	padding-left: 14px;
	padding-top: 17px;
}

#makeover p {
	line-height: 120%;
	color: #fff;
	font-size: 14px;
	margin: 0 30px 0 14px;
}

/* THUMBNAIL BROWSER SLIDER */

.thumbs {
	height: 50px;
	margin: 12px 0 12px 27px;
}

.thumbs .thumbNav {
	float: left;
	margin-right: 10px;
	width: 40px;
	text-align: center;
	padding-top: 15px;
}

.thumbs .thumbNav.first {
	width: 24px;
	text-align: left;
}

.slider {
	width: 420px;
	height: 50px;
	overflow: hidden;
	position: relative;
	float: left;
}

.slider ul {
	/*white-space: nowrap;*/
	position: absolute;
	width: 430px;
	top: 0;
	left: 0;
}

.thumbs li {
	list-style: none;
	float: left;
	margin-right: 10px;
	font-size: 12px;
}

/* PHOTOS - 4.2.1, others */

.photos {
	clear: both;
}

.photos .photosHeader {
	background: transparent url('../images/groups/bg_photosHeader.gif') no-repeat left top;
	height: 35px;
	color: #fff;
	font-size: 15px;
	font-weight: bold;
	position: relative;
}

.photos .photosHeader a {
	color: #fff;
}

.photos .photosHeader span {
	position: absolute;
}

.photos .photosHeader .photoCount {
	top: 4px;
	left: 10px;
}

.photos .photosHeader .postButton {
	top: 6px;
	left: 290px;
}

.photos .photosHeader .removeButton {
	top: 6px;
	left: 420px;
}

.photos #photoMain {
	position: relative;
	clear: both;
	height: 400px;
	margin-left: 25px;
	text-align: center;
}

.photos .photo, .photos table {
	width: 525px;
	height: 394px;
	position: absolute;
	top: 0;
	left: 0;
	text-align: center;
}

.photos .photo img, .photos table img {
	position: relative;
}

.photos #photo2 {
	display: none;
}

.photos #selectedPhoto {
	position: absolute;
	top: 0;
	left: 0;
	width: 525px;
	height: 394px;
}

.photos #newPhoto {
	position: absolute;
	top: 0;
	left: 0;
	display: none;
}

.photos #slider {
	width: 420px;
	height: 50px;
	overflow: hidden;
	position: relative;
	float: left;
}

.photos #slider ul {
	/*white-space: nowrap;*/
	position: absolute;
	width: 430px;
	top: 0;
	left: 0;
}

.photos .thumbNav {
	float: left;
	margin-right: 10px;
	width: 40px;
	text-align: center;
	padding-top: 15px;
}

.photos #navPrev {
	width: 24px;
	text-align: left;
}

.photos #navPlay {
	text-align: left;
	width: auto;
}

.photos .thumbs {
	height: 50px;
	margin: 12px 0 12px 27px;
}

.photos .thumbs .play {
	margin-right: 0;
}

.photos .thumbs li {
	list-style: none;
	float: left;
	margin-right: 10px;
}

.photos .caption {
	margin: 10px 27px 10px 25px;
	padding: 0 0 15px;
	font-size: 13px;
	border-bottom: 1px solid #00a3de;
}

/* Groups overlays */

.groupsOverlays {
	display: none;
}

.groupsConfirm {
	display: none;
	text-align: left;
	z-index: 9002;
	position: absolute;
	top: 200px;
	width: 469px;
	height: 145px;
	background: transparent url('../images/groups/bg_groupsConfirm.gif') no-repeat top left;
}

.confirmHeader {
	position: absolute;
	top: 10px;
	left: 25px;
	font-size: 16px;
	font-weight: bold;
	color: #fff;
}

.groupsConfirm p {
	margin: 50px 25px 20px;
}

#joinConfirmed.groupsConfirm p {
	margin: 75px 25px 20px 70px;
}

#leaveConfirmed.groupsConfirm p {
	margin: 65px 25px 20px 70px;
}

.confirmButtons {
	position: absolute;
	right: 40px;
	bottom: 15px;
}

.confirmButtons a {
	margin-left: 5px;
}

/* POLLS */

.pollSide {
	background: #fff url('../images/polls/bg-poll.gif') no-repeat top left;
/*	width: 290px;*/
	margin-left: 22px;
	margin-bottom: 25px;
}

.showdowns .pollSide {
	margin-left: 18px;
}

.games .pollSide {
	margin-left: 12px;
	margin-right: 12px;
	padding-bottom: 10px;
}

.pollSide * {
	line-height: 125%;
}

.pollSide h3 {
	color: #2d338e;
	padding: 16px 33px 6px 18px;
	font-weight: normal;
}

.pollSide ul {
	margin-bottom: 12px;
	margin-right: 33px;
}

.pollSide li {
	list-style: none;
	font-size: 14px;
	padding-left: 25px;
	margin-bottom: 6px;
	#margin-bottom: 4px;
}

.pollSide .poll-option input {
	float: left;
}

.pollSide .poll-option div {
	margin-left: 25px;
	#position: relative;
	#top: -14px;
	#margin-left: 30px;
	#margin-bottom: -15px;
}

*html .pollSide .poll-option div {
	float: none;
	position: relative;
	top: -14px;
	margin-left: 30px;
	margin-bottom: -15px;
}

.pollSide li input {
	position: relative;
	top: 2px;
	margin-right: 10px;
}

.pollSide #btn-submit {
	margin-left: 160px;
}

.poll-results li {
	padding-left: 18px;
}

.poll-results h4 {
	font-weight: normal;
	top: 0;
	left: 20px;
	font-size: 14px;
	width: 100%;
}

.poll-results .totalCount {
	padding: 5px 0 0 18px;
	color: #929191;
	font-size: 12px;
}

.poll-results li p {
	font-size: 12px;
	color: #00549e;
}

.poll-results .bar {
	background-color: #00549e;
	float: left;
	height: 2px;
	position: relative;
	top: 6px;
	font-size: 1px;
	margin-right: 4px;
}

/* Blank overlay */

/* General overlay */

/* COMMUNITY STANDARDS POPUP */

.blankOverlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	background-color: #fff;
	z-index: 9001;
	opacity: .5;
	filter: alpha(opacity=5);
}

.overlayContent {
/*	width: 746px;*/
/*	height: 869px;*/
	background: transparent url(../images/redemption/bg-pointsPopup.jpg) no-repeat left top;
	position: absolute;
	display: none;
	text-align: left;
	z-index: 9002;
}

.overlayContent .close_button {
	position: absolute;
	right: 92px;
	top: 48px;
	color: #fff;
	text-decoration: none;
}

.overlayContent .close_button img {
	position: relative;
	top: 3px;
}