@charset "utf-8";
/*CSS RESET*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
    content: '';
    content: none;
}

/* remember to define focus styles! */:focus {
    outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
    text-decoration: none;
}

del {
    text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
    border-collapse: collapse;
    border-spacing: 0;
}

html, body {
    height: 100%;
}

body {
    font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
    background-color: #000322;
    background-image: url(../images/main_back.jpg);
    background-repeat: no-repeat;
    background-position: center top;
}

/*Opera Fix*/
body:before {
    content: "";
    height: 100%;
    float: left;
    width: 0;
    margin-top: -32767px;
    /
}

#main_wrap {
    min-height: 100%;
}

#inner_wrap {
    margin: 0px auto;
    width: 1000px;
    overflow: auto;
    padding-bottom: 269px;
}


#pop_up {
    margin: 0 auto;
    width: 730px;
    background-image: url(../images/PopUp.png);
    position: relative;
    padding-bottom: 0px;
    background-repeat: no-repeat;
    z-index:10; 
}

#header {
    float: left;
    width: 1000px;
}

/* DROP DOWN MENU */
.top_menu {
    float: left;
    width: 970px;
    padding-top: 3px;
}
.t_menu{

}
.language_box{
	float: left;
	width: 228px;
	padding-top: 20px;
}
.language_box ul{
	float: left;
	padding-left: 25px;
}
.language_box li{
	float: left;
	padding-right: 10px;
}
.language_box a{
	float: left;
	color: #fff;
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
	width: 24px;
	height: 19px;
	padding-top: 5px;
	text-align: center;
	
}
.language_box a:hover{
	 background-image: url(../images/lang_back.png);
     background-repeat: no-repeat;
     background-position: center top;
}
.language_active{
	background-image: url(../images/lang_back.png);
     background-repeat: no-repeat;
     background-position: center top;
}
.top_home {
    width: 74px;
    height: 40px;
    padding-top: 20px;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    text-shadow: 1px 1px 0 #0a1da6;
    color: #fff;
}

.top_news {
    width: 89px;
    height: 40px;
    padding-top: 20px;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    text-shadow: 1px 1px 0 #0a1da6;
    color: #fff;
}

.top_musical {
    width: 111px;
    height: 40px;
    padding-top: 20px;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    text-shadow: 1px 1px 0 #0a1da6;
    color: #fff;
}

.top_musical_sub {
    width: 96px;
}

.top_musical_sub li {
    padding-left: 15px;
    font-size: 13px;
    color: #c1c0c0;
    padding-bottom: 8px;
}

.top_tickets {
    width: 96px;
    height: 40px;
    padding-top: 20px;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    text-shadow: 1px 1px 0 #0a1da6;
    color: #fff;
}

.top_shop {
    width: 107px;
    height: 40px;
    padding-top: 20px;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    text-shadow: 1px 1px 0 #0a1da6;
    color: #fff;
}

.top_multimedia {
    width: 113px;
    height: 40px;
    padding-top: 20px;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    text-shadow: 1px 1px 0 #0a1da6;
    color: #fff;
}

.top_multimedia_sub {
    width: 98px;
}

.top_multimedia_sub li {
    padding-left: 15px;
    font-size: 13px;
    color: #c1c0c0;
    padding-bottom: 8px;
}

.top_lounge {
    width: 117px;
    height: 40px;
    padding-top: 20px;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    text-shadow: 1px 1px 0 #0a1da6;
    color: #fff;
	
	
}

.talk {
    font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
    color: #66CCFF;
    font-size: 10pt;
    font-style: italic;
}

.over_menu {
	z-index: 1000;
}
.under_menu {
	z-index: 100;
}
/* REST DROP */
.t_menu a {
    text-decoration: none;
}

.t_menu ul {
    position: absolute;
    top: -999em;
    /* width: 111px;  left offset of submenus need to match (see below) */
}

.t_menu ul li {
    width: 100%;
}

.t_menu li:hover {
    visibility: inherit; /* fixes IE7 'sticky bug' */
}

