
/*main image*/ 
#large-image {
/*	width:316px;*/
	width:500px;
	float:right;
	text-align:center;
	background-repeat:no-repeat;
	height:429px;
	margin-right:25px;
}
#product-images .video {
	background-image: url(/images/medProdImgBorder.jpg);
}
#product-images .novideo {
	background-image: url(/images/largeimage.jpg);
}
#medium-image {
	cursor:crosshair;
/*	margin:30px;*/
}

#product-images .video .clickableImages {
	position:relative; top:-17px;
}
#product-images .video .clickableImages .play {
	cursor:pointer;
}

/*---------------------- ZOOM & VIDEO ---------------------*/
/*xlarge/zoomed image container*/
#zoom-box, #video-box {
	height:359px;
	width:210px;
	border:1px dotted #ccc;
	background-color:#000000;
/*	margin-top:10px;*/
	overflow:hidden;
	visibility:hidden;
	position:absolute;
/*	top:-1px;*/
	top:0px;
	left:0;
	z-index:50;
}
/*xlarge/zoomed image*/
#zoom-image {
	position:relative;
	visibility:hidden;
/*	top:200px;*/
	top:0px;
	left:0px;
}
#video-box #prod-page-video {
	background-color:#FFFFFF;
	position:relative;
}
/* zoomed area of image highlighter */
#zoomWindowBoxInner {
	width:100%;
	height:100%;
	background-color: white;
	opacity:0.0;
	filter:alpha(opacity=0);
}
#zoomWindowBox{
	position: absolute;
	left: 0px;
	top: 0px;
	border:#000000 dotted 1px;
	visibility:hidden;
}

/*product-info contains all other information on this page*/
#product-info {
/*	width:43%;*/
/*	float:right;
	margin-bottom:25px;
	margin-top:25px;*/
	position:relative;
	visibility:visible;
}