/* scrollGallery_shadowDesign.css */

/* 1  */ /*
/* 2  *| CSS Name: CSS3 Shadow-Design 
/* 3  *| Description: Gives your NextGEN scrollGallery a shadow style.
/* 4  *| Author: Benedikt Morschheuser
/* 5  *| Version: 1.1
/* 6  *| ImgMargins: 0px 0px 0px 3px;
/* 7  *| */
/* 8  */ 
/* 9  */ /* ----------- Styles extend -------------*/
/* 10 */ .scrollgallery .scrollGalleryHead{
/* 11 */ }
/* 12 */ .scrollgallery .scrollGalleryFoot{
/* 13 */ }
/* 14 */ .scrollgallery .thumbarea{
/* 15 */ 	padding-top:3px;
/* 16 */ 	padding-bottom:3px;
/* 17 */ }
/* 18 */ .scrollgallery .thumbareaContent img{
/* 19 */     padding: 3px;
/* 20 */ 	-moz-border-radius: 3px;
/* 21 */ 	-webkit-border-radius: 3px;
/* 22 */ 	border-radius: 3px;
/* 23 */ 	-moz-box-shadow: 0 0 3px #888;
/* 24 */ 	-webkit-box-shadow: 0 0 3px #888;
/* 25 */ 	box-shadow: 0 0 3px #888;
/* 26 */ 	margin-left:8px !important;
/* 27 */ }
/* 28 */ .scrollgallery .imagearea{
/* 29 */ 	padding: 5px;
/* 30 */ }
/* 31 */ .scrollgallery .imageareaContent img{
/* 32 */     padding: 5px;
/* 33 */ 	-moz-border-radius: 5px;
/* 34 */ 	-webkit-border-radius: 5px;
/* 35 */ 	border-radius: 5px;
/* 36 */ 	-moz-box-shadow: 0 0 5px #888;
/* 37 */ 	-webkit-box-shadow: 0 0 5px #888;
/* 38 */ 	box-shadow: 0 0 5px #888;
/* 39 */ }
/* 40 */ .scrollgallery .imageareaContent .caption_container div{
/* 41 */ 	margin-left:3px !important;
/* 42 */ }
/* 43 */