.t_menu li {
    float: left;
    position: relative;
    padding-right: 1px;
	/*z-index: 1000;*/
}

.t_menu a {
    display: block;
    position: relative;
}

.t_menu li:hover ul, .t_menu li.sfHover ul {
    left: 0;
    top: 60px; /* match top ul list item height submenu distance*/
    z-index: 99;
}

ul.t_menu li:hover li ul, ul.t_menu li.sfHover li ul {
    top: -999em;
}

ul.t_menu li li:hover ul, ul.t_menu li li.sfHover ul {
    left: 10em; /* match ul width */
    top: 0;
}

ul.t_menu li li:hover li ul, ul.t_menu li li.sfHover li ul {
    top: -999em;
}

ul.t_menu li li li:hover ul, ul.t_menu li li li.sfHover ul {
    left: 10em; /* match ul width */
    top: 0;
}

/*** DEMO SKIN ***/
.t_menu li li {
    background-image: url(../images/menu_tr.png);
}

.t_menu li li a {
    color: #c1c0c0;
    text-decoration: none;
}

.t_menu li li a:hover {
    color: #5cc9ff;
}

.t_menu li:hover {
    background-image: url(../images/menu_tr.png);
    outline: 0;
}

/* MAIN CONTENT */
#main_content {
    float: left;
    width: 1000px;
	background-image: url(../images/home_p_NHG.png);
/*background-image: url(../images/home_p.png);*/
	background-repeat: no-repeat;
	background-position: 21px 100px;
	
}
#main_content_home {
    float: left;
    width: 1000px;
	background-image: url(../images/home_p_NHG.png);
/*	background-image: url(../images/home_p.png);*/
	background-repeat: no-repeat;
	background-position: 21px 100px;
	
}
#main_content_news {
    float: left;
    width: 1000px;
	background-image: url(../images/news_p.png);
	background-repeat: no-repeat;
	background-position: 21px 100px;
	
}
#main_content_about {
    float: left;
    width: 1000px;
	background-image: url(../images/about_p.png);
	background-repeat: no-repeat;
	background-position: 21px 100px;
	
}
#main_content_ticket {
    float: left;
    width: 1000px;
	background-image: url(../images/ticket_p.png);
	background-repeat: no-repeat;
	background-position: 21px 100px;
	
}
#main_content_multimedia {
    float: left;
    width: 1000px;
	background-image: url(../images/multimedia_p.png);
	background-repeat: no-repeat;
	background-position: 21px 100px;
	
}
#main_content_lounge {
    float: left;
    width: 1000px;
	background-image: url(../images/lounge_bar_p.png);
	background-repeat: no-repeat;
	background-position: 21px 100px;
	
}
.left_content {
    float: left;
    width: 310px;
    padding-left: 15px;
}

.social_icons {
    float: left;
    width: 280px;
    padding-top: 585px;
    padding-left: 25px;
    padding-bottom: 59px;
}

.web_shop {
    float: left;
    width: 310px;
    background-image: url(../images/web_shop.png);
    background-repeat: no-repeat;
	text-shadow: 1px 1px 0 #0A1DA6;
}

.web_shop h2 {
    float: left;
    width: 310px;
    color: #fff;
    padding-top: 22px;
    font-size: 24px;
    font-weight: normal;
    text-align: center;
    letter-spacing: -2px;
}

.web_shop_slider {
    float: left;
    width: 310px;
    padding-top: 28px;
}

.slider_back_shop {
    float: left;
    width: 233px;
	height: 161px;
}
.slider_news{
	width: 565px;
	background-image: url("../images/ruller.png");
	background-repeat: no-repeat;
	background-position: bottom center;
	padding-bottom: 20px;
}
.shop_prev {
    float: left;
    width: 20px;
    height: 20px;
    cursor: pointer;
    background-image: url(../images/dart_left.png);
    background-repeat: no-repeat;
    margin-right: 6px;
    position: relative;
    z-index: 1000;
    left: 70px;
    top: 110px;
}

