

.hoverNav {
	position:absolute;
	left:0;
	top:125px;
	/*height:100%;*/
	width:100%;
	z-index:0;

}
.prevLink, .nextLink{
	background:transparent url(blank.gif) no-repeat scroll 0 0;
	display:block;
	/*height:88%;*/
	width:40%;
	position:absolute;
	/*border:1px solid #f00;*/
}
.prevLink { left: 0;}
.nextLink { right: 0;}

.prevLink:hover, .prevLink:visited:hover { 
	background: url(prev.png) left 50% no-repeat ;
	filter:alpha(opacity=60);
	-moz-opacity:0.6;
	-khtml-opacity: 0.6;
	opacity: 0.6;	
}
.nextLink:hover, .nextLink:visited:hover { 
	background: url(next.png) right 50% no-repeat; 
	filter:alpha(opacity=60);
	-moz-opacity:0.6;
	-khtml-opacity: 0.6;
	opacity: 0.6;	
}

div#qTip {
  padding: 3px;
  border: 1px solid #666;
  border-right-width: 2px;
  border-bottom-width: 2px;
  display: none;
  background: #999;
  color: #FFF;
  font: bold 9px Verdana, Arial, Helvetica, sans-serif;
  text-align: left;
  position: absolute;
  z-index: 1000;
}
#holder {
background:#333 url(footerbg.jpg) 0 0 repeat-x;
position:fixed;
_position:absolute;
left:0;bottom:0;
width:100%;
height:120px;
overflow:hidden;
z-index:10;
opacity:0.95;
}
#holder a{
display:inline-block;color:#fff;font-size:12px;
}
#holder a:hover{
text-decoration:none;color:#fff;font-size:12px;
}
.objImgFrame{
 	border: #000000 1px solid;
 	padding: 4px;
max-width:60px; max-height:80px; 
width: expression(this.width >60 && this.height < this.width ? 60: true); height: expression(this.height > 80 ? 80: true);

}

.simple_slider_hover{
	cursor:pointer;
	cursor:hand
}
.simple_slider_disabled {
    opacity : 0.2;
    filter: alpha(opacity=20);
	zoom: 1;
}

DIV#loader {
            width: 100%;
            height: 100%;
            overflow: hidden;
}
DIV#loader.loading {
            background: url(loading.gif) no-repeat center center;
}

