@charset "utf-8";

@font-face {
    font-family: GOTHIC;
    src: url(images/astro/navigation/GOTHIC.TTF);
}

body {
	background: url('images/ka/ka_bg.jpg') no-repeat center center fixed;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    font-family: GOTHIC;	
	cursor: url(images/ka/ka_cursor.png), auto;	
	margin: 5px;
    padding: 0px;
    text-align: center;
	background-color: #000000;
}

@font-face {
    font-family: klingon_font;
    src: url(images/ka/klingon_font.TTF);
}

#ka_main_frame {
	position: relative;
	width: 880px;
	height: 950px;
	margin: auto;
}

#ka_header {
	position: relative;
	margin: auto;	
	width: 880px;
	height: 136px;	
}

#ka_main_menu {
	position: relative;
	width: 880px;
	height: 37px;
	text-align: left;	
	color: #b60a0a;
	line-height: 37px;
	font-size: 20px;
}

#ka_mm_ul{
	padding: 0px;
	margin: 0px;
}

#ka_mm_li{
	list-style-type: none;
	display:inline-block;
	margin-left: 21px;
}

#ka_mm_home {
	text-decoration: none;
	color: #b60a0a;
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;	
}

#ka_mm_home:hover {
	text-decoration: none;
	color: #ffffff;
	-webkit-transition: all 0.1s;
	-moz-transition: all 0.1s;
	-o-transition: all 0.1s;
	transition: all 0.1s;	
}

#ka_mm_shp_st {
	text-decoration: none;
	color: #b60a0a;
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;	
}

#ka_mm_shp_st:hover {
	text-decoration: none;
	color: #ffffff;
	-webkit-transition: all 0.1s;
	-moz-transition: all 0.1s;
	-o-transition: all 0.1s;
	transition: all 0.1s;	
}

#ka_mm_starsys {
	text-decoration: none;
	color: #b60a0a;
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;	
}

#ka_mm_starsys:hover {
	text-decoration: none;
	color: #ffffff;
	-webkit-transition: all 0.1s;
	-moz-transition: all 0.1s;
	-o-transition: all 0.1s;
	transition: all 0.1s;	
}

#ka_mm_misc {
	text-decoration: none;
	color: #b60a0a;
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;	
}

#ka_mm_misc:hover {
	text-decoration: none;
	color: #ffffff;
	-webkit-transition: all 0.1s;
	-moz-transition: all 0.1s;
	-o-transition: all 0.1s;
	transition: all 0.1s;	
}

#ka_mm_previews {
	text-decoration: none;
	color: #b60a0a;
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;	
}

#ka_mm_previews:hover {
	text-decoration: none;
	color: #ffffff;
	-webkit-transition: all 0.1s;
	-moz-transition: all 0.1s;
	-o-transition: all 0.1s;
	transition: all 0.1s;	
}

#ka_mm_links {
	text-decoration: none;
	color: #b60a0a;
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;	
}

#ka_mm_links:hover {
	text-decoration: none;
	color: #ffffff;
	-webkit-transition: all 0.1s;
	-moz-transition: all 0.1s;
	-o-transition: all 0.1s;
	transition: all 0.1s;	
}

#ka_mm_mail {
	text-decoration: none;
	color: #b60a0a;
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;	
}

#ka_mm_mail:hover {
	text-decoration: none;
	color: #ffffff;
	-webkit-transition: all 0.1s;
	-moz-transition: all 0.1s;
	-o-transition: all 0.1s;
	transition: all 0.1s;	
}

a:link {
    text-decoration: none;
	color: #b60a0a;
	cursor: url(images/ka/ka_cursor_pointer.png), auto;
}

a:visited {
    text-decoration: none;
	color: #b60a0a;
	cursor: url(images/ka/ka_cursor_pointer.png), auto;
}

a:hover {
    text-decoration: none;
	color: #bababa;
	cursor: url(images/ka/ka_cursor_pointer.png), auto;
}

a:active {
    text-decoration: none;
	color: #bababa;
	cursor: url(images/ka/ka_cursor_pointer.png), auto;
}	

#ka_main_content {
	position: relative;
	margin: auto;
	width: 866px;
    height: 755px; 
	border-radius: 30px;
    border: 1px solid #b60a0a;
	box-shadow: inset 0 0 7px #710707, 0 0 7px #710707;	
}