.shop_prev:hover {
    background-image: url(../images/dart_left.png);
    background-repeat: no-repeat;
    background-position: 0px -30px;
}

.shop_next {
    float: left;
    width: 20px;
    height: 20px;
    cursor: pointer;
    background-image: url(../images/dart_right.png);
    background-repeat: no-repeat;
    position: relative;
    z-index: 1000;
    left: 220px;
    top: 110px;
}

.shop_next:hover {
    background-image: url(../images/dart_right.png);
    background-repeat: no-repeat;
    background-position: 0px -30px;
}

.right_content {
    float: left;
    width: 613px;
    padding-left: 5px;
}
.right_text{
	float:left;
	width: 565px;
	color: #fff;
	font-size: 13px;
	line-height: 18px;
	padding-left: 5px;
	padding-top: 15px;
	padding-bottom: 35px;
	background-image: url(../images/ruller.png);
    background-repeat: no-repeat;
	background-position: center bottom; 
}
.right_text a{
	color: #2C9EFF;
	text-decoration: none;
}
.right_text a:hover{
	text-decoration: underline;
}
.right_text p{
	padding-bottom: 15px;
	text-align: justify;
}
.player_wrap {
    float: left;
    width: 613px;
}

.player_box {
    float: left;
    width: 595px;
    height: 352px;
    padding-left: 18px;
    padding-top: 40px;
    background-image: url(../images/player_back.png);
    background-repeat: no-repeat;
}
.player_box_inner {
    float: left;
    width: 595px;
    height: 333px;
    padding-left: 18px;
    padding-top: 40px;
    background-image: url(../images/player_back.png);
    background-repeat: no-repeat;
}
.video_name{
	float: left;
    width: 603px;
	padding-left: 7px;
	padding-bottom: 10px;
}
.video_name_box{
	float: left;
	width: 578px;
	background-color: #000321;
	padding: 10px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.video_name_box h1{
	float: left;
	width: 450px;
	color: #fff;
	font-size: 18px;
	font-weight: normal;
}
.facebook_video{
	float: right;
	text-align: right;
}
.sticker{
	position: absolute;
	padding-left: 500px;
	top: 40px;
	z-index: 300;
}
.sticker_inner{
	position: absolute;
	padding-left: 518px;
	top: 40px;
	z-index: 300;
}
.top_image_wrap{
    float: left;
    width: 613px;
	padding-top: 5px;
	padding-bottom: 15px;
}
.actual_wrap {
    float: left;
    width: 613px;
}

.actual_box {
    float: left;
    width: 595px;
    padding-bottom: 87px;
    padding-left: 18px;
    padding-top: 25px;
    background-image: url(../images/right_back.png);
    background-repeat: no-repeat;
}
.actual_box_inner {
    float: left;
    width: 595px;
    padding-left: 18px;
    padding-top: 25px;
    background-image: url(../images/right_back.png);
    background-repeat: no-repeat;
}
.actual_box_top {
    float: left;
    width: 565px;
    padding-left: 5px;
    padding-right: 15px;
    padding-bottom: 5px;
}

.actual_box_top h2 {
    float: left;
    width: 400px;
    font-size: 24px;
    color: #fff;
    letter-spacing: -2px
}
.actual_box_top_2{
    float: left;
    width: 565px;
    padding-left: 5px;
    padding-right: 15px;
}

.actual_box_top_2 h2 {
    float: left;
    width: 400px;
    font-size: 18px;
    color: #2c9eff;
    letter-spacing: -2px
}
.actual_icons {
    float: right;
}

.slider {
    float: left;
    width: 595px;
}

.gallery_wrap {
    float: left;
    width: 613px;
}

.gallery_box {
    float: left;
    width: 595px;
    height: 270px;
    padding-left: 18px;
    padding-top: 25px;
    background-image: url(../images/right_back.png);
    background-repeat: no-repeat;
}
.gallery_box_2 {
    float: left;
    width: 595px;
    padding-left: 18px;
    padding-top: 25px;
    background-image: url(../images/right_back.png);
    background-repeat: no-repeat;
}
.gallery_box_top {
    float: left;
    width: 565px;
    padding-left: 5px;
    padding-right: 15px;
    padding-bottom: 10px;
}

.gallery_box_top h2 {
    float: left;
    width: 400px;
    font-size: 24px;
    color: #fff;
    letter-spacing: -2px
}

.gallery_preview {
    float: left;
    width: 595px;
}

.gallery_back {
    float: left;
    width: 179px;
    height: 178px;
    padding: 5px;
    margin-right: 4px;
    font-size: 13px;
    color: #2c9eff;
}

.gallery_back:hover {
    background-image: url(../images/select_back.png);
    background-repeat: no-repeat;
    color: #fff;
}

.gallery_all {
    float: right;
    color: #2c9eff;
    font-size: 13px;
}
.gallery_all a {
    color: #2c9eff;
	text-decoration: none;
	padding: 2px 5px;
}
.gallery_all a:hover {
	color: #fff;
    background-color: #000639;
    text-decoration: none;
}
/* MAIN GALLERY */
.main_gallery_wrap {
    float: left;
    width: 613px;
	padding-top: 30px;
}

.main_gallery_box {
    float: left;
    width: 595px;
    padding-bottom: 87px;
    padding-left: 18px;
    padding-top: 25px;
    background-image: url(../images/right_back.png);
    background-repeat: no-repeat;
}

.main_gallery_box_top {
    float: left;
    width: 565px;
    padding-left: 5px;
    padding-right: 25px;
    padding-bottom: 5px;
}

.main_gallery_box_top h2 {
    float: left;
    width: 400px;
    font-size: 24px;
    color: #fff;
    letter-spacing: -2px
}
#footer {
    position: relative;
    margin-top: -269px;
    height: 269px;
    clear: both;
}

