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

#gallery, #dnd_gallery { padding:2% 3%; margin:0; }
#gallery a { color:#33CCFF; }
#dnd_gallery img { height:125px; width:125px; margin:1%; padding:0% }


/* Gallery 1 --------------------------------------------------------------------------- */
#gallery_1_width {  }
	#gallery_1_content { text-align:left; color:#7b6d61; }
	.gallery_1 { display:inline-block; margin:1%; }

#gallery_1_file { width:450px; text-align:left; padding:0 2%}
#gallery_1_image { text-align:center; }
#gallery_1_title { font-weight:bold; }
#gallery_1_text { }

.slider { position:relative; overflow:hidden; height:420px; width:90px; margin:20px 0; }
.slider_content {position:absolute}
.slider_thumb {text-align:center; cursor:pointer; }


/* Gallery 2 --------------------------------------------------------------------------- */
#gallery_2_width {  }
	#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; } 