  .ubercolortabs  {
padding : 0;
width : 100%;
overflow : hidden;
background : transparent;
}
.ubercolortabs ul {
font : bold 11px Arial, Verdana, sans-serif;
margin : 0;
padding : 0;
list-style : none;
}
.ubercolortabs li {
display : inline;
margin : 0 2px 0 0;
padding : 0;
text-transform : uppercase;
}
.ubercolortabs a {
float : left;
color : white;
background : #a8d052 url(images/roundright.gif) no-repeat left top;
margin : 0 2px 0 0;
padding : 0 0 1px 3px;
text-decoration : none;
letter-spacing : 1px;
}
.ubercolortabs a span {
float : left;
display : block;
background : transparent url(images/roundleft.gif) no-repeat right top;
padding : 7px 9px 3px 6px;
cursor : pointer;
}
.ubercolortabs a span {
float : none;
}
.ubercolortabs a:hover, .ubercolortabs li.selected a {
background-color : #a8d052;
color : white;
}
.ubercolortabs a:hover span {
background-color : transparent;
}
.ubercolordivider {
clear : both;
padding : 0;
width : 100%;
height : 5px;
line-height : 5px;
background : #804000;
border-top : 1px solid #fff;
}
#krish {
width : 100%;
}
#krish img {
height : 100px;
width : 100px;
margin-top : 100px;
}
#krish img:hover {
height : 200px;
width : 200px;
margin-top : 0;
position : relative;
top : 30px;
left : -10px;
}
img.curs {
height : 45px;
width : 55px;
border : 1px solid black;
margin-right : 5px;
}
img.curs:hover {
height : 250px;
width : 300px;
position : absolute;
}
.thumbnail {
z-index : 0;
}
.thumbnail:hover {
background-color : transparent;
z-index : 50;
}
.thumbnail p {
position : absolute;
padding : 5px;
visibility : hidden;
}
.thumbnail p img {
border-width : 0;
padding : 2px;
}
.thumbnail:hover p {
visibility : visible;
margin : -200px 0 0 -115px;
} 
