			#videoGallery{	
				font-family: "Segoe UI",Arial,sans-serif;
				width:560px;
				min-height:1040px;
			}
			
			.currentVideo{
				position:relative;
			}
			
			#videoLoader{
				height:235px;
				width:100%;
				position:absolute;
				z-index:5;
				left:0;
				background:#ffffff;
				top:0;
				text-align:center;
				font-size:12px;
				display:none;
				padding-top:130px;
				
			}
			#videoframe
			{
				width:100%;
				height:365px;
				border:0px;
			}
			#videoGalleryWrapper{

				width:100%;
				margin-bottom:30px;
			}
			
			.videothumbnail{
				float:left;
				width:22%;
				margin-left:4%;
				cursor:pointer;	
				/*height:148px;*/
				margin-bottom:8px;				
				display: block;
				outline: 0;
			}
			
			.videothumbnail:first-child{
				margin-left:0px;
			}
			
			.videothumbnail:nth-child(5n){
				margin-left:0px !important;
			}
			
			.videothumbnail span{
				padding:0;
				margin:0;
				font-size:11px;
				color: #2162A2;
				text-align:center;
				width:100%;
				white-space:pre-line;
				font-family:"Trebuchet MS",Arial, sans-serif;
				font-weight:bold;
				display: block;
			}
			
			.videothumbnail img{
				width:100%;
				border:1px solid #000000;
			}
			
			.clear{
				clear:both;
				height:0px;
				display:block;
			}
			.morevideos{
				width:100%;
				height:30px;
				line-height:30px;
				text-align:center;
				color:#000000;
				font-weight:bold;
				letter-spacing:1px;
				font-family:Arial,sans-serif;
				border-top:2px solid #434343;
				border-bottom:2px solid #434343;
				font-size:12px;
				cursor:pointer;
				margin-bottom:20px;
				margin-top:15px;
			}
			.morevideos:hover{
				background:#F7F7F7 !important;
			}
			
			.otherVideos{
				display:none;
				height:400px;
				position:relative;
			}
			
			.pagination {
				font-size: 80%;
				position:absolute;
				bottom:0;
				right:0;
			}
			
			.pagination a {
				text-decoration: none !important;
				border: solid 1px #AAE !important;
				color: #15B !important;
			}

			.pagination a, .pagination span {
				display: block;
				float: left;
				padding: 0.3em 0.5em !important;
				margin-right: 5px !important;
				margin-bottom: 5px !important;
			}

			.pagination .current {
				background: #26B !important;
				color: #fff !important;
				border: solid 1px #AAE !important;
			}

			.pagination .current.prev, .pagination .current.next{
				color:#999 !important;
				border-color:#999 !important;
				background:#fff !important;
			}