#ka_content_title {
	position: relative;
	margin: auto;
	top: 20px;
	width: 824px;
    height: 75px; 
	border-radius: 15px 15px 5px 5px;
    border: 1px solid #b60a0a;
}

#ka_content_title_ships_stations {
	position: relative;
	margin: auto;
	top: 20px;
	width: 824px;
    height: 713px; 
	border-radius: 15px;
    border: 1px solid #b60a0a;
	background: url(images/ka/ka_star_chart_bg.jpg);
    background-size: 824px 713px;
    background-repeat: no-repeat;	
}

#ka_content_title_misc {
	position: relative;
	margin: auto;
	top: 20px;
	width: 824px;
    height: 713px; 
	border-radius: 15px;
    border: 1px solid #b60a0a;
}

#ka_content_title_misc_frame {
	position: relative;
	top: 20px;
	width: 810px;
    height: 673px; 
	overflow: auto;
}

#ka_content_title_main {
	position: relative;
	margin-bottom: 15px;
	width: 770px;
    height: 40px; 
	border-radius: 20px;
    border: 1px solid #b60a0a;
	background: rgba(183,39,39,0.15);		
}

#ka_content_select_logo {
	position: relative;
	width: 29px;
    height: 36px; 
	left: 12px;
	float: left;
	background: url(images/ka/klingon_logo.png);
    background-size: 29px 36px;
    background-repeat: no-repeat;
}

#ka_content_select_logo_lysian {
	position: relative;
	top: 2px;
	width: 40px;
    height: 36px; 
	left: 12px;
	float: left;
	background: url(images/ka/lysian_logo.png);
    background-size: 29px 36px;
    background-repeat: no-repeat;
	background-position: center; 	
}

#ka_content_select_logo_starfleet {
	position: relative;
	top: 2px;
	width: 40px;
    height: 36px; 
	left: 12px;
	float: left;
	background: url(images/ka/starfleet.png);
    background-size: 32px 36px;
    background-repeat: no-repeat;
	background-position: center; 	
}

#ka_content_select_logo_borg {
	position: relative;
	top: 2px;
	width: 40px;
    height: 36px; 
	left: 12px;
	float: left;
	background: url(images/ka/borg_logo.png);
    background-size: 19px 36px;
    background-repeat: no-repeat;
	background-position: center; 
}

#ka_content_select_logo_gorn {
	position: relative;
	top: 3px;
	width: 40px;
    height: 36px; 
	left: 12px;
	float: left;
	background: url(images/ka/gorn_logo.png);
    background-size: 36px 36px;
    background-repeat: no-repeat;
	background-position: center; 	
}

#ka_content_select_logo_federation {
	position: relative;
	top: 3px;
	width: 43px;
    height: 34px; 
	left: 10px;
	float: left;
	background: url(images/ka/federation_logo.png);
    background-size: 43px 34px;
    background-repeat: no-repeat;
	background-position: center; 	
}

#ka_content_select_text {
	position: relative;
	width: 600px;
    height: 40px; 
	left: 12px;
	float: left;
	line-height: 40px;
	color: #bababa;	
	font-size: 18px;
	text-align: left;
	text-indent: 20px;	
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;	
}

#ka_content_select_text a {	
	color: #bababa;	
	font-size: 18px;
	text-decoration: none;			
}

#ka_content_select_text a:hover {	
	color: #bababa;	
	font-size: 18px;
	text-decoration: underline;	
	-webkit-transition: all 0.1s;
	-moz-transition: all 0.1s;
	-o-transition: all 0.1s;
	transition: all 0.1s;	
}

#ka_content_select_text_fed {
	position: relative;
	width: 600px;
    height: 40px; 
	left: 9px;
	float: left;
	line-height: 40px;
	color: #bababa;	
	font-size: 18px;
	text-align: left;
	text-indent: 20px;	
}

#ka_content_select_view {
	position: relative;
	width: 101px;
    height: 40px; 
	left: 12px;
	float: left;
	line-height: 40px;
	color: #bababa;	
	font-size: 13px;
	text-align: right;	
}

