@charset "UTF-8";
/* CSS Document */

/* Begin CSS Photo Gallery */

hr {
color:gray;
align:center;
width:95%;
} 

#gallery_container{
	position: relative;
	height: 425px;
	background-image:url(VP_Logo2.bg.jpg);
	background-position:top;
	background-repeat:no-repeat;
	/*border-top:thin;
	border-right:none;
	border-bottom:thin;
	border-left:none;
	border-color:#666666;
	border-style: solid;*/
}

#gallery_container ul { 
	    padding:0x; 
	    margin:0; 
	    list-style-type:none; 
} 

#gallery_container a.gallery span { 
	    position:absolute; 
        width:1px; 
   	    height:1px; 
	    top:5px; 
	    left:5px; 
	    overflow:hidden; 
	    background:#fff; 
}

#gallery_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; 
} 

#gallery_container a.gallery:hover { 
   border:1px solid #fff; 
} 

#gallery_container a.gallery:hover span {
	position:absolute;
	width:504px;
	height:420px;
	top:5px;
	left:10px;
	color:#FFFFFF;
	background:#fff;
	margin-left:40px;
} 

#gallery_container ul { 
    width:147px; 
    height:425px; 
	float: right;
} 

#gallery_container li { 
	float:left;
	margin:5px 0px 10px 0px; 
}

#gallery_container a.slidea { 
    background: url(int.a.sm.jpg);
       height:60px; 
    width:90px; 
}

#gallery_container a.slideb { 
    background: url(int.b.sm.jpg);
       height:60px; 
    width:90px; 
}

#gallery_container a.slidec { 
    background: url(int.c.sm.jpg);
       height:60px; 
    width:90px; 
}

#gallery_container a.slided { 
    background: url(int.d.sm.jpg);
       height:60px; 
    width:90px; 
}

#gallery_container a.slidee { 
    background: url(int.e.sm.jpg);
       height:60px; 
    width:90px; 
}

/* End CSS Photo Gallery */
