.video {
	width:435px;
	font-family:Helvetica,Arial,sans-serif;	
}
.video #oimaProdGalleryContainer {
	position:relative;
}
.video #oimaProdGallery {position:relative;z-index:2;}
	.video a#oimaProdGalleryNext {
		position:absolute;
		display:block;
		width:32px;
		height:32px;
		text-indent:-9999em;
		top:107px;right:5px;
		overflow:hidden;
		z-index:3;
		background:transparent url('../images/next.png') 50% 50% no-repeat;
	}
	.video a#oimaProdGalleryPrev {
		position:absolute;
		display:block;
		width:32px;
		height:32px;
		text-indent:-9999em;
		top:107px;left:5px;
		overflow:hidden;
		z-index:3;
		background:transparent url('../images/prev.png') 50% 50% no-repeat;
	}
.video #oimaProdVideo, .video #oimaProdGallery, #oimaProdDefault {
	border:2px solid #5c5c5c;
	margin-bottom:7px;
}
.video #oimaProdVideo img { cursor:pointer; }
.video #oimaProdGallery img {
	width:432px;height:242px;	
	position:relative;
	z-index:2;
}
.video #oimaProdGallery a.oimaProdVGEnlarge { 
	position:relative;
	display:block;
	width:432px;height:242px;
}
	.video #oimaProdGallery a.oimaProdVGEnlarge img.oimaProdVGEnlargeImg { 
		position:absolute;
		top:0;
		left:0;
		border:0; 
		z-index:1;
	}
	.video #oimaProdGallery a.oimaProdVGEnlarge span.enlargeNote { 
		position:absolute;
		display:block;
		bottom:0 !important;
		right:3px !important;
		width:32px;
		height:32px;
		text-indent:-9999em;
		overflow:hidden;
		background:transparent url('../images/magnify.png') 0 0 no-repeat;
		z-index:2;
	}	

.video #oimaProdVideo object { width:432px !important;height:242px !important; }
.video #oimaProdVGCaption {
	display:block;
	padding:0;margin:0;
}
	.video #oimaProdVGCaption p {
		display:block;
		padding:0;margin:0;
		font-size:11px !important;line-height:26px !important;
		text-decoration:none;
		text-transform:uppercase;
		text-align:center;
		font-weight:bold;
	}
	.video #oimaProdVGCaption .productName { text-transform:uppercase !important; }
	.video #oimaProdVGCaption .normalCase { text-transform:none !important; }
	
.video #oimaProdVGNav {
	height:26px;width:252px;
	overflow:hidden;
	margin:0 auto;
	padding:2px 4px;
	border:1px solid #999;
	background:#b7b7b7 url('../images/video_toggle_bg.png') 0 0 repeat-x;
	list-style-type:none;
	display:block;
}
	.video #oimaProdVGNav li {
		display:block;
		width:123px;height:26px;
		margin:0;padding:0;
	}
	.video #oimaProdVGNav li.first {float:left;}
	.video #oimaProdVGNav li.last {float:right;}
		
		.video #oimaProdVGNav li a { 
		    width:123px;height:26px;
			background:url('../images/video_toggle_btn.png') 0 0 no-repeat;
			display:block;
			padding:0;margin:0;
			border:0;
			font-size:11px !important;line-height:26px !important;
			vertical-align:middle;
			color:#333;
			text-decoration:none;
			text-transform:uppercase;
			text-align:center;
			font-weight:bold;		    
		 }
		.video #oimaProdVGNav li a.active,
		.video #oimaProdVGNav li a.active:hover { color:#333; background:url('../images/video_toggle_btn_hover.png') 0 0 no-repeat; }
		.video #oimaProdVGNav li a:hover { color:#333; background:url('../images/video_toggle_btn_hover.png') 0 0 no-repeat; }