/*
********************************************
 PVII HTML Toolkits: Insert Scalable Image
 by Project Seven Development
 www.projectseven.com
********************************************
*/
.tki-scalable {
	/*Width and height auto are to fix Dreamweaver design view*/
	width: auto;
	height: auto;
	max-width: 100%;
	box-sizing: border-box;
	vertical-align: bottom;
}
.tki-rnd {border-radius: 5px;}
.tki-brd-dk {border: 1px solid rgba(0,0,0,0.65);}
.tki-brd-lt {border: 1px solid rgba(255,255,255,0.65);}
.tki-shd-dk {box-shadow: 0px 0px 40px rgba(0,0,0,0.5);}
.tki-shd-lt {box-shadow: 0px 0px 40px rgba(255,255,255,0.5);}


