/*Thumbnail becomes big on hover */

.thumbnail{
position: relative;
z-index: 0;
padding-left: 20px;
}

.thumbnail:hover{
background-color: transparent;
z-index: 50;
}

.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 on hover*/
visibility: visible;
top: 0;
left: 60px; /*position where enlarged image should offset horizontally */

}

/* End of enlargement of Image */


td.prolist {
    background-color: #903030;
    padding: 5px 0px 5px 20px;
    color:silver;
    font-family:arial;
    font-size: 12px;
}

td.prolist span{
    
    color:#fff;
    font-family:arial;
    font-size: 12px;
}

td.prolist:hover {
    background-color: #303030;
}

.prolist a:link {
    color: #fff;
    text-decoration:none;
}

.prolist a:hover {
    color:#f84401;
}

.prolist a:visited {
    color:#fff;
    text-decoration:underline;
}

#main-content ul.head-list  {
padding: 15px;
list-style-type:none;
}

#main-content ul.head-list li {
padding-bottom: 5px;
list-style-type:none;
}

#main-content ul.head-list li a{
background: #e8e9de url(../images/bullet1.png) no-repeat left center;
padding-left: 25px;
font-size: 90%;

}

#video-container1 {
text-align: center;
}

#video-container2 {
text-align: center;
}

#video-container3 {
text-align: center;
}