ul.gallery {
	list-style: none;
	margin: 0 0 10px 0;
	overflow: hidden;
	margin-top: 12px;
	margin-bottom: 5px;
	height: 100px;
}
	
ul.gallery li {
	display: block;
	float: left;
	margin: 0 10px 0 0;
}
	
ul.gallery li a {
	padding: 0;
	display: block;
	border: 0;
	line-height: 0;
}
	
ul.gallery li a:hover { border: 0; }

div.prettyGallery { display: inline-block; }
	
div.prettyGallery ul.prettyGallery {
	list-style: none;
	float: left;
	margin: 12px 0 4px 0;
}

div.prettyGallery ul.prettyGallery li {
	display: block;
	float: left;
	margin-right: 5px;
}

ul.prettyNavigation {
	float: left;
	clear: left;
	list-style: none;
	margin: 0;
	background-image: url(../images/videobot.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	padding-top:3px;
}
	
ul.prettyNavigation li {
	display: block;
	float: left;
	width: 215px;
	height: 18px;
	font-family: "Trebuchet MS", Arial;
	line-height: 14px;
	font-size: 12px;
	text-align: center;
	text-transform: uppercase;
	color: #696969;
	margin: 0;
	padding: 0;
}
	
ul.prettyNavigation li.prev { width: 18px; }
ul.prettyNavigation li.prev a {
	display: block;
	width: 100%; height: 13px;
	text-indent: -10000px;
	background: url(../images/prettyGallery/arrowleft.gif) 5px 0 no-repeat;
}
	
ul.prettyNavigation li.next { width: 18px; }
ul.prettyNavigation li.next a {
	display: block;
	width: 100%; height: 13px;
	text-indent: -10000px;
	background: url(../images/prettyGallery/arrowright.gif) 0 0 no-repeat;
}
	
ul.prettyNavigation li.next a:hover { background-position: 0 -13px; }
ul.prettyNavigation li.prev a:hover { background-position: 5px -13px; }
	
ul.prettyNavigation li.next a.disabled,
ul.prettyNavigation li.next a.disabled:hover { background-position: 0 -26px; cursor: default; }
ul.prettyNavigation li.prev a.disabled,
ul.prettyNavigation li.prev a.disabled:hover { background-position: 5px -26px; cursor: default; }

/*contentGallery*/
div.contentGallery ul.gallery {
	padding: 10px 0px 0 0;
}
div.contentGallery div.prettyGallery ul.prettyGallery{
	margin-bottom: 4px;
}
div.contentGallery ul.gallery li{
	width: 390px;
}
div.contentGallery ul.gallery li div.galleryItem{
	width: 130px;
	height: 150px;
	float:left;
	padding: 0 0px;
	margin: 0 0px 0px 0;
	text-align: center;
}
div.contentGallery div.prettyGallery ul.prettyGallery{
	width: 390px;
}
div.contentGallery ul.gallery li div.galleryItem p{
	color:#fda307;
	padding: 3px 0;
	font-size: 0.9em;
}

div.contentGallery div.prettyGallery ul.prettyGallery li {
	margin-right: 0px;
}
	
	

