/* choose a suitable font and center the #container div in Internet Explorer */

   
   /* The containing box for the gallery. */
#container {
    position:relative; 
    width:autox; 
    height:auto; 
    margin: 10px auto 0 auto; 
    border:1px solid #3E7EDD; 
	z-index: 0;
    }
	
	/* 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:10px; 
    left:10px; 
    overflow:hidden; 
    background:#fff;
    }
	/* Adding the thumbnail images */
#container a.gallery, #container a.gallery:visited {
    display:block; 
    color:#3E7EDD; 
    text-decoration:none; 
    border:1px solid #3e7edd;
    margin:1px 2px 1px 2px;
    text-align:left; 
    cursor:default;
    }
#container a.slidea {
    background:url(/academic/specialists/art/media/shadowsg5/s1_t.jpg); 
    height:50px;  
    width:50px; 
    }
#container a.slideb {
    background:url(/academic/specialists/art/media/shadowsg5/s2_t.jpg); 
    height:50px;  
    width:50px; 
    }
#container a.slidec {
    background:url(/academic/specialists/art/media/shadowsg5/s3_t.jpg); 
    height:50px;  
    width:50px; 
    }
#container a.slided {
    background:url(/academic/specialists/art/media/shadowsg5/s4_t.jpg); 
    height:50px;  
    width:50px; 
    }
* html #container a.slided {
    width:50px;  
    w\idth:50px; 
    }
#container a.slidee {
    background:url(/academic/specialists/art/media/shadowsg5/s5_t.jpg); 
    height:50px;  
    width:50px; 
    }
#container a.slidef {
    background:url(/academic/specialists/art/media/shadowsg5/s6_t.jpg); 
    height:50px;  
    width:50px; 
    }
* html #container a.slidef {
    width:50px;  
    w\idth:50px; 
    }
#container a.slideg {
    background:url(/academic/specialists/art/media/shadowsg5/s7_t.jpg); 
    height:50px;  
    width:50px; 
    }
#container a.slideh {
    background:url(/academic/specialists/art/media/shadowsg5/s8_t.jpg); 
    height:50px;  
    width:50px; 
    }
#container a.slidei {
    background:url(/academic/specialists/art/media/shadowsg5/s9_t.jpg); 
    height:50px;  
    width:50px; 
    }
#container a.slidej {
    background:url(/academic/specialists/art/media/shadowsg5/s10_t.jpg); 
    height:50px;  
    width:50px; 
    }
#container a.slidek {
    background:url(/academic/specialists/art/media/shadowsg5/s11_t.jpg); 
    height:50px;  
    width:50px; 
    }
* html #container a.slidek {
    width:50px;  
    w\idth:50px; 
    }
#container a.slidel {
    background:url(/academic/specialists/art/media/shadowsg5/s12_t.jpg); 
    height:50px;  
    width:50px; 
    }
#container a.slidem {
    background:url(/academic/specialists/art/media/shadowsg5/s13_t.jpg); 
    height:50px;  
    width:50px; 
    }
#container a.sliden {
    background:url(/academic/specialists/art/media/shadowsg5/s14_t.jpg); 
    height:50px;  
    width:50px; 
    }
#container a.slideo {
    background:url(/academic/specialists/art/media/shadowsg5/s15_t.jpg); 
    height:50px;  
    width:50px; 
    }

/* set the size of the unordered list to neatly house the thumbnails */
#container ul {
    width:175px; 
    height:386px;
    }
#container li {
    float:left;
    }
	
	/* move the thumbnails into the correct position */
#container ul {
    margin: 10px 5px 10px 50px;
    float:right;
    }
	/* change the thumbnail border color */
#container a.gallery:hover {
    border:1px dashed #3e7edd; 
    }
	
	/* styling the :hover span */
#container a.gallery:hover span {
    position:absolute; 
    width:370px; 
    height:300px; 
    top:3px; 
    left:3px; 
    color:#000; 
    background:#fff;
	/*border:1px solid #3E7EDD; */
    }

#container {
    background:#fff url(/academic/specialists/art/media/shadowsg5/s.jpg) 10px 10px no-repeat;
	   }

	   /*mine*/
/* my styles */
.php_container{
	display:block;
	float: left;
    position:relative;
    width:100%; 
    height:auto; 
	overflow:auto;
    margin: 0px; 
    border: none; /* border:1px solid #3E7EDD*/;
	padding:0px;
}

.php_img{
	display:block;
	float: left;
	text-align:left;
	padding:0px;
	margin:5px;
	border:1px solid #3E7EDD;
}

.php_tumb{
	display:block;
	float:inline;
	margin: 1px;
	padding:0px;
	border:none; /*#3E7EDD solid 1px*/
}

.php_preview{
}

.php_preview_img{
	border:1px solid #3E7EDD;
	margin:0px;
	padding:0px;
	display:inline;
	
}
.current{
	display:block;
	float:left;
	padding:0px;
	}

.php_note_0{
	display:block;
	width:auto;
	text-align:left;
	float:none;
	padding:5px;
	color:red;
}

.php_note{
	display:block;
	position:static;
	padding:2px 2px 2px 2px;
	color:#3E7EDD;/*r*/
}

a:link .php_preview_img{
	border:1px solid #3E7EDD;
}

a:hover .php_preview_img{
	border:1px solid #f5c644;
}

