#slider {
	width:200px;
	margin:25px;	
}

#profile_image {
	cursor:crosshair;position:relative;width:300px;height:300px
}

#headshot_box {
	position:absolute;
	border:5px solid #c0c0c0;	
}

.check_box_on,.check_box_off {
	margin:3px 5px;
}

.admin_functions {
	
	width:25px;
	height:25px;
	cursor:pointer;
	display:block;	
}

.is_admin1 {	background:url('img/admin_icon_is_admin.png') no-repeat;}
.is_admin0 {	background:url('img/admin_icon_is_admin_off.png') no-repeat;}
.is_author1 {	background:url('img/admin_icon_is_author.png') no-repeat;}
.is_author0 {	background:url('img/admin_icon_is_author_off.png') no-repeat;}
.is_blogger1 {	background:url('img/admin_icon_is_blogger.png') no-repeat;}
.is_blogger0 {	background:url('img/admin_icon_is_blogger_off.png') no-repeat;}

.edit_thumbnail { background:url('img/camera-icon.png') no-repeat; display:inline-block;width:30px;height:24px}

