/* 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;
   }*/

/* The containing box for the gallery. */
#container {
	position:relative;
	width:1000px;
	height:600px;
	margin:20px auto 0 auto;
	border:1px solid aaa;
	background-image:url(../images/BG1.jpg);
	border-bottom-color: #FFFFFF;
	border-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:#fff;
    }

/* Adding the thumbnail images */
#container a.gallery, #container a.gallery:visited {
    display:block; 
    color:#000; 
    text-decoration:none; 
    border:1px solid #000; 
    margin:1px 2px 1px 2px; 
    text-align:left; 
    cursor:default;
    }
#container a.slidea {
	background:url(reversetrike1_s.jpg);
	height:60px;
	width:93px;
	border-color: #00FF00;
    }
#container a.slideb {
	background:url(reversetrike2_s.jpg);
	height:60px;
	width:93px;
	border-color: #00FF00;
    }
#container a.slidec {
	background:url(reversetrike3_s.jpg);
	height:60px;
	width:93px;
	border-color: #00FF00;
    }
#container a.slided {
    background:url(reversetrike4_s.jpg); 
    height:60px; 
    width:93px;
	border-color: #00FF00;
    }
* html #container a.slided {
	width:93px;
	w\idth:93px;
	border-color: #00FF00;
    }
#container a.slidee {
	background:url(reversetrike5_s.jpg);
	height:60px;
	width:93px;
	border-color: #00FF00;
    }
#container a.slidef {
    background:url(reversetrike6_s.jpg); 
    height:60px; 
    width:93px;
	border-color: #00FF00;
    }
* html #container a.slidef {
	width:93px;
	w\idth:93px;
	border-color: #00FF00;
    }
#container a.slideg {
	background:url(reversetrike7_s.jpg);
	height:60px;
	width:93px;
	border-color: #00FF00;
    }
#container a.slideh {
	background:url(reversetrike8_s.jpg);
	height:60px;
	width:93px;
	border-color: #00FF00;
    }
#container a.slidei {
	height:60px;
	width:93px;
	background:url(reversetrike9_s.jpg);
	border-bottom-color: #00FF00;
	border-color: #00FF00;
    }
#container a.slidej {
    background:url(); 
    height:60px; 
    width:93px;
    }
#container a.slidek {
    background:url(); 
    height:60px; 
    width:93px;
    }
* html #container a.slidek {
    width:91px; 
    w\idth:93px;
    }
#container a.slidel {
    background:url(); 
    height:60px; 
    width:93px;
    }
#container a.slidem {
    background:url(); 
    height:60px; 
    width:93px;
    }
#container a.sliden {
    background:url(); 
    height:60px; 
    width:93px;
    }
#container a.slideo {
    background:url(); 
    height:93px; 
    width:60px;
    }
#container a.slidep {
    background:url(); 
    height:93px; 
    width:60px;
    }
#container a.slideq {
    background:url(); 
    height:93px; 
    width:60px;
    }
		

/* set the size of the unordered list to neatly house the thumbnails */
#container ul {
    width:198px; 
    height:450px;
    }
#container li {
    float:left;
    }
/* move the thumbnails into the correct side of container */
#container ul {
    margin:5px; 
    float:right;
    }
/* change the thumbnail border color */
#container a.gallery:hover {
	border:1px solid #fff;
	background: url(Logo_s.jpg);
	border-color: #00FF00;
    }

/* styling the :hover span */
#container a.gallery:hover span {
    position:absolute; 
    width:650px; 
    height:488px; 
    top:10px; 
    left:75px; 
    color:#000; 
    background:#fff;
    }


#container a.gallery:hover img {
    border:1px solid #fff; 
    float:left; 
    margin-right:5px;
    }

#container a.slideb:hover img, #container a.slidei:hover img {
    float:right;
    }
#container {
	background:#fff url(Logo_b.jpg) 75px 10px no-repeat;
	background-color: #000000;
	
    }

