
div {
	border:0px;
	margin:0px;
	padding:0px;			
}
img {
	border:0px;
}
.clear {
	clear:both;
}

/*  small thumbnails, 85x85 */
.profile_pic_small, .roll_buttons_wrapper_small {
	display:block;
	position:absolute;
	top:0px;
	left:0px;
	background-color:#382e2f;
	width:85px;
	height:85px;
}
.roll_buttons_wrapper_small {
	display:none;
	padding-top:1px;
	padding-left:1px;
}

.thumbnail_wrapper_small {
	position:relative;
	width:85px;
	height:85px;
}
.rollbutton_small {
	display:block;
	float:left;
	width:42px;
	height:42px;
}

/* medium thumbnails, 140x140 */
.profile_pic_med, .roll_buttons_wrapper_med {
	display:block;
	position:absolute;
	top:0px;
	left:0px;
	background-color:#382e2f;
	width:140px;
	height:140px;
}
.roll_buttons_wrapper_med {
	display:none;
}

.thumbnail_wrapper_med {
	position:relative;
	width:140px;
	height:140px;
}
.stats_med {
	position:absolute;
	left:1px;
	bottom:1px;
	height:18px;
	width:138px;
	overflow:hidden;
	background-color:#382e2f;
	filter:alpha(opacity=90); /* IE's opacity*/
	opacity: 0.9;
	color:#fff;
	font-family:Arial;
	font-size:10px;
	letter-spacing:1px;
	text-align:center;
}
.rollbutton_med {
	display:block;
	float:left;
	width:70px;
	height:70px;
}

/* large thumbnails, 170x170 */
.profile_pic_large, .roll_buttons_wrapper_large {
	display:block;
	position:absolute;
	top:0px;
	left:0px;
	background-color:#382e2f;
	width:170px;
	height:170px;
}
.red_border {
	position:absolute;
	top:0px;
	left:0px;
	width:168px;
	height:168px;
	border:1px solid #f00;
	display:none;
}

.thumbnail_wrapper_large_on .red_border {
	display:block;
}
.roll_buttons_wrapper_large {
	display:none;
}

.thumbnail_wrapper_large {
	position:relative;
	width:170px;
	height:170px;
}
.stats_large {
	position:absolute;
	left:1px;
	bottom:1px;
	height:18px;
	width:168px;
	overflow:hidden;
	background-color:#382e2f;
	filter:alpha(opacity=90); /* IE's opacity*/
	opacity: 0.9;
	color:#fff;
	font-family:Arial;
	font-size:10px;
	letter-spacing:1px;
	text-align:center;
}
.rollbutton_large {
	display:block;
	float:left;
	width:85px;
	height:85px;
}