#thepic {
    cursor: pointer;
    border-style:solid;
    border-width:1px;
    margin:2px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
	width: auto; height: auto;
	max-width:97%;
}

/* pseudo-classes for image links */
a:link #thepic{
    border-style:solid;
    border-width:1px;
    border-color:#000000;
    margin:2px;
}

a:visited #thepic{
    border-style:solid;
    border-width:1px;
    border-color:#840084;
    margin:2px;
}

a:focus #thepic{
    border-style:solid;
    border-width:1px;
    border-color:#000000;
    margin:2px;
}

a:hover #thepic{
    border-style:solid;
    border-width:1px;
    border-color:#0033CC;
    margin:2px;
}

a:active #thepic{
    border-style:solid;
    border-width:1px;
    border-color:#000000;
    margin:2px;
}