.esriMobileGallery {
	overflow:hidden;
}



.esriMobileGallery .thumbnailcontainer {
	float:left;
	overflow:hidden;
	margin:0 10px 0 0;
	width:200px;
}



.esriMobileGallery .thumbnailcontainer.small {
	margin:0 4px 0 0;
	width:100px;
}



.esriMobileGallery .thumbnail {
	width:192px;
	height:133px;
	padding:0px;
	border: 4px solid #ccc;
}

.esriMobileGallery .thumbnail.selected {
	border: 4px solid #F99;
}

.esriMobileGallery .thumbnail.small {
	width:96px;
	height:67px;
	border: 2px solid #ccc;	
}

.esriMobileGallery .thumbnail.small.selected {
	border: 2px solid #F99;
}

.esriMobileGallery .title {
	overflow:hidden;
	text-align:center;
	border-color: #fff;
	font-size:14px;
}



.esriMobileGallery .title.small {
	font-size:12px;
}

