.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
width: 720px; /*width of featured content slider*/
height: 175px;
}

.sliderwrapper .contentdiv{
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
left: 0;  /*leave as is*/
top: 0;  /*leave as is*/
width: 620px; /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */
height: 45px;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;
}

#right_slider_panel .mycontentdiv{
/* Custom code */
width:745px;
margin-left:15px;
position:absolute;
height:220px;
}

#right_slider_panel .mycontentdiv .description{
float:right; 
margin-top:0px; 
width:320px;
}

#right_slider_panel .mycontentdiv .image_stack {

width:90px;
float:right;
margin-top:0px;
margin-right:8px;
}

#right_slider_panel .mycontentdiv .view_image{
margin-top:10px;
border:0;	
float:left;
}

#right_slider_panel .mycontentdiv .image_stack img{
width:120;
height:56;
border:0;
margin-top:10px;
}

#right_slider_panel .mycontentdiv .client_name {
clear:both;
position:relative;
margin-left:auto;
margin-right:auto;
bottom:0;
width:720px;
text-align:center;
font-size:2em;
padding-top:18px;
padding-bottom: 18px;
}



.pagination{
width: 420px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
text-align: right;

}

.pagination a{
padding: 0 0;
text-decoration: none; 
font:12px Helvetica, Arial, sans-serif;


}

.pagination a:hover, .pagination a.selected{
color: #a7b6c0;
outline:none;

}


#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 10px; }

#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../images/lightbox/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/lightbox/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }
