img.unloaded {
	width: 32px;
	height: auto;
}

.authority_timeline_box {
	width: 18px;
	height: 18px;
	position: absolute;
	-moz-border-radius: 3px 3px;
	-webkit-border-radius: 3px 3px;
	border-radius: 3px 3px;
	border: 1px solid #ada999;
}

.authority_timeline_date {
	position: absolute;
	background: white;
	border: 1px solid #ADA999;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.authority_timeline_line {
	height: 5px;
	position: absolute;
	top: 210px;
	background-color: #ADA999;
	width: 100%;
}

/*
 * Desktop-size styles
 */
.chooser_widget {
	position: relative;
}

.chooser_widget_list {
	overflow: auto;
	max-height: 500px;
	border: 1px solid #C9C4B1;
	-webkit-overflow-scrolling: touch;
}

.chooser_widget_list.gallery {
	height: 250px;
}

.chooser_widget_list.timeline {
	height: 500px;
}

.chooser_widget_gallery_container {
	height: 220px;
}

.chooser_widget_gallery_table {
	margin: 0;
	width: 0;
}

.chooser_widget_timeline_container {
	width: 800px;
	position: relative;
}

.chooser_widget_item {
	border: 1px solid #C9C4B1;
	padding: 3px;
}

.chooser_widget_item.gallery_item {
	padding: 5px;
	min-width: 110px;
}

.chooser_widget_item.odd {
	background-color: #F0EDD3;
}

.chooser_widget_item.even {
	background-color: white;
}

.chooser_widget_item.active {
	background-color: #99032E;
	color: white;
}

.chooser_widget_thumbnail {
	width: auto;
	height: 200px;
	border: 1px solid #C9C4B1;
	margin: 5px;
}

/* Mobile styles */
@media screen and (max-width: 480px) {
	.chooser_widget_content a img
	{
		display: none;
	}
}