/* Stylesheet for VideoGall plugin */
/********************************************/
/** Do not modify this **/
/***********************/

/* You can change this to customize the look of the videos */



div.videogalldiv {
clear: both;
border:1px solid #cccccc;
margin-top: 10px;
margin-bottom: 5px;
overflow: hidden;
padding: 5px;

}

div.videogalldiv h5, div.videogalldiv h5 a {
font-size:16.8px;
font-weight: bold;
margin: 0px 0px 10px;
padding: 0px;
text-align:left;
}


div.videogalldiv img {
float: left;
width: 150px;
background-color:#ffffff;
border:1px solid #A9A9A9;
margin:4px 12px 4px 5px;
padding:4px;
position:relative;
}