/* CSS Document */

#container {
    position:relative; 
    width:750px; 
    height:396px; 
    margin:20px auto 0 auto; 
    border:1px solid #aaa; 
	/* Background image (to be displayed when the cursor is not hovering over anything.) */
 	background:#fff url(images/intro.jpg) 75px 10px no-repeat;
    }
#container a.slide1 {
    background:url(thumbs/pic1.jpg);
    width:93px; 
    height:60px; 
    }
#container a.slide2 {
    background:url(thumbs/pic2.jpg);
    width:93px; 
    height:60px; 
    }

#container a.slide3 {
    background:url(thumbs/pic3.jpg);
    width:93px; 
    height:60px; 
    }
#container a.slide4 {
    background:url(thumbs/pic4.jpg);
    width:93px; 
    height:60px; 
    }
 #container a.slide5 {
    background:url(thumbs/pic5.jpg);
    width:93px; 
    height:60px; 
    }
#container a.slide6 {
    background:url(thumbs/pic6.jpg);
    width:93px; 
    height:60px; 
    }

#container a.slide7 {
    background:url(thumbs/pic7.jpg); 
    width:60px; 
    height:93px;
    }

#container a.slide8 {
    background:url(thumbs/pic8.jpg);
    width:60px; 
    height:93px; 
    }

#container a.slide9 {
    background:url(thumbs/pic9.jpg);
    width:60px; 
    height:93px; 
    }

#container a.slide10 {
    background:url(thumbs/pic10.jpg);
    width:93px; 
    height:60px; 
}
