/*   Picture Shaddow Snippet */
.img-shadow img {
       display:  	block;
       position: 	relative;
       background-color: #fff;
       border: 		1px solid #a9a9a9;
       margin: 		-6px 6px 6px -6px !important;	   
       margin: 		-6px 3px 6px -6px;
       padding: 	5px;
}
.img-shadow {
        float:		right;  
        width: 		310px !important;
		width:		320px;
        background: 	url(../images/pictureshadow.png) no-repeat bottom right !important;
        background: 	url(../images/pictureshadow.png) no-repeat bottom right;
        margin: 	10px 0 0 20px !important;
        margin: 	10px 0 0 10px;
}
.img-shadow-left img {
       display:  	block;
       position: 	relative;
       background-color: #fff;
       border: 		1px solid #a9a9a9;
       margin: 		-6px 6px 6px -6px !important;	   
       margin: 		-6px 3px 6px -3px;
       padding: 	5px !important;
	   padding:     10px;    
}
.img-shadow-left {
        float:		left;  
        width: 		310px !important;
		width:		320px;
        background: 	url(../images/pictureshadow.png) no-repeat bottom right !important;
        background: 	url(../images/pictureshadow.png) no-repeat bottom right;
        margin: 	10px 10px 0 40px !important;
        margin: 	10px 0 0 20px;
}  

