/* MILAN *****************************************************************/

/* CHANGE IMAGE on dashboard page bottom left frame: ***************************************/
div.visitor_images div.image_holder_hover{
    position: absolute;
    top: 45px;
    text-align: center;
    width: 100%;
    height: 212px;
	z-index: 15;
}

div.image_holder_hover div#hover_background_black {
	position: absolute;
    width: 100%;
    height: 212px;
	opacity:0.5;
	background: black;
	z-index: -1;
}

img.help_show_hover:hover ~ div.image_holder_hover {
	display: block;
}

.get_photo_hover{
    margin-bottom:13px;
    color: #ffffff;
    font-size: 30px;
    font-family: 'tradegothicbold';
}
/**************************************************************************/

/* SHARE IT button on chalange_friend page: *******************************/
.garage_btn{
    width:167px;
    height:33px;
    background: url('../img/garage_btn2.png') no-repeat;
    cursor: pointer;
    position: relative;
    float: left;
    margin-left: 20px;
    margin-top: 5px;
}

.garage-btn-share {
	color: rgb(29,29,29);
	font-family: 'AntiqueOliveStd-NordItalic';
	font-size: 18px;
    margin: 4px 0 0 37px;
}
/**************************************************************************/

/* Navigation buttons on "dashboard" page: ********************************/
.nav-btn {
    color: #2D2D2D;
    cursor: pointer;
    display: inline-block;
    margin: 0px 19px;
}

.nav-btn.signin {
    font-family: 'AntiqueOliveStd-NordItalic';
    font-size: 22px;
    height: 20px;
    width: 119px;
	top: 14px;
    left: 12px;
	position: absolute;
}

.nav-btn.challenge {
    font-family: 'AntiqueOliveStd-NordItalic';
    height: 19px;
    line-height: 10px;
    width: 132px;
    left: 160px;
    top: 18px;
	position: absolute;
}

.nav-btn.help {
    font-family: 'AntiqueOliveStd-NordItalic';
    font-size: 22px;
    height: 20px;
    width: 80px;
	left: 350px;
    top: 14px;
	position: absolute;
}
/**************************************************************************/

/* Text on "redeem" page on bottom left corner: ***************************/
.bottom-headline-redeem {	
	left: 50%;
    margin-left: -770px;
    position: absolute;
	top: 25px;
	width: 264px;
}
/**************************************************************************/

/* Twitter box new style: *************************************************/
.social-link.twitter .twitter-tweet:before {
    border-bottom: 5px solid transparent;
    border-right: 10px solid #EDEDED;
    border-top: 5px solid transparent;
    content: "-";
    height: 0;
    margin: 5px 0 0 -19px;
    position: absolute;
    text-indent: -9999px;
    width: 0;
}

.social-link.twitter .twitter-tweet {
    background: none repeat scroll 0 0 #EDEDED;
    border-radius: 4px 4px 4px 4px;
    clear: none;
    color: #545454;
    float: left;
    font-family: Arial,Verdana,sans-serif;
    font-size: 10px;
    line-height: 13px;
    margin: -5px 15px 0 0;
    max-height: 38px;
	min-height: 21px;
    overflow: hidden;
    padding: 4px 10px;
    width: 240px;
}


.not_enough_points-redeem h3, p {
    color: #6E6E6E;
    text-transform: none;
}
/**************************************************************************/
/**************************************************************************/


/* GALLERY PART *************************************************************************/

.display-hide {
	display:none;
}



