/*START scene7Controls */
div.scene7Controls{
margin:0;
padding:0;
position:relative;
float:left;
/*margin-top:10px;
/*_margin-top:23px;*/
width:400px;

height:39px;
border-top:1px solid #CECECE;
background:#e7e7e7;
}
div.scene7Controls img{
vertical-align:middle;
border:none;
}
div.scene7Controls a img{
margin:4px 0 0 0;
}
div.scene7Controls a#zoomIn{
margin:0 0 0 12px;
padding:0 0 0 0;
}
div.scene7Controls a#zoomOut{
margin:0 0 0 0;
}
div.scene7Controls a#panLeft{

position:absolute;
margin:10px 0 0 0;
left:70px;
}
div.scene7Controls a#panUp{

position:absolute;
margin:0 0 0 0;
left:80px;
}
div.scene7Controls a#panDown{

position:absolute;
margin:20px 0 0 0;
left:80px;
}
div.scene7Controls a#panRight{
position:absolute;
margin:10px 0 0 0;
left:90px;
}
div.scene7Controls a#reset{
margin:0 0 0 50px;
padding:0 0 0 0;
}
div.scene7Controls a#sideView{
margin:0px 0 0 162px;
}
div.scene7Controls a#bottomView{
margin:0px 0 0 0;
}

/*FIXED SMALL GREY BUTTON W/ Tan CORNERS */

		div.fixedButtonTan {
		width: 96px;
		background: url(/images_new/FJ_fixedBtn_bot_gray.gif) bottom no-repeat;
		}
		div.fixedButtonTan:hover, div.fixedButtonTan__Hover{
		background: url(/images_new/FJ_fixedBtn_bot_gray_over.gif) bottom no-repeat;
		}
		div.fixedButtonTan a {
		display:block;
		font-size:1.0em;

		font-weight:bold;
		text-align:center;
		color:#333333;
		text-decoration:none;
		padding:3px;
		background: url(/images_new/FJ_fixedBtn_top_gray.gif) top no-repeat;
		}
		div.fixedButtonTan a:hover{	
		background: url(/images_new/FJ_fixedBtn_top_gray_over.gif) top no-repeat;	
		}
div.scene7Controls div.resetBtn{
display:inline;
position:absolute;
margin-left:45px;
top:9px;

}

/*
#SjElement3{ height:278px; _height:281px; overflow:hidden; width:400px;}
#foreImageSjElement3{ height:100%; width:100%;}
#SjElement4{ height:100%; width:100%;}
#foreImageSjElement4{ height:100%; width:100%;}
*/


/*END scene7Controls */

/* Need to set minimum heights for pageContent and internalContent divs for the productview page only */
div.pageContent,div.internalContent{min-height:500px;_height:500px;}
