#container{
position: relative;
text-align: right;
width: 375px;
height: 550px;
margin-top: 10px; 
border: 1px solid #743e72;

}
#container ul li{
padding:0px;
margin: 0px;
list-style-type: none;
}
#container a.gallery span{
position: absolute;
width: 1px;
height: 1px;
top: 5px;
left: 5px;
overflow: hidden;
background-color: #ffffff;
}
#container a.gallery, #container a.gallery:visited{
display: block; 
text-decoration: none; 
border:1px solid #745e72; 
margin:1px 2px 1px 2px; 
text-align: right; 
cursor: default;
}

#container a.slidea {
    background: url(../images/estatetn1.jpg); 
    height: 90px; 
    width: 113px;
    }
#container a.slideb {
    background:url(../images/gift1tn1.jpg); 
    height: 113px; 
    width: 90px;
    }
#container a.slidec {
    background:url(../images/gift2tn2.jpg); 
    height: 113px; 
    width:90px;
    }


#container ul {
    width: 350px; 
    height: 150px;
    }
#container li {
    float:left;
    }
#container ul {
    margin: 5px; 
    float: right;
    }
#container a.gallery:hover {
    border: 2px solid #743e72; 
    }
#container a.gallery:hover span {
    position:absolute; 
    width: 300px; 
    height: 400px; 
    top:150px; 
    left:50px; 
    background:#ffffff;
    }
#container {
    background:#ffffff url(../images/galleryback.jpg) 50px 150px no-repeat;
    }