@charset "UTF-8";
/* CSS Document */

#gallery, #dnd_gallery { padding:2% 3%; margin:0; text-align:left; }
#gallery a { color:#bbbb99; }
#dnd_gallery img { height:125px; width:125px; margin:1%; padding:0% }


/* Gallery 1 --------------------------------------------------------------------------- */
#gallery_1_width { width:500px }
	#gallery_1_content { text-align:left; }
	.gallery_1 { display:inline-block; margin:1%; }
	.gallery_1_link { display:block; }
	.gallery_1_link img { padding:5px; border:1px solid #efefef; }
	.gallery_1_link img:hover { border:1px solid #cccccc; }

/* Gallery 2 --------------------------------------------------------------------------- */
#gallery_2_width { width:500px }
	#gallery_2_content { text-align:left; }
	.gallery_2 { display:inline-block; margin:1%; }
	.gallery_2 img { height:135px; width:135px; }
	.gallery_2_title { display:block; }

/* Edit Gallery --------------------------------------------------------------------------- */
#edit_gallery {  }
	#edit_gallery_width {  }
		#edit_gallery_content { border:1px solid #cccccc; padding:1% 2%; -moz-border-radius:10px; -webkit-border-radius:10px; -khtml-border-radius:10px; text-align:left; }
		.edit_gallery_asset { width:auto; display:block; float:left; border:1px solid #cccccc; padding:1% 2%; margin:1%; -moz-border-radius:10px; -webkit-border-radius:10px; -khtml-border-radius:10px; }
		.edit_gallery_asset img { height:75px; width:75px; } 