/* IE ignores styles with [attributes], so it will skip the following. */
.bottom_shadow {
  /* Mozilla ignores crazy MS image filters, so it will skip the following */
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='http://www.baobab.nl/zomergasten/bottomshadow.png');
}
/* IE ignores styles with [attributes], so it will skip the following. */
.bottom_shadow[class] {
  background-image:url(http://www.baobab.nl/zomergasten/bottomshadow.png);
}

/* IE ignores styles with [attributes], so it will skip the following. */
.top_shadow {
  /* Mozilla ignores crazy MS image filters, so it will skip the following */
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='http://www.baobab.nl/zomergasten/topshadow.png');
}
/* IE ignores styles with [attributes], so it will skip the following. */
.top_shadow[class] {
  background-image:url(http://www.baobab.nl/zomergasten/topshadow.png);
}
/* IE ignores styles with [attributes], so it will skip the following. */
.left_shadow {
  /* Mozilla ignores crazy MS image filters, so it will skip the following */
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='http://www.baobab.nl/zomergasten/leftshadow.png');
}
/* IE ignores styles with [attributes], so it will skip the following. */
.left_shadow[class] {
  background-image:url(http://www.baobab.nl/zomergasten/leftshadow.png);
}
/* IE ignores styles with [attributes], so it will skip the following. */
.right_shadow {
  /* Mozilla ignores crazy MS image filters, so it will skip the following */
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='http://www.baobab.nl/zomergasten/rightshadow.png');
}
/* IE ignores styles with [attributes], so it will skip the following. */
.right_shadow[class] {
  background-image:url(http://www.baobab.nl/zomergasten/rightshadow.png);
}

/* IE ignores styles with [attributes], so it will skip the following. */
.topleft_shadow {
  /* Mozilla ignores crazy MS image filters, so it will skip the following */
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='http://www.baobab.nl/zomergasten/topleftshadow.png');
}
/* IE ignores styles with [attributes], so it will skip the following. */
.topleft_shadow[class] {
  background-image:url(http://www.baobab.nl/zomergasten/topleftshadow.png);
}


/* IE ignores styles with [attributes], so it will skip the following. */
.topright_shadow {
  /* Mozilla ignores crazy MS image filters, so it will skip the following */
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='http://www.baobab.nl/zomergasten/toprightshadow.png');
}
/* IE ignores styles with [attributes], so it will skip the following. */
.topright_shadow[class] {
  background-image:url(http://www.baobab.nl/zomergasten/toprightshadow.png);
}


/* IE ignores styles with [attributes], so it will skip the following. */
.bottomright_shadow {
  /* Mozilla ignores crazy MS image filters, so it will skip the following */
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='http://www.baobab.nl/zomergasten/bottomrightshadow.png');
}
/* IE ignores styles with [attributes], so it will skip the following. */
.bottomright_shadow[class] {
  background-image:url(http://www.baobab.nl/zomergasten/bottomrightshadow.png);
}


/* IE ignores styles with [attributes], so it will skip the following. */
.bottomleft_shadow {
  /* Mozilla ignores crazy MS image filters, so it will skip the following */
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='http://www.baobab.nl/zomergasten/bottomleftshadow.png');
}
/* IE ignores styles with [attributes], so it will skip the following. */
.bottomleft_shadow[class] {
  background-image:url(http://www.baobab.nl/zomergasten/bottomleftshadow.png);
}

.thumb
{
	position:relative;
	left:25px;
	width:400px;
	cursor:pointer;
}