.footer_inner {
    float: left;
    width: 100%;
    height: 269px;
    background-image: url(../images/footer_back.jpg);
    background-repeat: no-repeat;
    background-position: bottom center;
}

.footer_wrap {
    margin: 0px auto;
    width: 1000px;
    padding-top: 170px;
}

.footer_inner ul {
    float: left;
    width: 1000px;
    padding-bottom: 15px;
}

.footer_inner li {
    float: left;
    padding-right: 5px;
    font-size: 12px;
    color: #2c9eff;
}

.footer_inner li a {
    color: #2c9eff;
    text-decoration: none;
    padding: 2px 5px;
	text-shadow: 1px 1px 0 #000000;
}

.footer_inner li a:hover {
    color: #fff;
    background-color: #000639;
    text-decoration: none;
}

.copy {
    float: left;
    font-size: 12px;
    color: #2c9eff;
    font-weight: bold;
    padding-left: 5px;
	text-shadow: 1px 1px 0 #000000;
}

.web_by {
    float: left;
    font-size: 12px;
    color: #2c9eff;
    padding-left: 10px;
    font-weight: bold;
	text-shadow: 1px 1px 0 #000000;
}

.web_by a {
    color: #2c9eff;
    padding: 2px 5px;
    text-decoration: none;
}

.web_by a:hover {
    color: #fff;
    background-color: #000639;
}

/* SLIDER CSS */
.slider_back {
    width: 179px;
    height: 178px;
    padding: 5px;
    margin-right: 4px;
    font-size: 13px;
    color: #2c9eff;
}
.slider_back:hover {
    background-image: url(../images/select_back.png);
    background-repeat: no-repeat;
    color: #fff;
}
.slider_gallery_back {
    width: 179px;
    padding: 5px;
    margin-right: 4px;
    font-size: 13px;
    color: #2c9eff;
}
.slider_gallery_back:hover {
    background-image: url(../images/select_back_gallery.png);
    background-repeat: no-repeat;
    color: #fff;
}
.actual_prev {
    float: left;
    width: 20px;
    height: 20px;
    cursor: pointer;
    background-image: url(../images/dart_left.png);
    background-repeat: no-repeat;
    margin-right: 6px;
}

