.image {
    background:url(../images/dropshadow_grey.png) no-repeat bottom right;
    float:left;
}

.image img {
    display: block;
	background-color: #fff;
	border: 1px solid #ccc;
	padding: 2px;
    margin: 0px 6px 6px 0px;
}

.image div {
    display: block;
	background-color: #fff;
	border: 1px solid #ccc;
	padding: 2px 2px 0 2px;
    margin: 0px 6px 6px 0px;
}

.image:after {
    background:url(../images/dropshadow_grey.png) left bottom no-repeat;
    display:block;
    width:18px;
    height:6px;
    content:"";
    margin:-6px 0px 0px 0px;
}

.image:before {
    background:url(../images/dropshadow_grey.png) top right no-repeat;
    display:block;
    height:12px;
    margin-bottom:-12px;
    content:"";
}






.alpha-shadow {
  float:left;
  background: url(../images/shadow.gif) no-repeat bottom right;
  margin-bottom: 0 !important;
  }

.alpha-shadow div {
  background: url(../images/shadow2.png) no-repeat left top !important;
  background: url(../images/shadow2.gif) no-repeat left top;
  float:left;
  padding: 0px 4px 4px 0px;
  _padding: 0 4px 4px 0;
}

.alpha-shadow img {
  background-color: #fff;
  border: 1px solid #ccc;
  padding: 1px;
  margin:0;
  float:none;
 }

 .alpha-shadow div div#slideshow {
  background-color: #fff;
  border: 1px solid #ccc;
  padding: 2px;
  margin:0;
  float:none;
 }

.alpha-shadow div {
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='files/images/shadow2.png', sizingMethod='crop');
  _background: none;
}

/* GREY */

.alpha-shadow-grey {
  float:left;
  background: url(../images/shadow-grey.gif) no-repeat bottom right;
  margin-bottom: 0 !important;
  margin-bottom: 0;
 }

.alpha-shadow-grey div {
  background: url(../images/shadow2-grey.png) no-repeat left top !important;
  background: url(../images/shadow2-grey.gif) no-repeat left top;
  padding: 0px 5px 5px 0px;
  _padding: 0 5px 4px 0;
  
}

.alpha-shadow-grey img {
  background-color: #fff;
  border: 1px solid #ccc;
  padding: 2px;
  margin:0;
 }

.alpha-shadow-grey div {
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='files/images/shadow2-grey.png', sizingMethod='crop');
  _background: none;
}


