/*******************
  Copyright (c) 2004-2008 TinyWebGallery
  written by Michael Dempfle
  TWG version: 1.7.4
********************/
/*
This css has all the default IE !! here are only the part that have to change from the default style.css
that works for ff, opera and Safari without changes ! 
*/
body.twg {
  display: inline;
}

div.twg_img-shadow {
  float:left;
}

/*
layer for fullscreen - you can use bottom instead of top but sometimes the layer then disapears because of an error in js!
*/
.twg_fullscreencontrol {
   filter:alpha(opacity=80);
   background-color:#AAAAAA;
}

/*
the next  entrie is because ie does ignore the transparent css!
you have to set this to your background color or to none if you use a 
background image and don't want ugly borders
*/
td.navicon a img{
border: none;
}

.imagealpha {
filter:alpha(opacity=30);
}

.imagefull {
filter:alpha(opacity=80);
}

div.private {
filter:Alpha(opacity:95);
}