.actual_prev:hover {
    background-image: url(../images/dart_left.png);
    background-repeat: no-repeat;
    background-position: 0px -30px;
}

.actual_next {
    float: left;
    width: 20px;
    height: 20px;
    cursor: pointer;
    background-image: url(../images/dart_right.png);
    background-repeat: no-repeat;
}

.actual_next:hover {
    background-image: url(../images/dart_right.png);
    background-repeat: no-repeat;
    background-position: 0px -30px;
}

.disabled {
    opacity: 0.4;
    filter: alpha(opacity = 40);
}

.slide_text {
    float: left;
    width: 169px;
    padding-top: 8px;
    padding-left: 5px;
    padding-right: 5px;
    line-height: 18px;
}

/* POPUP */
.bubble {
    float: left;
    position: relative;
    padding-right: 15px;
}

.popup {
    z-index: 10000;
    position: absolute;
    display: none;
    width: 216px;
    height: 40px;
    padding-top: 10px;
    text-align: center;
    color: #fff;
    background-image: url(../images/pop_up.png);
    background-repeat: no-repeat;
    font-size: 17px;
}

/* BOXGRID */
.boxgrid {
    float: left;
    width: 179px;
    height: 129px;
    overflow: hidden;
    position: relative;
}
.boxgrid_performer {
    float: left;
    width: 100px;
    height: 100px;
    overflow: hidden;
    position: relative;
}
.boxcaption {
    float: left;
    position: absolute;
    background: #000;
    height: 119px;
    width: 169px;
    padding: 5px;
	opacity: .8;
	/* For IE 5-7 */
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
	/* For IE 8 */
	-MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}
.boxcaption_performer {
    float: left;
    position: absolute;
    background: #000;
    height: 95px;
    width: 95px;
    padding: 5px;
	opacity: .8;
	/* For IE 5-7 */
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
	/* For IE 8 */
	-MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}
.boxcaption h3 {
    color: #fff;
    font-size: 18px;
    font-weight: normal;
}

