.holder { margin: 15px 15px 30px 15px; text-align:center}
.holder a {
	cursor: pointer;
	margin: 0 5px;
	color: black;
	padding: 8px 16px;
	text-decoration: none;
	transition: background-color .3s;
	border: 1px solid #f39314;	border-radius:4px;

}
.holder a:hover {
	background-color: #f39314;
	color: #fff;
}
.holder a.jp-previous {
	margin-right: 15px;
}
.holder a.jp-next {
	margin-left: 15px;
}
.holder a.jp-current, a.jp-current:hover {
	background-color: #f39314;
	color: white;
	border: 1px solid #f39314;
}
.holder a.jp-disabled, a.jp-disabled:hover {
	color: #000;
}
.holder a.jp-current, a.jp-current:hover, .holder a.jp-disabled, a.jp-disabled:hover {
	cursor: default;
	background-color: #f39314;
	color: white;
	border: 1px solid #f39314;
	border-radius:4px;
}
.holder span {
	margin: 0 5px;
}
div.video-section ul#itemContainer {
	list-style: none;
	padding: 0;
	margin: 20px 0;
}
div.video-section ul#itemContainer li {
	display: inline-block;
    margin-bottom: 30px;
    margin-left:1%;
    margin-right:1%;
    margin-top: 0;	zoom: 1;
   *display:inline;
	width: 30%;
	vertical-align: top; 
}
div.video-section ul#itemContainer li iframe {
	vertical-align: bottom;
	width: 100%;
	height: 350px;
}
div.video-section ul#itemContainer h4 {
	text-align: left;
	font-family: "oswaldextralight";
}
div#container {
	width: 100%
}
