body {
	margin: 0px;
	width: 100% !important;
}
#video-gallery {
	width: 100% !important;
	color: #FFF;
	font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
	line-height: 21px;
	font-weight: normal;
}
.videoGallery .rsCloseVideoBtn {
/*	display: none;*/
}
/* Styling thumbnails */
.videoGallery h5 {
	margin: 0;
}
.videoGallery p {
	color: #ddd;
	font-size: 12px;
}
.videoGallery .rsTmb {
	padding: 10px;
}
.videoGallery .rsThumbs .rsThumb {
	width: 120px;
	height: 62px;
	border-bottom: 1px solid #ffffff;
	direction: rtl;
	text-align:center;
}
.videoGallery .rsThumbs.rsThumbsVer {
	width: 120px;
	padding: 0;
}
.videoGallery .rsThumb:hover {
	background-image:url(gray_pixel.png);
}
.videoGallery .rsThumb.rsNavSelected {
	background-color: #1B3657;
	border-bottom: 1px solid #ffffff;
}
.rsDefault .rsOverflow, .rsDefault .rsSlide, .rsDefault .rsVideoFrameHolder, .rsDefault .rsThumbs {
	background: #0873BD;
}
.sampleBlock {
	left: 3%;
	top: 1%;
	width: 100%;
	max-width: 250px;
	background-image:url(gray_pixel.png);
	direction: rtl;
	padding: 10px;
	font-size: 12px;
	font-weight: normal;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
}
.sampleBlock a {
	color:#FFFF00;
	text-decoration:none;
	display:block;
	width: 100%;
	text-align:left;
}
.sampleBlock a:hover {
	text-decoration: underline;
}
 @media screen and (min-width: 0px) and (max-width: 500px) {
	 .videoGallery .rsTmb {
	 padding: 6px 8px;
	}
	 .videoGallery h5 {
	 font-size: 13px;
	 line-height: 17px;
	}
	 .videoGallery .rsThumbs.rsThumbsVer {
	 width: 100px;
	 padding: 0;
	}
	 .videoGallery .rsThumbs .rsThumb {
	 width: 100px;
	 height: 47px;
	}
	 .videoGallery .rsTmb p {
	 display: none;
	}
	 .videoGallery .rsOverflow, .royalSlider.videoGallery {
	 height: 300px !important;
	}
	 .sampleBlock {
	 font-size: 14px;
	}
}
