/* Navigation */

#navigation #people { background: transparent url('../images/en/navSprite.gif') no-repeat scroll 0 0; }
#navigation #people:hover,
#navigation .current #people { background-position: 0 -19px; }

#navigation #goodlife { background: transparent url('../images/en/navSprite.gif') no-repeat scroll 0 -38px; }
#navigation #goodlife:hover,
#navigation .current #goodlife { background-position: 0 -57px; }

#navigation #style { background: transparent url('../images/en/navSprite.gif') no-repeat scroll 0 -76px; }
#navigation #style:hover,
#navigation .current #style { background-position: 0 -95px; }

/* Read more */

.featured .people .more { background: transparent url('../images/en/readMoreSprite.png') no-repeat scroll 0 0; }
.featured .goodlife .more { background: transparent url('../images/en/readMoreSprite.png') no-repeat scroll 0 -31px; }
.featured .style .more { background: transparent url('../images/en/readMoreSprite.png') no-repeat scroll 0 -62px; }
.featured .blog .more { background: transparent url('../images/en/readMoreSprite.png') no-repeat scroll 0 -93px; }

/* Aggregation */

ul.aggregation li a.more { background: transparent url('../images/en/readMore.gif') no-repeat scroll 0 0; }

/* Buttons */

.loginBtn {
    background-image: url('../images/en/buttonSprite.gif');
    background-position: 0 0;
    width: 62px;
}

.registerBtn {
    background-image: url('../images/en/buttonSprite.gif');
    background-position: 0 -19px;
    width: 97px;
}

.submitBtn {
    background-image: url('../images/en/buttonSprite.gif');
    background-position: 0 -38px;
    width: 75px;
}

.editProfileBtn {
    background-image: url('../images/en/buttonSprite.gif');
    background-position: 0 -57px;
    width: 135px;
}

.viewPublicProfileBtn {
    background-image: url('../images/en/buttonSprite.gif');
    background-position: 0 -76px;
    width: 212px;
}

.cropBtn {
    background-image: url('../images/en/buttonSprite.gif');
    background-position: 0 -95px;
    width: 105px;
}

/* profile */
.uploadButton{
    background: transparent url("../images/en/uploadButton.png") no-repeat top left;
}