.boxcaption_performer a {
    color: #2c9eff;
    text-decoration: none;
	font-size: 13px;
}
.boxcaption_performer a:hover {
    text-decoration: underline;
}
.boxcaption a {
    color: #2c9eff;
    text-decoration: none;
}
.boxcaption a:hover {
    text-decoration: underline;
}
.view_news{
	padding-top: 50px;
	text-align: center;
}
.view_cast{
	padding-top: 35px;
	text-align: center;
}
.captionfull .boxcaption {
    top: 129px;
    left: 0;
}
.captionfull_performer .boxcaption_performer {
    top: 100px;
    left: 0;
}
.caption .boxcaption {
    top: 129px;
    left: 0;
}
.caption_performer .boxcaption_performer {
    top: 100px;
    left: 0;
}
/* NEWS */
.right_news{
	float: left;
	width: 565px;
	padding-left: 5px;
}
.right_gallery{
	float: left;
	padding-left: 5px;
}
.right_gallery_box{
	float: left;
	width: 565px;
	background-image: url(../images/ruller.png);
    background-repeat: no-repeat;
	background-position: bottom center;
	padding-bottom: 30px;
	padding-top: 10px;
	margin-bottom: 20px;
}
.right_news_box{
	float: left;
	width: 565px;
	background-image: url(../images/ruller.png);
    background-repeat: no-repeat;
	background-position: bottom center;
	padding-bottom: 30px;
	padding-top: 10px;
	margin-bottom: 20px;
}
.right_news_image{
	float: left;
	width: 179px;
	height: 129px;
	padding: 5px;
}
.right_news_image:hover{
	background-image: url(../images/news_back.png);
    background-repeat: no-repeat;
}
.right_news_content{
	float: left;
	width: 361px;
	padding-left: 15px;
}
.right_news_content h2{
	float: left;
	width: 361px;
	color: #fff;
	font-size: 20px;
	font-weight: normal;
	padding-bottom: 10px;
}
.right_news_text{
	float: left;
	width: 361px;
	font-size: 13px;
	line-height: 18px;
	color: #fff;
	text-align: justify;
}
.right_news_more{
	float: left;
	width: 361px;
	padding-top: 8px;
}
.right_news_more a{
	float: right;
	padding: 2px 10px;
	text-decoration: none;
	color: #fff;
	font-size: 12px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background-color: #161d5b;
}
.right_news_more a:hover{
	color: #2c9eff;
}
/* PERFORMERS */
.right_performers{
	float: left;
	width: 565px;
	padding-left: 5px;
	background-image: url(../images/ruller.png);
    background-repeat: no-repeat;
	background-position: bottom center;
	padding-bottom: 10px;
	margin-bottom: 20px;
}
.performer_box{
	float: left;
	padding-right: 18px;
}
.performer_box_last{
	float: left;
}
.performer_back{
	float: left;
	width: 113px;
	height: 157px;
	color: #fff;
	text-align: center;
	font-size: 13px;
	padding-left: 14px;
	padding-top: 14px;
}
.performer_back:hover{
	background-image: url(../images/performer_back.png);
    background-repeat: no-repeat;
}
.performer_text{
	float: left;
	width: 100px;
    padding-top: 8px;
    line-height: 18px;
}
.gallery_preview_inner {
    float: left;
    width: 595px;
	background-image: url(../images/ruller.png);
    background-repeat: no-repeat;
	background-position: bottom center;
	padding-bottom: 10px;
	margin-bottom: 20px;
}
.single_image{
	float: left;
	padding-right: 1px;
}
.image_gallery_back{
	float: left;
	width: 138px;
	height: 100px;
	padding-top: 5px;
	padding-left: 5px;
}
.image_gallery_back:hover{
	background-image: url(../images/image_gallery_back.png);
    background-repeat: no-repeat;
}
.single_image_partner{
	float: left;
	padding-right: 5px;
}
.image_gallery_back_partner{
	float: left;
	width: 179px;
	height: 129px;
	padding: 5px;
}
.image_gallery_back_partner:hover{
	background-image: url(../images/news_back.png);
    background-repeat: no-repeat;
}
/* TICKET BOX*/
.ticket_box_n{
	float: left;
	width: 561px;
	background-image: url('../images/ticket_back_3.jpg');
    background-repeat: no-repeat;
	margin-bottom: 25px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.ticket_number_n{
	float: left;
	padding-left: 15px;
	padding-top: 20px;
	padding-bottom: 20px;
}
.ticket_text_n{
	float: left;
	width: 465px;
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	padding-top: 20px;
	padding-left: 15px;
	padding-bottom: 20px;
}
.ticket_text_n p{
	padding: 0px;
}
.ticket_box{
	float: left;
	width: 561px;
	height: 79px;
	background-image: url(../images/ticket_back.png);
    background-repeat: no-repeat;
	margin-bottom: 25px;
}
.ticket_number{
	float: left;
	padding-left: 15px;
	padding-top: 20px;
}
.ticket_text{
	float: left;
	width: 480px;
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	padding-top: 20px;
	padding-left: 15px;
}
.ticket_box_3{
	float: left;
	width: 561px;
	height: 99px;
	background-image: url(../images/ticket_back_2.png);
    background-repeat: no-repeat;
	margin-bottom: 25px;
}
.ticket_number_3{
	float: left;
	padding-left: 15px;
	padding-top: 30px;
}
.ticket_text_3{
	float: left;
	width: 480px;
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	padding-top: 15px;
	padding-left: 15px;
}
.ticket_text a{
	color: #2C9EFF;
	text-decoration: none;
}
.ticket_text a:hover{
	text-decoration: underline;
}
.ticket_text_2{
	float: left;
	width: 480px;
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	padding-top: 12px;
	padding-left: 15px;
}

.vip_text{
	float: left;
	padding-left: 18px;
    padding-top: 25px;
    width: 595px;
}
.vip_text h2{
	float: left;
	width: 595px;
	font-size: 18px;
	color: #2c9eff;
}
.vip_text p{
	float: left;
	width: 595px;
	font-size: 13px;
	color: #fff;
	padding-bottom: 20px;
	padding-top: 20px;
}
.vip_text ul{
	float: left;
	width: 595px;
	font-size: 13px;
	color: #fff;
}
.vip_text li{
	font-weight: bold;
	line-height: 18px;
}
.note{
	color: #2c9eff;
}
.b_color{
	color: #2C9EFF;
}
.story_extra{
	float: left;
	width: 600px;
	padding-top: 25px;
	padding-left: 8px;
}
.right_text p a{
	color: #2C9EFF;
	text-decoration: none;
}
.right_text p a:hover{
	color: #2C9EFF;
	text-decoration: underline;
}

.right_text h2{
	font-size: 20px;
	color: #2C9EFF;
	font-weight: normal;
	padding-bottom: 10px;
}
.right_numbers{
    float: left;
    width: 595px;
    padding-left: 18px;
    padding-top: 25px;
}
.right_numbers h2{
	font-size: 18px;
	color: #fff;
	font-weight: normal;
	padding-bottom: 10px;
}
.right_numbers ul{
	float: left;
	width: 297px;
	font-size: 13px;
	color: #2f9bff;
}
.right_numbers li{
	font-weight: bold;
	padding-bottom: 2px;
}
/*PAGINATION*/
.pagination{
	float: right;
	padding-top: 30px;
	font-weight: bold;
}
.pagination a{
	float: left;
	color: #8b6aec;
	text-decoration: none;
}
.pagination a:hover{
	float: left;
	color: #fff;
	text-decoration: none;
}
.pagination_links{
	float: left;
	padding-left: 6px;
	padding-right: 6px;
}
.slide_right_news{
	float: left;
	width: 20px;
	height: 20px;
	background-image: url(../images/dart_right.png);
    background-repeat: no-repeat;
	cursor: pointer;
	margin-left: 10px;
}
.slide_right_news:hover {
    background-image: url(../images/dart_right.png);
    background-repeat: no-repeat;
    background-position: 0px -30px;
}
.slide_left_news{
	float: left;
	width: 20px;
	height: 20px;
	background-image: url(../images/dart_left.png);
    background-repeat: no-repeat;
	cursor: pointer;
	margin-right: 10px;
}
.slide_left_news:hover {
    background-image: url(../images/dart_left.png);
    background-repeat: no-repeat;
    background-position: 0px -30px;
}
.current_page{
	float: left;
	padding-left: 6px;
	padding-right: 6px;
	color: #fff;
}
.watermark{
	top: 40px;
	position: absolute;
	float: left;
	left: 60px;
}
.l_image{
	float: left;
	padding-right: 20px;
	padding-bottom: 10px;
}
.go_back{
	float: right;
	font-size: 12px;
	color: #2c9eff;
	
}
.go_back a{
	color: #2c9eff;
	text-decoration: none;
	padding: 2px 5px;
}
.go_back a:hover{
	color: #2c9eff;
	text-decoration: none;
	background-color: #000639;
}
.right_text h4{
	padding-bottom: 15px;
}
.place{
	padding-bottom: 20px;
}
.place p{
	padding-bottom: 2px;
	text-align: left;
}
.fr_box {
    float: left;
    width: 595px;
    padding-bottom: 57px;
    padding-left: 18px;
    padding-top: 25px;
    background-image: url(../images/right_back.png);
    background-repeat: no-repeat;
}
.fr_news{
	float: left;
	width: 565px;
	background-image: url("../images/ruller.png");
	background-repeat: no-repeat;
	background-position: bottom center;
	padding-bottom: 20px;
	color: #fff;
}
.fr_news a{
	color: #2C9EFF;	
	text-decoration: none;
}
.fr_news a:hover{
	text-decoration: underline;
}
.performer_function{
	float: left;
	width: 100px;
	color: #299dff;
	font-size: 11px;
}

p.title_page_reset {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;  
}