/* CSS Document */
a img 

{
background-color: #f4f4f4;
border-padding-width: 2px;
border-right-width: 1px;
border-right-style: solid; 
border-right-color: #e6e6e6;
border-top-width: 1px;
border-top-style: solid; 
border-top-color: #e6e6e6;
border-left-width: 1px;
border-left-style: solid; 
border-left-color: #e6e6e6;
border-bottom-width: 1px;
border-bottom-style: solid; 
border-bottom-color: #e6e6e6;
padding-top: 5px;
padding-left: 10px;
padding-right: 10px;
padding-bottom: 5px;
outline: none;
text-transform: none;
}

a:hover img 

{
background-color: #f4f4f4;
border-padding-width: 2px;
border-right-width: 1px;
border-right-style: solid;
border-right-color: #cccccc;
border-top-width: 1px;
border-top-style: solid;
border-top-color: #cccccc;
border-left-width: 1px;
border-left-style: solid;
border-left-color: #cccccc;
border-bottom-width: 1px;
border-bottom-style: solid;
border-bottom-color: #cccccc;
outline: none;
text-transform: none;
}