#ka_content_select_view_fed {
	position: relative;
	width: 101px;
    height: 40px; 
	left: 9px;
	float: left;
	line-height: 40px;
	color: #bababa;	
	font-size: 13px;
	text-align: right;	
}

#ka_content_select_view a {	
	color: #bababa;	
	font-size: 13px;
	text-decoration: none;	
}

#ka_content_select_view_fed a {	
	color: #bababa;	
	font-size: 13px;
	text-decoration: none;	
}

#ka_content_title_patch_fixes {
	position: relative;
	margin-bottom: 25px;
	width: 160px;
    height: 30px; 
	line-height: 30px;
	color: #bababa;	
	font-size: 16px;
	text-align: center;
	border-radius: 30px;
    border: 1px solid #b60a0a;
	background: rgba(183,39,39,0.2);	
}

#ka_content_title_tutorials {
	position: relative;
	margin-top: 40px;
	margin-bottom: 25px;
	width: 110px;
    height: 30px; 
	line-height: 30px;
	color: #bababa;	
	font-size: 16px;
	text-align: center;
	border-radius: 30px;
    border: 1px solid #b60a0a;
	background: rgba(183,39,39,0.2);	
}

#ka_content_title_other {
	position: relative;
	margin-top: 40px;
	margin-bottom: 25px;
	width: 120px;
    height: 30px; 
	line-height: 30px;
	color: #bababa;	
	font-size: 16px;
	text-align: center;
	border-radius: 30px;
    border: 1px solid #b60a0a;
	background: rgba(183,39,39,0.2);	
}

#ka_content_title_ships {
	position: relative;
	margin-bottom: 25px;
	width: 70px;
    height: 30px; 
	line-height: 30px;
	color: #bababa;	
	font-size: 16px;
	text-align: center;
	border-radius: 30px;
    border: 1px solid #b60a0a;
	background: rgba(183,39,39,0.2);	
}

#ka_content_title_stations {
	position: relative;
	margin-top: 40px;
	margin-bottom: 25px;
	width: 100px;
    height: 30px; 
	line-height: 30px;
	color: #bababa;	
	font-size: 16px;
	text-align: center;
	border-radius: 30px;
    border: 1px solid #b60a0a;
	background: rgba(183,39,39,0.2);	
}

#ka_content_title_starsystems {
	position: relative;
	margin-top: 40px;
	margin-bottom: 25px;
	width: 135px;
    height: 30px; 
	line-height: 30px;
	color: #bababa;	
	font-size: 16px;
	text-align: center;
	border-radius: 30px;
    border: 1px solid #b60a0a;
	background: rgba(183,39,39,0.2);	
}

#ka_shp_airtram {
	position: absolute;
    top: 50px;
    left: 70px;
    width: 106px;
    height: 30px;
}

#ka_shp_akira {
	position: absolute;
    top: 70px;
    left: 310px;
    width: 132px;
    height: 30px;
}

#ka_shp_constellation {
	position: absolute;
    top: 120px;
    left: 155px;
    width: 211px;
    height: 30px; 
}

#ka_shp_excelsior {
	position: absolute;
    top: 160px;
    left: 350px;
    width: 168px;
    height: 30px; 
}

#ka_shp_norway {
	position: absolute;
    top: 195px;
    left: 110px;
    width: 158px;
    height: 30px; 
}

#ka_shp_sovereign {
	position: absolute;
    top: 240px;
    left: 270px;
    width: 175px;
    height: 30px; 
}

#ka_shp_type6 {
	position: absolute;
    top: 300px;
    left: 200px;
    width: 145px;
    height: 30px; 
}

#ka_shp_type15 {
	position: absolute;
    top: 365px;
    left: 55px;
    width: 153px;
    height: 30px; 
}

#ka_shp_talon {
	position: absolute;
    top: 80px;
    left: 650px;
    width: 157px;
    height: 30px; 
}

#ka_shp_atr4107 {
	position: absolute;
    top: 650px;
    left: 95px;
    width: 203px;
    height: 30px; 
}

#ka_shp_cube {
	position: absolute;
    top: 400px;
    left: 540px;
    width: 116px;
    height: 30px; 
}

#ka_sys_andoria {
	position: absolute;
    top: 340px;
    left: 450px;
    width: 106px;
    height: 24px; 
}

