/* ==|== normalize ==========================================================*/

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
audio:not([controls]) { display: none; }
[hidden] { display: none; }








/* EXTBOX LIGHTBOX http://code.atmaworks.com/extbox/ */
#ux-extbox-overlay {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999;
	width: 100%;
	height: 200px;
	padding: 0;
	margin: 0;
	background: #333;
	cursor: pointer;
}
#ux-extbox-shim {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 9998;
	width: 100%;
	height: 200px;
	padding: 0;
	margin: 0;
}
#ux-extbox {
	background-color: #fff;
	z-index: 10000;
	position: absolute;
	top: 0;
	left: 0;
	border: 1px solid #fff;
	padding: 4px;
	-moz-box-shadow: 0 0 10px #000;
	-webkit-box-shadow: 0 0 10px #000;
	box-shadow: 0 0 10px #000;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
#ux-extbox-container {
	position: relative;
}
#ux-extbox img, #ux-extbox iframe {
	border: none;
	padding: 0;
	margin: 0;
}
#ux-extbox-navClose {
	position:absolute;
	top: -19px;
	right: -19px;
	height: 20px;
	width: 20px;
	background: transparent url('https://secure984.hostgator.com/~shoprdr/rdrwebimgs/video/lighbox video/cross.png') center center no-repeat;
	background-color:#FFF;
	cursor: pointer;
	z-index: 10003;
	text-indent: -9999px;
}
#ux-extbox-info, #ux-extbox-navPrev, #ux-extbox-navNext {
	display:none;
}
#ux-extbox-title {
	text-align: center;
	margin-left: 40px;
}
#ux-extbox-loadingOverlay {
	width: 30px;
	height: 30px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -15px;
	margin-top: -15px;
	background: transparent url('https://secure984.hostgator.com/~shoprdr/rdrwebimgs/video/lighbox video/ajax-loader-dial.gif') center center no-repeat;
	z-index: 10006;
}
#ux-extbox-loading {
	width: 30px;
	height: 30px;
	background: url("https://secure984.hostgator.com/~shoprdr/rdrwebimgs/video/lighbox video/ajax-loader-dial.gif") center center no-repeat;
	z-index: 10007;
}
#ux-extbox-content {
	width: 200px;
	height: 200px;
}

/* NEW */


p.video {
	background:none;
	width:500px;
	margin-left:auto !important;
	margin-right:auto !important;

}
p.video img {
	margin:20px 0 40px 0;
}
