﻿
/*------Begin Step Carousel Viewer-------*/

.stepcarousel{
position: relative; /*leave this value alone*/
/*border: 1px solid black;*/
overflow: hidden; /*leave this value alone*/
width: 610px; /*Width of Carousel Viewer itself*/
/*min-height: 396px; /*Height should enough to fit largest content's height*/
/*border:solid silver 2px;*/
 height:396px; /*Height for entire content*/
margin-top:-3px;
}

.stepcarousel .belt{
position: absolute; /*leave this value alone*/
left: 0;
top: 0;
}

.stepcarousel .panel{
float: left; /*leave this value alone*/
overflow: hidden; /*clip content that go outside dimensions of holding panel DIV*/
margin-top: 2px; /*margin around each panel*/
margin-bottom: 2px;
width: 610px; /*Width of each panel holding each content. If removed, widths should be individually defined on each content DIV then. */
/*border:solid 1px Navy;*/
min-height:390px;
}

* html .stepcarousel .panel {height:390px} /* IE Min-Height Hack */ 

.img_styles 
{
margin:26px 0px 0px 39px;
border:none;	/*---Custom Style-------*/
}


.Gallery_paginate
{
width: 175px; 
text-align:center;
margin-left:222px;	
padding-top:7px;

height:15px;

}

/*----------------------------------------*/


#Nav_container
{
	width:100%;

	height:20px;
	/*padding-top:7px;*/
}


.Nav_Container
{
		padding-top:2px;
		
}


.Nav_buttons
{
margin-left:17px;	
}


/*-------------Tool Tip----------------*/

.stickytooltip{
/*box-shadow: 5px 5px 8px #818181; shadow for CSS3 capable browsers.
-webkit-box-shadow: 5px 5px 8px #818181;
-moz-box-shadow: 5px 5px 8px #818181;*/
display:none;
position:absolute;
/*border:5px solid black; /*Border around tooltip*/

background:Transparent url(../Images/black_arrow.png);
background-repeat:no-repeat;


	background-color:transparent;
	filter:alpha(opacity=70);
	opacity:0.7;
	-moz-opacity:0.7;
	-khtml-opacity: 0.7;

height:117px;
color:#fff;	
z-index:3000;
width:205px;

}


.popupMenu
{
 width:195px;
 height:90px;
  z-index:3005;
 background:url('../Images/white_arrow.png') no-repeat;
position:absolute;
 color:White;
 padding:28px 1px 11px 12px;
 visibility:hidden;
}


/*----------------------------------------*/
