/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.thumbnail{
position: relative;
z-index: 0;
}

.thumbnail:hover{
background-color: transparent;
z-index: 50;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: lightyellow;
padding: 5px;
left: -1000px;
border: 1px solid black;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: 0;
left: 60px; /*position where enlarged image should offset horizontally */

}

div#set_of_links {	

position:relative;	
padding:0px;
background-color:#fff;	
margin-bottom:0px

}
div#set_of_links a {	
display:inline;	
padding:0px 0px 0px 0px;	
text-decoration:none;	
color:maroon

}

div#set_of_links a:hover {	
background:transparent
}

div#set_of_links a span {	
display:none
}

div#set_of_links a:hover span {	
display:inline;	
position:absolute;
padding: 5px;	
top:0px;	
left:100px;	
border: 1px solid black;
width:183px;	
height:145px
}

.site_1 {
background:url(../images/side1.jpg) no-repeat top left
}

.site_2 {
background:url(../images/side2.jpg) no-repeat top left
}

.site_3 {
background:url(../images/side1.jpg) no-repeat top left
}

.site_4 {
background:url(../images/CIMG1985.gif) no-repeat top left
}