#ka_sys_breen {
	position: absolute;
    top: 160px;
    left: 20px;
    width: 79px;
    height: 24px; 
}

#ka_sys_cardassia {
	position: absolute;
    top: 512px;
    left: 120px;
    width: 121px;
    height: 24px; 
}

#ka_sys_ferenginar {
	position: absolute;
    top: 10px;
    left: 200px;
    width: 129px;
    height: 24px; 
}

#ka_sys_gornar {
	position: absolute;
    top: 670px;
    left: 620px;
    width: 102px;
    height: 24px; 
}

#ka_sys_ngc2392 {
	position: absolute;
    top: 270px;
    left: 650px;
    width: 110px;
    height: 24px; 
}

#ka_sys_ngc3132 {
	position: absolute;
    top: 605px;
    left: 280px;
    width: 110px;
    height: 24px; 
}

#ka_sys_ngc6543 {
	position: absolute;
    top: 130px;
    left: 500px;
    width: 110px;
    height: 24px; 
}

#ka_sys_ngc7293 {
	position: absolute;
    top: 50px;
    left: 70px;
    width: 110px;
    height: 24px; 
}

#ka_sys_qonos {
	position: absolute;
    top: 545px;
    left: 710px;
    width: 98px;
    height: 24px; 
}

#ka_sys_regula {
	position: absolute;
    top: 640px;
    left: 500px;
    width: 94px;
    height: 24px; 
}

#ka_sys_risa {
	position: absolute;
    top: 575px;
    left: 445px;
    width: 65px;
    height: 24px; 
}

#ka_sys_romulus {
	position: absolute;
    top: 100px;
    left: 700px;
    width: 106px;
    height: 24px; 
}

#ka_sys_rurapenthe {
	position: absolute;
    top: 460px;
    left: 645px;
    width: 134px;
    height: 24px; 
}

#ka_sys_shakuria {
	position: absolute;
    top: 355px;
    left: 80px;
    width: 113px;
    height: 24px; 
}

#ka_sys_sol {
	position: absolute;
    top: 270px;
    left: 410px;
    width: 61px;
    height: 24px; 
}

#ka_sys_tellar {
	position: absolute;
    top: 230px;
    left: 310px;
    width: 83px;
    height: 24px; 
}

#ka_sys_tholia{
	position: absolute;
    top: 670px;
    left: 30px;
    width: 86px;
    height: 24px; 
}

#ka_sys_vulcan{
	position: absolute;
    top: 380px;
    left: 425px;
    width: 97px;
    height: 24px; 
}

#ka_content_title_version {
	position: relative;
	float: right;
	top: -7px;
	width: 30px;
    height: 18px; 
	line-height: 18px;
	font-size: 10px;
	color: #a5a4a4;
}

#ka_content_title_logo {
	position: relative;
	float: left;
	top: -50px;
	left: 20px;
	width: 100px;
    height: 48px; 
	text-align: left;
}

#ka_content_headline {
	color: #dadada;		
	font-size: 32px;
	text-decoration: underline;
	padding-top: 5px;
}

#ka_content_headline_klingon {
	color: #b60a0a; 	
	font-size: 16px;
	font-family: klingon_font;
}

#ka_content_images_frame {
	position: relative;
	margin: auto;
	top: 20px;
	width: 826px;
    height: 129px; 
}

#ka_content_img_border {
	border:1px solid #b60a0a;
	border-radius: 4px;
}

#ka_content_text_frame {
	position: relative;
	margin: auto;
	top: 20px;
	width: 824px;
    height: 495px; 
	border-radius: 5px 5px 15px 15px;
    border: 1px solid #b60a0a;
}

#ka_content_text_description {
	position: relative;
	margin: auto;
	top: 8px;
	width: 800px;
    height: 418px; 
	font-size: 15px;
	color: #b60a0a;
	text-align: justify;
	overflow: auto;
}

#ka_content_text_description_scroll {
	position: relative;
	top: 8px;
	padding-right: 20px;
	width: 800px;
    height: 418px; 
	font-size: 15px;
	color: #b60a0a;
	text-align: justify;
	overflow: auto;
}

#ka_content_border {
	position: relative;
	margin: auto;
	top: 16px;	
	width: 800px;
    border-top: 1px solid #b60a0a;
}

