/**** IE PC tag definitions ****/

#msc_thumbs {
	position: absolute;
	top: 0px;
	left: 230px;
	margin-left: 0px;
	background-color: none;
}


#msc_image {
	background: none !important;
}

#msc_image #image_bg,
html>body #msc_image #image_bg {
	background-color: none !important;
}

#nav_container {
	clear: both !important;
}

#image_menu #nav_thumbs #navthumb a img.th,
#image_menu #nav_thumbs #navthumb a img.sel {
	margin: 0px !important;
}

#image_header #image_title {
	padding-top: 2px !important;
}

#thumbs_cont ul li {
	margin: 0px 4px 2px 0px !important;
}

/**** url info container definitions ****/

#image_url {
	position: absolute;
	display: block;
	top: 0px;
	width: 100%;
	margin: auto;
	padding-top: 4px;
	height: 16px;
	color: <?=$theme_menu_text?>;
	font-size: 10px;
	text-align: center;
}

#image_url a {
	color: <?=$theme_menu_link?>;
}

#image_url a:hover {
	color: <?=$theme_menu_hover?>;
}

#image_div {
	height: 100%;
	padding: 16px;
	color: <?=$theme_menu_text?>;
	font-size: 10px;
	line-height: 12px;
	font-family: <?=$theme_fonts_text?>;
	font-weight: bold;
}

#image_container {
	margin-left: auto !important;
	margin-right: auto !important;
	position: fixed;
	height: 100%;
	text-align: center;
}

#image_container #img {
	width: 400px;
	height: 300px;
	margin: 10px auto;
	padding: 0px;
	background: <?=$theme_lightbox_bg?>;
	text-align: center;
	vertical-align: middle;
}

#image_container #img img.imagen {
	display: block;
	margin: 0px !important;
	padding: 1px;
	background: <?=$theme_lightbox_bg?>;
	border: 8px solid <?=$theme_lightbox_bg?>;
}

#image_container #img #loaddiv {
	display: none;
	color: <?=$theme_thumbnail_selected?>;
	font-size: 11px;
	margin-top: 20px;
	padding: 8px;
	font-weight: normal;
	font-family: <?=$theme_fonts_titles?>;
	background: <?=$theme_lightbox_bg?>;
	border: 1px solid <?=$theme_lightbox_bg?>;
}

#image_container #img #loaddiv strong {
	color: <?=$theme_line_color?>;
}

#image_container #img #loaddiv img#loadimg {
	border: 1px solid <?=$theme_lightbox_line?>;
	margin-top: -4px;
	vertical-align: middle;
	background: none;
}

#image_container small,
#image_container a small {
	margin: 0px;
	padding: 0px;
	font-size: 11px;
	font-weight: normal;
	font-family: <?=$theme_fonts_titles?>;
	color: <?=$theme_lightbox_text?>;
}

#image_container p {
	margin: 0px;
	padding: 0px 0px 10px 0px;
	font-size: 11px;
	font-weight: normal;
	font-family: <?=$theme_fonts_titles?>;
	color: <?=$theme_lightbox_text?>;
	background: <?=$theme_lightbox_bg?>;
}

#image_container a:hover small {
	color: <?=$theme_lightbox_hover?>; 
}

#image_menu {
	display: block;
	width: 100%;
	margin: 2px auto 4px auto;
	color: <?=$theme_lightbox_text?>;
	text-align: center;
}

#image_menu a {
	color: <?=$theme_lightbox_link?>;
}

#image_menu a:hover {
	color: <?=$theme_lightbox_hover?>;
}

#image_menu span#close_win {
	position: absolute;
	float: right;
	top: 20px;
	right: 20px;
	width: 240px;
	text-align: right;
}

#image_menu span#close_win a {
	font-size: 14px;
	font-weight: bold;
	font-family: <?=$theme_fonts_titles?>;
}


/**** image navigation div definitions ****/


#nav_container #prev {
	float: left;
	width: 25px;
	margin-top: 3px;
}

#nav_container #next {
	float: right;
	width: 25px;
	margin-top: 3px;
}

#nav_container #prev a#a_prev,
#nav_container #next a#a_next {
	display: none;
	margin: 0px;
	padding: 0px;
	background: none;
	border: none;
}

#nav_container #prev a#a_prev:hover,
#nav_container #next a#a_next:hover {
	color: <?=$theme_lightbox_hover?>;
}

#nav_container #prev a#a_prev img,
#nav_container #next a#a_next img {
	background: none;
	border: none;
	<?php if ($mark_visited_thumbs) { ?>
		filter:alpha(opacity=50);
		-moz-opacity: 0.5;
		opacity: 0.5;
	<?php } ?>
}

#nav_container #prev a#a_prev img:hover,
#nav_container #next a#a_next img:hover {
	background: <?=$theme_lightbox_hover?>;
	<?php if ($mark_visited_thumbs) { ?>
		filter:alpha(opacity=100);
		-moz-opacity: 1.0;
		opacity: 1.0;
	<?php } ?>
}

