a { outline: none; }

body {
border: 0px;
margin: 0px;
padding: 0px;
}
h2 {
padding-left:8px;
}
#head {
position: relative;
height:218px;
width: 1010px;
background-color: #ddddc1;
}
#bar {
position:absoloute;
width: 1010px;
height:22px;
background: #000;
}
#parcel {
position: relative;
font-size: 17px;
width:173px;
float:left;
font-style:georgia;
}
#parcel ul, a{
color:black;
padding: 7px;
margin: 0;
list-style: none;
text-decoration: none;
}
#parcel a:hover {
color:orange;
}

#parcel del {
padding:0px;
margin: 6px;
color: #999;
}


.ui-tabs-nav { position: relative; }
.ui-tabs-nav li a { display:block; text-decoration: none;}
.ui-tabs-nav li.ui-tabs-selected {  }
.ui-tabs-panel { display: block; border: 0;  }
.ui-tabs-hide { display: none !important; }

#tab-0, #tab-1,#tab-2,#tab-3,#tab-4, #tab-5, #tab-6, #tab-7, #tab-8, #tab-9{
padding-top: 15px;
position: relative;
margin-left:174px;
width: 836px;
min-height:900px;
background: #ddddc1;
color: #999;
/*Add a height attribute and set to largest image's height to prevent overlaying*/
}



.thumbnail img{
border: 1px solid white;
margin: 0 5px 5px 0;
}

.thumbnail:hover{
background-color: transparent;
}

.thumbnail:hover img{
border: 1px solid blue;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: lightyellow;
padding: 5px;
left: -1000px;
border: 1px dashed gray;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image*/
visibility: visible;
top: 0;
left: 255px; /*position where enlarged image should offset horizontally */
z-index: 50;
}