#ka_content_download_area{
	position: relative;
	margin: auto;
	top: 16px;
	width: 800px;
    height: 60px; 
}

#ka_content_download_area_box_left{
	position: relative;
	float: left;
	width: 286px;
    height: 60px; 
	text-align: right;
	line-height: 60px;
	font-size: 12px;
	color: #a5a4a4;
}

#ka_content_download_area_box_center{
	position: relative;
	float: left;
	width: 228px;
    height: 60px; 
}

#ka_content_download_area_box_right{
	position: relative;
	float: left;
	width: 286px;
    height: 60px; 
	text-align: left;
	line-height: 60px;
	font-size: 12px;
	color: #a5a4a4;
}

#ka_download_button {
	position: relative;
	margin: auto;
	top: 14px;
	width: 140px;
	height: 30px;
	border: 2px solid #b60a0a;
	border-radius: 10px;
	background: #2e0000;
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;		
}


#ka_download_button:hover {
	position: relative;
	margin: auto;
	top: 14px;
	width: 140px;
	height: 30px;
	border: 2px solid #cfcfcf;
	border-radius: 10px;
	background: #595959;
	-webkit-transition: all 0.1s;
	-moz-transition: all 0.1s;
	-o-transition: all 0.1s;
	transition: all 0.1s;	
}

a.ka_download_button {
	position: relative;
	line-height: 28px;
	font-size: 17px;
	color: #cfcfcf;
	display:block;
	height:100%;
	width:100%;
	text-decoration: none;
}

#ka_copyright {
	position: absolute;
	bottom: 0px;
	width: 866px;
    height: 28px;
	font-size: 10px;
	color: #b60a0a;
	line-height: 10px;
}

#ka_signature {
	position: relative;
	width: 300px;
	height: 24px;
	margin: auto;
	font-size: 14px;
	line-height: 24px;
	color: #808080; 	
}

#ka_content_title_home{
	position: relative;
	margin: auto;
	top: 20px;
	width: 824px;
    height: 110px; 
	border-radius: 15px;
    border: 1px solid #b60a0a;
	color: #bababa;
	font-size: 15px;
}

#ka_news_top_frame{
	position: relative;
	margin: auto;
	top: 40px;
	width: 824px;
    height: 40px; 
	border-radius: 15px 15px 0px 0px;
    border: 1px solid #b60a0a;
	color: #bababa;
	background: rgba(183,39,39,0.2);	
}

#ka_news_title{
	position: relative;
	float: left;
	padding-left: 20px;
	width: 400px;
    height: 40px; 
	font-size: 18px;
	color: #b60a0a;
	font-weight: bold;
	line-height: 40px;
	text-align: left;
}

#ka_news_archive_main_frame{
	position: relative;
	float: right;
	right: 12px;	
	width: 400px;
    height: 40px; 
	color: #bababa;
}

#ka_news_mid_frame{
	position: relative;
	margin: auto;
	top: 50px;
	width: 824px;
    height: 490px; 
	color: #bababa;
	overflow: auto;
}

#ka_news_single_frame{
	position: relative;
	margin-top: 3px;
	margin-bottom: 13px;
	padding-right: -8px;
	width: 790px;
    height: 150px; 
	border-radius: 8px;
    border: 1px solid #b60a0a;
	overflow: auto;
}

#ka_news_single_frame_title{
	position: relative;
	float: left;
	width: 780px;
    height: 30px; 
	background: rgba(183,39,39,0.2);
	line-height: 30px;
	font-size: 14px;
	color: #bababa;
	text-align: left;
	font-weight: bold;	
	padding-left: 10px;
}

#ka_news_single_frame_date{
	position: relative;
	float: right;
	top: -30px;
	width: 100px;
    height: 30px; 
	line-height: 30px;
	font-size: 12px;
	color: #bababa;	
}

#ka_news_single_frame_image{
	position: relative;
	float: left;
	width: 178px;
    height: 100px; 
	padding-left: 10px;
	top: 10px;
}

#ka_news_single_frame_text{
	position: absolute;
	top: 40px;
	right: 10px;
	width: 580px;
    height: 100px; 
	font-size: 14px;
	color: #b60a0a;
	text-align: justify;
}

