
.main_image {
	overflow: hidden; 
	position: relative;
  height:191px;
  z-index:102;
}

.mouseovercatcher {
  
 /* width:609px;*/
  height:206px;
  width:329px;
  position: relative;
  z-index:100;
	background-color:white;
	opacity:0.01;
	filter:alpha(opacity=01);
	cursor:pointer;
	}

.image_details {
  display:none;	
}

.mouseovercatcher table {
	border:1px;
	
}

img.rotatorimage {
 /* width:609px;*/
  height:206px;
    position:relative;
    top:0;
    left:0;
		z-index: 1 !important; z-index: -2;
}

img.mainrotatorimage {
	  
    display:block !important;	
		position:relative;
	  top:-210px;
	  left:0;
		z-index: 2 !important; z-index: -1;
		text-align: center; 
}

.image_control_pane  img{
	cursor:pointer;
}

img {border:0px}

.main_image .image_control_pane {
	position:absolute;
  z-index:4;
  top:0px;
	left:0;
	width:90%;
	
}

.main_image .image_control_pane_mask {
	
  background-color:black;
  position:absolute;
  z-index:3;
	top:0px;
	width:329px;
	}

.title{
	color:white;
	text-align:center;
	font-size:90%;
	font-family:Arial, Helvetica, sans-serif;
}

.mouseovercatcher .nav .control {
	width:40px; 
	height:40px; 
	cursor:pointer;
}
.mouseovercatcher .nav {margin:1px;}
.mouseovercatcher .nav .next {float:right;}
.mouseovercatcher .nav .previous {float:left;}

.image_control_pane table .control {
	vertical-align:top;
}

.image_control_pane table .control img {
	margin-top:20px;
}
