/* @override http://www.rollingsnowballs.com/widgets/thumbnails/thumbnails.css */

/* @override http://localhost/snowball/widgets/thumbnails/thumbnails.css */

/* @override http://localhost/snowball/widgets/thumbnails/thumbnails.css */

/* @override http://localhost/snowball/widgets/thumbnails/thumbnails.css */



.thumbbar
{
	display: block;
	width: 744px;
	height: 120px;
	overflow: hidden;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left:4px;
}
.thumbfull
{
	width: 744px;
	margin-top: 30px;
	margin-bottom: 30px;
	margin-left:4px;
}
.subtitle
{

	padding-left:2px;
	color: #333;
}
.thumbnails
{
	
	margin: 0;
	padding: 2px;
	padding-left:0;
	padding-right: 0;
	position: relative;
	right: 0px;
	left: -4px;
	list-style-type: none;
	overflow:hidden;
	
}
.thumbnails li
{
	list-style-type: none;
	display: inline-block;
	width: 116px;
	height: 89px;
	margin: 0;
	padding: 0;
	margin:4px;

}
#picbar div a
{
	display: inline-block;
	float:left;
	margin:4px;
}
#picbar div
{
	margin-bottom:10px;
	clear:both;
}
.thumbnails li a, #picbar div a
{
	display: block;
	width: 108px;
	height: 81px;
	padding: 4px;
	border: 1px solid #ccc;
}.thumbnails li a:hover, #picbar div a:hover
{
	border: 1px solid blue;
}
.thumbnails li a img
{
	width: 108px;
	display:block;
	vertical-align:bottom;
}
.tooltip
{
	display: block;
	position: absolute;
	background: #002ea0;
	color: white;
	padding: 3px;
	
	display:none;
	visibility: hidden;
}
.thumbscount
{
	float: right;
	color: #0060ff;
	font-weight: bold;
	position: relative;
	right: 6px;
}

.thumbbarfull, .thumbbarfull .thumbnails
{
	width: 800px;
	overflow:hidden;
}
#clientslogos
{
	text-align: left;
}
#clientslogos li a, #clientslogos li
{
	border: none;
	vertical-align: top;
	height: inherit;
}
#clientslogos li a 
{
	padding: 0;
}
#clientslogos li a img
{
	max-height: 75px;
	max-width: 108px;
}
#videobar
{
	margin-top: 0;
	margin-bottom: 50px;
}

#picbar
{
	vertical-align: middle;
	overflow:hidden;
	position:auto;
	left:auto;
}

#picbar li
{
	width: auto;
	height: auto;
	max-height: auto;
	max-width: auto;
	min-width: auto;
	min-height: auto;
	vertical-align: top;
	overflow:hidden;
}
#picbar  div a
{
	width: auto;
	height: auto;
	max-height: auto;
	max-width: auto;
	min-width: auto0
	min-height: auto;
	overflow:hidden;
	
}
#picbar div a img
{
	display:block;
	width:auto;
	height:auto;
	overflow:hidden;
}