#ka_news_single_frame_view{
	position: absolute;
	right: 0px;
	bottom: 0px;
	width: 60px;
    height: 20px; 
	line-height: 15px;
	background: rgba(183,39,39,0.2);	
	border-radius: 20px 0px 8px 0px;
}

#ka_news_single_frame_view a{
	font-size: 12px;
	color: #bababa;
}

#ka_news_single_frame_view a:hover{
	font-size: 12px;
	color: #ffffff;
	text-decoration: underline;
}


#ka_news_btm_frame{
	position: relative;
	margin: auto;
	top: 60px;
	width: 824px;
    height: 15px; 
	line-height: 14px;
	border-radius: 0px 0px 15px 15px;
    border: 1px solid #b60a0a;
	color: #bababa;
	background: rgba(183,39,39,0.15);	
	font-size: 10px;
}

.dropbtn {
	height: 40px;
	font-family: Century Gothic;
    color: #bababa;
    font-size: 14px;
    cursor: url(images/ka/ka_cursor_pointer.png), auto;
	background-color: Transparent;
    background-repeat:no-repeat;
	border: none;
	outline:none;
}

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
	left: 20px;
    min-width: 80px;
    z-index: 1;
	background-color: #000000;
	border: 1px solid #b60a0a;
}

.dropdown-content a:hover {
	color: #bababa;
}

.dropdown-content a {
    color: #b60a0a;
    padding: 5px;
    text-decoration: none;
	font-size: 15px;
    display: block;
}

.dropdown:hover .dropdown-content {
    display: block;
}

#ka_main_news_select {
	position: relative;
	width: 147px;
	height: 40px;
	float: right;
	z-index: 10;
}

.lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: black;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  display: none;
}

.lightbox {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 10000;
  text-align: center;
  line-height: 0;
  font-weight: normal;
}

.lightbox .lb-image {
  display: block;
  height: auto;
  max-width: inherit;
  max-height: none;
  border-radius: 3px;

  /* Image border */
  border: 4px solid white;
}

.lightbox a img {
  border: none;
}

.lb-outerContainer {
  position: relative;
  *zoom: 1;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  border-radius: 4px;

  /* Background color behind image.
     This is visible during transitions. */
  background-color: white;
}

.lb-outerContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-loader {
  position: absolute;
  top: 43%;
  left: 0;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0;
}

.lb-cancel {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  background: url(images/ka/loading.gif) no-repeat;
}

.lb-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}

.lb-container > .nav {
  left: 0;
}

.lb-nav a {
  outline: none;
  background-image: url('data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==');
}

.lb-prev, .lb-next {
  height: 100%;
  cursor: pointer;
  display: block;
}

.lb-nav a.lb-prev {
  width: 34%;
  left: 0;
  float: left;
  background: url(images/ka/prev.png) left 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

.lb-nav a.lb-prev:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.lb-nav a.lb-next {
  width: 64%;
  right: 0;
  float: right;
  background: url(images/ka/next.png) right 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

.lb-nav a.lb-next:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  *zoom: 1;
  width: 100%;
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.lb-dataContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-data {
  padding: 0 4px;
  color: #ccc;
}

.lb-data .lb-details {
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.1em;
}

.lb-data .lb-caption {
  font-size: 13px;
  font-weight: bold;
  line-height: 1em;
}

.lb-data .lb-caption a {
  color: #4ae;
}

.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 12px;
  color: #999999;
}

.lb-data .lb-close {
  display: block;
  float: right;
  width: 30px;
  height: 30px;
  background: url(images/ka/close.png) top right no-repeat;
  text-align: right;
  outline: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.lb-data .lb-close:hover {
  cursor: pointer;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.tooltip {
    position: relative;
	float: right;
	top: -7px;
	width: 30px;
    height: 18px; 
	line-height: 18px;
	font-size: 10px;
	color: #a5a4a4;
    display: inline-block;
}

.tooltip .tooltiptext {
    visibility: hidden;
    width: 150px;
    background-color: #383838;
    color: #fff;
    text-align: left;
    border-radius: 6px;
    left: 110%;
	font-size: 12px;
	padding-left: 10px;
	opacity: 0.8;	

    /* Position the tooltip */
    position: absolute;
    z-index: 1;
}

.tooltip:hover .tooltiptext {
    visibility: visible;
}