

/* "next image" and "prev image" links */
.next, .prev {
	/* absolute positioning relative to the overlay */
	cursor:pointer;
float:left;
	font-size:11px;
	
}

.prev {
background : url(../images/popups/back.jpg) no-repeat;
width:76px;
height:37px;
}

.next{
background : url(../images/popups/next.jpg) no-repeat;
width:76px;
height:37px;
}


/* when there is no next or previous link available this class is added */
.disabled {
	visibility:hidden;		
}

/* the "information box" */
.liteInfoWrap {
	float:left;
	text-align:left;
	min-height:40px;
	border:solid 1px #FFFFFF;
}


.info {
	position:relative;
	bottom:0;
	left:0;	
	padding:10px 0px 0px 0px;
	color:#000;
	font-size:12px;
	text-align:left;
	background:#fff!important;	
}

.info strong{
	display:block;	
	font-weight:normal;
}

/* progress indicator (animated gif). should be initially hidden */
.progress {
	position:absolute;
	top:45%;
	left:50%;
	display:none;
}

/* everybody should know about RGBA colors. */



.bottomWrap{
	float:left;
	padding:20px 0px 0px 0px;
	background : #FFF;
	width:100%;
}


#infoLinks{
	float:left;
	color:#fff;
	font-size:11px;
	background : #FFF;
	text-align:left!important;
}


.simple_overlay .bottomWrap #infoLinks a{
	font-size:140%;
	color:#0074a6;
	text-decoration : none;
	text-align : left;
	background: url(../images/rchev.gif) 100% 7px no-repeat;
	padding-right:10px;
}


.popnav{
	float:right;
}

