
a
{
  color:#0075D9;
}

a img
{
  border:0 none;
}


a.x:hover
{
  background:#0075D9 none repeat scroll 0 0;
  color:white;
  text-decoration:none;
}

a.x
{
  text-decoration:none;
}


.thumb img {
background:#EEEEEE none repeat scroll 0 0;
border:1px solid #AAAAAA;
padding:5px;
}
.thumb:hover img {
border-color:#777777;
}


.container {
-x-system-font:none;
background:white none repeat scroll 0 0;
border-bottom:1px solid black;
border-right:1px solid black;
color:#333333;
font-family:"Trebuchet MS",sans-serif;
font-size:1em;
font-size-adjust:none;
font-stretch:normal;
font-style:normal;
font-variant:normal;
font-weight:normal;
height:100%;
line-height:1.6em;
padding:15px 15px 50px;

}


.img_container {  }
.img_container ul {display:block;padding:0;margin:0;list-style:none;}
.img_container ul li{float:left;margin:5px;}
.img_container ul li a img {
    /*width:93px;*/
    height:110px;
    border:1px dotted #574331;
    padding:5px;
    background:#eee;
}
.imageborder img{
    /*width:93px;*/
    height:110px;
    border:1px dotted #574331;
    padding:5px;
    background:#eee;
    float:left;
    margin:0 10px;
}
.img_container ul li a:hover img, .imageborder:hover img { background:#3CA6D4; border-color:1px dotted darkred; }
