/*
	Name: vsShadow
	Author: Rui Pereira
	URI: http://iRui.ac/

	This work is licensed under a Creative Commons License
	http://creativecommons.org/licenses/by/3.0/
*/

/* This file contains CSS hacks to get the Shadows to work in IE6 */	
/* They aren't pretty - stop using IE6!!! */	


div.cast-shadow, div.cast-shadow-hidden   {
	height: 1%;
}

div.vs-shadow, div.vs-shadow-hidden  {
	width: 100%;
	height:expression(this.parentElement.offsetHeight + "px"); 
}

div.vs-bottom  {
  width: expression(this.parentElement.offsetWidth - 16 + "px");  
  line-height: 0;
  font-size: 0; 
}

div.vs-bottomleft {
  line-height: 0;
  font-size: 0;  
}

div.vs-bottomright {
  line-height: 0;
  font-size: 0;  
}

div.vs-top  {
  width: expression(this.parentElement.offsetWidth - 16 + "px");
  line-height: 0;
  font-size: 0;
}

div.vs-topleft {
  line-height: 0;
  font-size: 0;
}

div.vs-topright {
  line-height: 0;
  font-size: 0;
}

div.vs-left {
  height: expression(this.parentElement.offsetHeight - 17 + "px");
}

div.vs-lefttop {
  line-height: 0;
  font-size: 0;
}

div.vs-leftbottom {
  line-height: 0;
  font-size: 0;
}

div.vs-right {
  height: expression(this.parentElement.offsetHeight - 17 + "px");
  line-height: 0;
  font-size: 0;  
}

div.vs-righttop {
  line-height: 0;
  font-size: 0;
}

div.vs-rightbottom {
  line-height: 0;
  font-size: 0;
}

