a, a:active, a:selected, a:visited  {outline: 0; color:#fff;}
 a:active, a:focus {
   outline: none;
   ie-dummy: expression(this.hideFocus=true);
  }
img {border: 0px;}

.image_container_lg{
	width: 550px;
	height: 367px;
	background-position: center;
	background-repeat: no-repeat;
	display:block;
	float:left;
	overflow:hidden;
	margin: 0px;

	
}
#image_assets_lg{
	font-family: Arial, Geneva, Helvetica, sans-serif;
	color: #ccc;
	line-height: 1.4em;
	text-align: left;
	border: 0px solid #252525;
	border-top-style: none;
	overflow:hidden;
	float:right;
	width: 325px;
	height: 369px;
	margin: 9px 5px 0px 0px;
}
#image_assets_lg p {
font-size: 11px;
color:#ececec;
margin: 0px;
font-weight: normal;
text-align:center;
}

#image_assets_lg h3 {
	font-size: 13px;
	font-weight: bold;
	margin: 0px 0px 5px 0px;
	padding: 0px;
	border-bottom: 1px dotted #999;
	line-height: 20px;
	max-height: 44px;
	height:44px;
	overflow: hidden;
	display:block;
}
#image_assets_lg h4 {
	font-size: 12px;
	font-weight: normal;
	margin: 0px 0px 15px 0px;
	padding: 0px ;
	color:#999;
		line-height: 16px;
		min-height: 144px;
		max-height: 144px;
		overflow: hidden;
		height: 144px;
}

#image_assets_lg h2 {
	font-size: 14pt;
	font-weight: normal;
	letter-spacing: -1px;
	margin: 7px 0px 10px 0px;
	padding: 0px 0px 3px 0px;
	border-bottom: 1px dotted #999;
}
a.create_download {
	background: none;
	text-align: left;
	width: 100%;
	height: auto;
	margin: 0px 0px 0px 0px;
	padding: 1px 0px 0px 0px;
	display: block;

	text-decoration: none;
	color: #fff;
	font-size:13px;
	display:block;
	clear: all;
	height: 32px;
	padding: 0px 0px 9px 0px;
	/*border: 1px solid #252525;*/
	line-height: 37px;
}
a.create_download img  {
margin: 0px 10px 0px 3px;
float:left;
padding: 5px;
}
a.create_download:hover {
	text-decoration: underline;
	/*background: #222;
	border-radius: 3px;
	border: 1px solid #555;*/
}
a.create_download:hover img {
text-decoration: none;	
}

.image_assets_email {
display: block;
height: 24px;
width: 42px;
background-image:url(../img/email_icon_24.png);
background-repeat:no-repeat;
}
.image_assets_share {
display: block;
height: 24px;
width: 42px;
background-image:url(../img/share_icon_24.png);
background-repeat:no-repeat;
}

a.img_icon {
float:left;	
}

#mbNextLink,
#mbPrevLink {
	display:none;
}


	
#image_asset_container {
	padding: 7px 7px 0px 7px;
	height: 365px;
	display:block;
	overflow: hidden;
}

.photo_paging {
    display: block;
   
    position: absolute;
    width: 550px;
    z-index: 199;
}

.photo_paging_previous a{
	background:url(../img/photo_paging_previous.png) no-repeat ;
	float:left;
	height: 367px;
	width: 200px;
	background-position:10px center; 
}
.photo_paging_previous a:hover {
background:url(../img/photo_paging_previous_active.png) no-repeat ;
background-position:10px center;
}

.photo_paging_next a {
	background:url(../img/photo_paging_next.png) no-repeat  ;
	float:right;
	height: 367px;
	width: 200px;
	background-position:125px center; 
}
.photo_paging_next a:hover {
background:url(../img/photo_paging_next_active.png) no-repeat  ;
background-position:125px center;

}
a.inactive, a.inactive:hover{
background:none;
cursor:default;
}
.image_assets_lightbox {
display: block;
height: 24px;
width: 42px;
background-image:url(../img/lightbox_icon_24.png);
background-repeat:no-repeat;	
}
.img_active {
opacity:0.4;
filter:alpha(opacity=40);
}

a.modal_lightbox, a.modal_lightobox:visited {
    color: #FFFFFF;
    font-size: 11px;
    height: 16px;
    margin: 0px 0 0;
	text-decoration:none;
}
a.modal_lightbox:hover {
	text-decoration: underline;}

#error_backdrop {
display:block;
width: 100%;
height: 100%;
position: absolute;
top: 0;
left:0;
background: rgba(37, 37, 37, 0.7);
z-index: 998;
}
#error_messaging {
display:block;
position:absolute;
top: 90px;
left: 210px;
width: 500px;
height: 200px;
background: #252525;
z-index: 999;
margin: 0px;
border-radius: 3px;
border: 2px solid #555;
-moz-box-sizing: border-box;
    box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.4);
	padding: 20px;
}
#error_messaging h2{
font-family: arial;
font-weight: bolder;
color:#fff;
font-size: 22px;
text-align: center;
margin: 20px 0px 0px 0px;
padding: 10px;
}
#error_messaging p {
color: #fff;
text-align: center;
margin: 0px;
font-family: arial;
font-size: 12px;
}
#error_messaging p a:link, #error_messaging p a:visited {
color: #fff;
text-decoration:none;
font-size: 14px;
padding: 0px 10px 0px 10px;
}
#error_messaging p a:hover {
text-decoration:underline;	
}