'; ?>

' . $videos[$row][2] . '
';
} ?>
/*Start slideshow container*****************************************************************************************************/
/*Main Container*/
#slideshow-container{
text-align: center;
width: 100%;
float: left;
position: relative;
}
/*Main Display Window*/
#full-image{
position: relative;
padding-bottom: 56.25%; /* 16:9 */
padding-top: 25px;
height: 0;
}
#full-image iframe{
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
/*All thumbnails go here*/
#slideshow-thumbnail-container{
width: 100%;
float: left;
}
/*All video thumbnails go here*/
#slideshow-videos {
width: 100%;
padding: 0% 1% 0 4%;
float: left;
}
#slideshow-videos img{
cursor:pointer;
width: 100%;
padding: 0 0 0 1%;
}
/*All img thumbnails go here*/
.slideshow-images{
width: 100%;
padding: 1% 0 1% 0;
float: left;
}
.slideshow-images img{
cursor:pointer;
width: 100%;
padding: 0 0 0 1%;
}
.thumbnail-holders {
float: left;
width: 30%;
height: 10%;
margin: 1% 2% 1% 0;
padding: 1% 1% 1% 1%;
}
/*End slideshow container*****************************************************************************************************/