@charset "utf-8";
/* CSS Document */

/* choose a suitable font and center the #container div in Internet Explorer */
body {
   text-align:center; 
   font-family: tahoma; arial, sans-serif; 
   font-size:76%; 
   letter-spacing:0.05em;
   background-color: #FFFFFF; 
   }






/* The containing box for the gallery. */
#container {
	position:relative;
	width:670px;
	height:396px;
	margin:20px auto 0 auto;
	border:0px solid #aaa;
	background-color: #FFFFFF;
	
    }




/* Removing the list bullets and indentation */
#container ul {
    padding:0; 
    margin:0; 
    list-style-type:none; 
    }





/* Remove the images and text from sight */
#container a.gallery span {
    position:absolute; 
    width:1px; 
    height:1px; 
    top:5px; 
    left:5px; 
    overflow:hidden; 
    background:#FFFFFF;
	}



/* Adding the thumbnail images */
#container a.gallery, #container a.gallery:visited {
    display:block; 
    color:#333333;
	vertical-align: middle;
    text-decoration: none; 
    border:1px solid #666666; 
    margin:1px 2px 1px 2px; 
    text-align:left; 
    cursor:default;
	
	
    }
#container a.slide_A {
    background:url(img/dining_room_bay_left_75.jpg) no-repeat;
	background-position:center;
	height:75px; 
    width:75px;	
    }
#container a.slide_B {
	background:url(img/dining_room_bay_middle_table_75.jpg) no-repeat;
	background-position:center;
	height:75px;
	width:75px;
    }
#container a.slide_C {
    background:url(img/dining_room_fireplace_75.jpg) no-repeat;
	background-position:center;
    height:75px; 
    width:75px;
    }
#container a.slide_D {
    background:url(img/abbey_family_double_1_75.jpg) no-repeat;
	background-position:center;
    height:75px;
    width:75px;
    }
* html #container a.slided {
    width:75px;
    w\idth:75px;
    }
#container a.slide_E {
    background:url(img/abbey_family_double_2_75.jpg) no-repeat;
	background-position:center;
    height:75px;
    width:75px;
    }
#container a.slide_F {
    background:url(img/abbey_family_double_4_75.jpg) no-repeat;
	background-position:center;
    height:75px; 
    width:75px;
    }
* html #container a.slidef {
    width:75px; 
    w\dth:75px;
    }
#container a.slide_G {
    background:url(img/pittencrieff_family_double_1c_75.jpg) no-repeat;
	background-position:center;
    height:75px;
    width:75px;
    }
#container a.slide_H {
    background:url(img/pittencrieff_family_double_2_75.jpg) no-repeat;
	background-position:center;
    height:75px;
    width:75px;
    }
#container a.slide_I {
    background:url(img/pittencrieff_family_double_3_75.jpg) no-repeat;
	background-position:center;
    height:75px;
    width:75px;
    }
#container a.slide_J {
    background:url(img/carnegie_double_twin_75.jpg) no-repeat;
	background-position:center;
    height:75px; 
    width:75px;
    }
#container a.slide_K {
    background:url(img/canmore_single_75.jpg) no-repeat;
	background-position:center;
    height:75px;
    width:75px;
    }
#container a.slide_L {
    background:url(img/bruce_single_1_75.jpg) no-repeat;
	background-position:center;
    height:75px;
    width:75px;
    }
	
#container a.slide_M {
    background:url(img/hall_stairs_1_75.jpg) no-repeat;
	background-position:center;
    height:75px;
    width:75px;
    }
	
	
#container a.slide_N {
    background:url(img/jim_kitchen_75.jpg) no-repeat;
	background-position:center;
    height:75px;
    width:75px;
    }
	
	
#container a.slide_O {
    background:url(img/sitting_room_window_75.jpg) no-repeat;
	background-position:center;
    height:75px;
    width:75px;
    }
	
	
/*#container a.slide_P {
    background:url(img/front_of_house_vertical_75.jpg) no-repeat;
	background-position:center;
    height:75px;
    width:75px;
    }
	
#container a.slide_Q {
    background:url(img/stag_close_75.jpg) no-repeat;
	background-position:center;
    height:75px;
    width:75px;
    }
	
/*
#container a.slide_K {
    background:url(img/p11_t.jpg); 
    height:60px; 
    width:93px;
    }
	
*/
* html #container a.slidek {
    width:91px; 
    w\idth:93px;
    }
/*	
#container a.slide_L {
    background:url(img/wedgwood_salt_pepper_thumb.jpg); 
    height:60px; 
    width:93px;
    }
*/


/* set the size of the unordered list to neatly house the thumbnails */
#container ul {
    width:250px; 
    height:386px;
    }
#container li {
    float:left;
    }



/* move the thumbnails into the correct position */
#container ul {
    margin:5px; 
    float:right;
	vertical-align: middle;
	
    }


/* change the thumbnail Hover border color */
#container a.gallery:hover {
    border:1px solid #FF0000; 
	
	}




/* styling the :hover span */
#container a.gallery:hover span {
    position:absolute; 
    width:372px; 
    height:372px; 
    top:10px; 
    left:30px; 
    color:#666666; 
    background:#FFFFFF;
    }




#container a.gallery:hover img {
    border:1px solid #FFFFFF; 
    float:left; 
    margin-right:5px;
	background:#FF0000;
	background-color:#FF0000;
    }




#container a.slideb:hover img, #container a.slidei:hover img {
    float:right;
	background-color: #FFFFFF;
    }




/* Welcome holding image */
#container {
    background:#fff url(img/see_our_accommodation_372.jpg) 75px 10px no-repeat;
	background-color: #FFFFFF;
    }

