@charset "utf-8";
/* CSS Document */

/* MAIN STYLES */
body,td,th,div,ul,li {
	font-family: trebuchet MS, Helvetica, comic Sans MS;
	color: #000;
	font-size:12px;
	padding:0;
	margin:0;
}
body {
	padding:0;
	margin:0;
	background-color:#fff;
}
h1, h2, h3 {
	/*text-align:center;*/
	margin-top:0px;
}
h1 {
	font-size:16px;
	line-height:16px;
	color:#000;
	font-weight:normal;
	margin-bottom:5px;
}
h2 {
	font-size:21px;
	line-height:21px;
	color:#000;
	font-weight:bold;
	margin-bottom:5px;
}
h3 {
	font-size:14px;
	line-height:14px;
	margin-bottom:15px;
	color:#000;
}
p {
	font-family: trebuchet MS, Helvetica, comic Sans MS;
	color: #000;
	font-size:12px;
	margin:0 0 15px;
}
a,
a:visited {
	text-decoration:none;
	color:#000;
	font-weight:bold;
	outline:none;
}
a:hover {
	text-decoration:underline;
	color:#000;
	font-weight:bold;
	outline:none;
}
.clearer {
	clear:both;
}
.hidden {
	display:none;
}

/* INDEX STYLES */
#ie6_alert,
#js_alert {
	position:absolute;
	left:0;
	top:0;
	width:100%;
	z-index:999;
}
#ie6_alert_inner,
#js_alert_inner {
	background-color:#FFFFFF;
	color:#dd2222;
	padding:5px 10px;
	width:980px;
	z-index:999;
	border:1px solid #999999;
	border-top:none;
	margin:0 auto;
}
#ie6_alert #ie6_alert_inner a,
#js_alert #js_alert_inner a {
	color:#dd2222;
}
#ie6_alert {
	display:none;
}
/*.flash_alert,
.flash_alert a {
	color: #FF6666;
	z-index: 999;
}*/
#pagewrapper {
	width:996px;
	padding:0;
	margin:20px auto;
	font-family:trebuchet MS, Helvetica, comic Sans MS;
	position: relative;
}
#header {
	width:996px;
	margin-bottom:5px;
}
#header #logo {
	width:139px;
	height:32px;
	display:block;
	float:left;
}
#header #page_title {
	text-align:right;
	float:right;
	cursor:default;
}

#navigation {
	margin:0 0 20px;
	padding:0;
	/*float:left;*/
	width:600px;
}
#navigation ul {
}
#navigation ul li {
	list-style-type:none;
	display:block;
	position:relative;
	padding:0;
}
#navigation ul li span,
#navigation ul li a {
	font-size:12px;
	cursor:pointer;
	color:#000;
	font-weight:normal;
}
#navigation ul li span:hover,
#navigation ul li a:hover {
	text-decoration:underline !important;
	font-weight:normal;
}
#navigation ul li ul {
	position:absolute;
	left:80px;
	top:0;
	z-index:999;
	width:100%;
	/*display:none;*/
}
#navigation ul li ul li {
	float:left;
	margin-right:10px;
}
#navigation ul li ul li a {
	color:#000;
	font-size:12px;
	text-decoration:none;
	font-weight:normal;
}
#navigation ul li ul li a:hover {
	text-decoration:underline;
	font-weight:normal;
}
#navigation .selected a {
	text-decoration:underline;
}
#navigation .selected a:hover {
}
#navigation .inactive,
#navigation .inactive:hover {
	color:#999;
	text-decoration:none !important;
	cursor:default;
}
.lang_select {
	float:right;
	font-size:14px;
	margin-top:-25px;
}
.lang_select a,
.lang_select a:hover {
	font-weight:normal;
}

/* CONTENT */
#content_wrapper {
	width:996px;
}
#content {
}
#content_subpage {
	border: 1px solid #999;
}

/* GRID */
#grid {
	width:996px;
	height:523px;
	/*padding:0 1px 1px 0;*/
}
#grid .rule,
#grid .rule img,
#grid .rule .rule_over,
#grid .play,
#grid .info {
	width:249px;
	height:174px;
}
#grid .rule {
	float:left;
	position:relative;
	/*margin:1px 0 0 1px;*/
}
#grid .rule .rule_over {
	position:absolute;
	top:0;
	left:0;
	display:none;
	background-color:#ed1b23;
	font-size:15px;
	color:#000;
	text-align:center;
	padding-top: 50px;
	height:124px;
	cursor:default;
}
#home_en #grid .rule .rule_over {
 color:#fff;
}
#grid .rule .rule_over_noscript {
	display:none;
}
#grid .rule:hover .rule_over_noscript {
	display:block;
}
#grid .rule .three_line {
	padding-top:57px;
	height:117px;
}
#grid .rule .two_line {
	padding-top:66px;
	height:108px;
}
#grid .rule .one_line {
	padding-top:76px;
	height:98px;
}
#grid .play,
#grid .info {
	float:left;
	position:relative;
	/*margin:1px 0 0 1px;*/
	display:block;
}
#grid .play:hover,
#grid .info:hover {
	cursor:pointer;
}
#grid .play .play_over,
#grid .info .info_over {
	cursor:pointer;
	position:absolute;
	top:0;
	left:0;
	display:none;
}

/* SUBPAGES */
/*.subpage_text {
	overflow-y:auto;
	height:522px;
	width:100%;
}*/

.grid_left,
.grid_right_inv {
	float:left;
	width:491px;
	height:520px;
	position:relative;
}
.grid_right,
.grid_left_inv {
	float:left;
	width:478px;
	height:504px;
	padding:8px 10px 8px 15px;
}
.image_content,
#map {
  height:522px;
  width:492px;
  position: absolute;
  top:-1px;
  left:-1px;
}
#map {
	border:1px solid #999999;
  height:520px;
  width:490px;
}
.grid_right_inv .image_content,
.grid_right_inv #map {
  left:0px;
}
.image_content_white {
	margin:0 auto;
  height:520px;
  /*width:491px;*/
}
.text_box {
	/*overflow-y:auto;*/
	width:478px;
	height:335px;
}
.text_box_tall {
	height:504px;
}
.text_box_content {
	height:335px;
}
.text_box_tall_content {
	height:504px;
}
.text_box_wide {
	height:504px;
	padding:8px 17px;
}
.form_box {
	width:478px;
	height:169px;
}
.email_link,
.email_link:hover {
	color:#dd2222;
}

/* FORM */
#call_form_wrapper {
	height:167px;
	padding-top:2px;
	position:relative;
}
.form_left {
	float:left;
	width:235px;
	height:167px;
}
.form_right {
	float:right;
	width:235px;
	height:167px;
}
#call_form {
	height:167px;
	margin:0;
	padding:0;
}
#call_form label {
	display:block;
	padding-top:12px;
	height:17px;
	line-height:12px;
}
#call_form input {
	width:215px;
	height:17px;
	padding:3px;
	background-color:#fff;
	border:1px solid #999;
	margin:0;
	font-family: trebuchet MS, Helvetica, comic Sans MS;
	font-size:12px;
}
#call_form textarea {
	width:227px;
	height:72px;
	padding:3px;
	display:block;
	background-color:#fff;
	border:1px solid #999;
	margin-top:-1px;
	font-family: trebuchet MS, Helvetica, comic Sans MS;
	font-size:12px;
}
#call_form #submit_button {
	height:25px;
	width:60px;
	margin-top:28px;
	cursor:pointer;
	float:right;
}
#call_form #file_input_wrapper {
	position:relative;
}
#call_form #ffile {
	filter:alpha(opacity=0);
	-moz-opacity:0.0;
	opacity:0.0;
	z-index: 2;
	position:absolute;
	top:-2px;
	left:0;
	height:26px;
}
#call_form #ffile_fake {
	z-index: 1;
}
.upload_file {
	position:relative;
  z-index:99;
}
.allowed_ftype_q {
	font-weight:bold;
	padding:1px 3px;
	position:absolute;
	top:12px;
	right:10px;
	cursor:default;
	z-index:99;
}
.allowed_ftype_msg {
	position:absolute;
	bottom:-35px;
	left:-178px;
  width:170px;
  height:47px;
  padding:3px;
  background-color:#fff;
  border:1px solid #999999;
  font-size:11px;
  z-index:99;
	display:none;
}
.allowed_ftype_q:hover {
	text-decoration:underline;
}
.allowed_ftype_q:hover .allowed_ftype_msg {
	display:block;
}
.required {
	float:left;
	font-size:11px;
	margin-top:36px;
	width:170px;
}
.loader {
	float:right;
	margin-top:38px;
	margin-right:20px;
	display:none;
}
#content_covering {
	position:absolute;
	top:175px;
	left:0;
	border:1px solid #999;
	width:999px;
	height:520px;

	/*background-image:url('images/trans_pixel_w.png');
	background-repeat:repeat;
	background-position:0 0;*/
	background-color:#fff;
	filter:alpha(opacity=70);
	-moz-opacity:0.7;
	opacity:0.7;

	z-index:999;
}
#msg_sent,
#msg_not_sent {
	width:400px;
	padding:50px;
	position:absolute;
	top:270px;
	left:250px;
	text-align:center;
	z-index:9999;
	border:1px solid #999;
	margin:0 auto;
	background-color:#fff;
}
#msg_sent .msg_sent_ok_button,
#msg_not_sent .msg_not_sent_ok_button {
	cursor:pointer;
	padding:10px;
	border:1px solid #999;
	padding:4px 20px 5px;
	text-align:center;
	width:50px;
	margin:40px auto 0;
}
#msg_not_sent .msg_not_sent_ok_button {
	margin-top:20px;
}
#msg_not_sent .msg_not_sent_error {
	color:#ff0000;
}

/*
#contact_form #countdown {
	width:23px;
	background:none;
	border:none;
	color:#aaa;
	font-family:Tahoma,Helvetica,Arial;
	font-size:12px;
	display:inline;
	padding:3px 0 0;
}
#contact_form #submit_botton:hover,
#msg_sent .msg_sent_ok_button:hover,
#msg_not_sent .msg_not_sent_ok_button:hover {
	background-color:#ccc;
}
*/

#scrollbar_container {  
	position:relative;  
	/*width:500px;  */
} 
 
#scrollbar_track {  
	position:absolute;  
	top:0;  
	right:0;
	height:100%;  
	width:10px;  
	background-color:#eee;  
	cursor:default;  
} 
 
#scrollbar_handle {  
	width:10px;
	height:50px;
	background-color:#999;  
	cursor:default;
	/*-moz-border-radius: 5px;  
	-webkit-border-radius: 5px;  
	opacity:0.9;  
	-moz-opacity:0.9;  */
} 
 
#scrollbar_content {  
	overflow:hidden;  
	width:465px;
}

.sponsor_row {
	height:126px;
	margin-bottom:10px;
}
.sponsor_row .sponsor_title {
	height:15px;
	padding:12px 0 5px;
}
.sponsor_row .sponsor_item {
	height:80px;
	width:150px;
	margin:3px 10px 10px 0;
	float:left;

	margin-right:30px;/*temp*/

	filter:alpha(opacity=70);
	-moz-opacity:0.7;
	opacity:0.7;
}
.sponsor_row .sponsor_item:hover {
	filter:alpha(opacity=100);
	-moz-opacity:1;
	opacity:1;
}
.sponsor_row .sponsor_item img {
	height:80px;
	width:150px;
}
.sponsor_row .sponsor_item_tight {
	width:80px;
}
.sponsor_row .sponsor_item_tight img {
	width:80px;
}
.sponsor_row .sponsor_item_last {
	margin-right:0;
}

/*.media_subpage_text {
	padding-top:100px;
	height:404px;
}*/
.download_logo {
	display:block;
	height:62px;
	width:455px;
	margin:20px 0 0;
	/*padding:10px;
	border:1px solid #999;*/
}
.download_logo img {
	float:left;

	filter:alpha(opacity=70);
	-moz-opacity:0.7;
	opacity:0.7;
}
.download_logo:hover img {
	filter:alpha(opacity=10);
	-moz-opacity:1;
	opacity:1;
}
.download_logo_text {
	float:right;
	height:57px;
	width:150px;
	margin-left:20px;
	margin-top:5px;
	display:block;
	text-align:right;
}
.download_logo:hover {
	text-decoration:none;
}
.download_logo_text:hover,
.download_logo:hover .download_logo_text {
	text-decoration:underline;
}
.map_subpage_text {
	padding-top:10px;
}
.marker_address {
	margin-bottom:20px;
	cursor:pointer;
	margin-right:-10px;
	padding:6px 5px 6px 46px;
	margin-left:20px;
}
.marker_address:hover {
	border:1px solid #999;
	border-right:none;
	padding:5px 5px 5px 45px;
}
.marker_address:hover b {
	text-decoration:underline;
}
.marker1_address {
	background-image:url('http://google-maps-icons.googlecode.com/files/red01.png');
	background-repeat:no-repeat;
	background-position:9px 8px;
}
.marker2_address {
	background-image:url('http://google-maps-icons.googlecode.com/files/red02.png');
	background-repeat:no-repeat;
	background-position:9px 8px;
}
.marker3_address {
	background-image:url('http://google-maps-icons.googlecode.com/files/red03.png');
	background-repeat:no-repeat;
	background-position:9px 8px;
}
.marker4_address {
	background-image:url('http://google-maps-icons.googlecode.com/files/red04.png');
	background-repeat:no-repeat;
	background-position:9px 8px;
}
.marker5_address {
	background-image:url('http://google-maps-icons.googlecode.com/files/red05.png');
	background-repeat:no-repeat;
	background-position:9px 8px;
}
.marker6_address {
	background-image:url('http://google-maps-icons.googlecode.com/files/red06.png');
	background-repeat:no-repeat;
	background-position:9px 8px;
}
.marker1_address:hover,
.marker2_address:hover,
.marker3_address:hover,
.marker4_address:hover,
.marker5_address:hover,
.marker6_address:hover {
	background-position:8px 7px;
}

#content_news {
	padding:8px 17px;
	margin-left:40px;
}
.text_box_news {
	height:504px;
	width:680px;
	float:left;
}
.text_box_news_content {
	height:504px;
	width:660px !important;
}
#news_navi {
	padding:10px;
	width:220px;
	float:left;
	text-align:center;
}
#news_navi a {
	display:block;
}

.archive1 {
	background-image:url('2008/favicon.ico');
	top:80px;
}
.archive2 {
	background-image:url('favicon.ico');
	top:40px;
	border-top:1px solid #999;
	border-bottom:1px solid #999;
}
.archive3 {
	background-image:url('2010/favicon.ico');
}
.archive1,
.archive2,
.archive3 {
	/*background-position:0 2px;*/
	background-repeat:no-repeat;
	/*padding-left:20px;*/
  /*font-size:14px;*/
  font-weight:normal;

	/*display:block;
	margin-bottom:20px;
	margin-left:130px;
	width:200px;*/

	background-position:190px 11px;
	padding:10px 10px 8px 210px;
	position:absolute;
	left:-15px;
	width:190px;
}
.archive1:hover,
.archive2:hover,
.archive3:hover {
  font-weight:normal;
}

.event_list .event_date {
	background-color:#dd2222;
	color:#fff;

	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	opacity:0.8;
}
.event_list h3 {
	margin-top:4px;
	margin-bottom:10px;
}
.event_list a {
	background-color:#dd2222;
	color:#fff;
	font-weight:normal;
	text-decoration:underline;
}
.event_list a:hover {
	background-color:#dd2222;
	color:#fff;
	font-weight:normal;
	text-decoration:none;
}
.event_list_normal_link,
.event_list_normal_link:hover {
	background-color:transparent !important;
	color:#000 !important;
}
/* ARTISTS GRID */
#artists_grid {
	width:996px;
	height:523px;
	/*padding:0 1px 1px 0;*/
	/*border:1px solid #999;*/
	position:relative;

}
#artists_grid .artist,
#artists_grid .artist img,
#artists_grid .artist .artist_over,
#artists_grid .artist_empty,
#artists_grid .artist_empty img {
	width:249px;
	height:174px;
}
#artists_grid .artist,
#artists_grid .artist_empty {
	float:left;
	position:relative;
	/*margin:1px 0 0 1px;*/
}
#artists_grid .artist_empty {
	filter:alpha(opacity=10);
	-moz-opacity:0.1;
	opacity:0.1;
}
#artists_grid .artist .artist_over {
	position:absolute;
	top:0;
	left:0;
	display:none;
	background-color:#ed1b23;
	font-size:15px;
	color:#000;
	text-align:center;
	padding-top: 69px;
	height:105px;
	cursor:pointer;
	width:249px;
}
#artists_grid .artist .artist_over_noscript {
	cursor:pointer;
	display:none;
}
#artists_grid .artist:hover .artist_over_noscript {
	font-weight:normal;
	text-decoration:none;
	display:block;
}
#artists_grid .artist_info {
	position:absolute;
	top:0;
	right:0;
	height:523px;
	width:996px;
	background-color:#fff;
	/*border:1px solid #999;*/

	display:none;
}
.artist_info_right {
	height:504px;
	width:473px;
	padding:8px 10px 8px 15px;
	float:left;
	border:1px solid #999;
}
.artist_info_left {
	height:472px;
	width:416px;
	padding:25px 40px;
	float:left;
	/*background-color:#eee;*/
	/*border-right:1px solid #999;*/
	position:relative;
}
.artists_back {
	position:absolute;
	top:12px;
	right:10px;
	height:20px;
	padding-top:1px;
	padding-right:25px;
	background-image:url('images/x_black.png');
	background-position:right 0;
	background-repeat:no-repeat;
	font-size:14px;
	font-weight:bold;
}
.artists_back:hover {
	cursor:pointer;
	text-decoration:underline;
	/*background-image:url('images/x_black.png');*/
}
.artist_name_wrapper {
	padding-bottom:2px;
	margin-right:-40px;
	padding-left:30px;
	border-bottom:2px solid #ccc;
}
.artist_name_wrapper h3 {
	margin-bottom:5px;
	/*margin-left:10px;
  margin-right:-40px;
  padding-bottom:4px;
  padding-left:15px;
  border-bottom:2px solid #999;*/
}
.artist_img_wrapper {
	padding:10px 19px;
}
.artist_name_img_wrapper img {
	margin-left:50px;
}
.artist_video_wrapper {
	margin:15px auto 0;
	width:376px;
}
#scrollbar_container_1,
#scrollbar_container_2,
#scrollbar_container_3,
#scrollbar_container_4,
#scrollbar_container_5,
#scrollbar_container_6,
#scrollbar_container_7,
#scrollbar_container_8,
#scrollbar_container_9,
#scrollbar_container_10,
#scrollbar_container_11,
#scrollbar_container_12 {
	/*position:relative;*/
	/*height:522px;*/
} 
 
#scrollbar_track_1,
#scrollbar_track_2,
#scrollbar_track_3,
#scrollbar_track_4,
#scrollbar_track_5,
#scrollbar_track_6,
#scrollbar_track_7,
#scrollbar_track_8,
#scrollbar_track_9,
#scrollbar_track_10,
#scrollbar_track_11,
#scrollbar_track_12 {
	position:absolute;  
	top:8px;
	right:10px;
	height:97%;
	width:10px;
	background-color:#eee;
	cursor:default;
}
#scrollbar_handle_1,
#scrollbar_handle_2,
#scrollbar_handle_3,
#scrollbar_handle_4,
#scrollbar_handle_5,
#scrollbar_handle_6,
#scrollbar_handle_7,
#scrollbar_handle_8,
#scrollbar_handle_9,
#scrollbar_handle_10,
#scrollbar_handle_11,
#scrollbar_handle_12 {
	width:10px;
	height:50px;
	background-color:#999;  
	cursor:default;
	/*-moz-border-radius: 5px;  
	-webkit-border-radius: 5px;  
	opacity:0.9;  
	-moz-opacity:0.9;  */
} 
#scrollbar_content_1,
#scrollbar_content_2,
#scrollbar_content_3,
#scrollbar_content_4,
#scrollbar_content_5,
#scrollbar_content_6,
#scrollbar_content_7,
#scrollbar_content_8,
#scrollbar_content_9,
#scrollbar_content_10,
#scrollbar_content_11,
#scrollbar_content_12 {
	overflow:hidden;  
	width:456px;
	height:504px;
}

.artist_info_bg {
	position:absolute;
	top:0;
	left:0;

	filter:alpha(opacity=10);
	-moz-opacity:0.1;
	opacity:0.1;

	width:500px;
}
.artist_info_bg img {
	display:block;
	float:left;
}

/* GALLERY GRID */
#gallery_grid {
	width:996px;
	height:523px;
	/*padding:0 1px 1px 0;*/
	/*border:1px solid #999;*/
	position:relative;
}
#gallery_grid .gallery,
#gallery_grid .gallery img,
#gallery_grid .gallery .gallery_over,
#gallery_grid .gallery_empty,
#gallery_grid .gallery_empty img,
#gallery_grid .gallery .gallery_image_small,
#gallery_grid .gallery .gallery_image_small img {
	width:249px;
	height:174px;
}
#gallery_grid .gallery,
#gallery_grid .gallery_empty {
	float:left;
	position:relative;
	/*margin:1px 0 0 1px;*/
}
#gallery_grid .gallery_empty {
	filter:alpha(opacity=10);
	-moz-opacity:0.1;
	opacity:0.1;
}
#gallery_grid .gallery .gallery_over {
	position:absolute;
	top:0;
	left:0;
	display:none;
	background-color:#ed1b23;
	font-size:15px;
	color:#000;
	text-align:center;
	padding-top:49px;
	height:125px;
	cursor:pointer;
	width:249px;
	text-decoration:none;
	font-weight:normal;
}
#gallery_grid .gallery .gallery_over:hover {
	text-decoration:none;
	font-weight:normal;
}
#gallery_grid .gallery .gallery_over_noscript {
	cursor:pointer;
	display:none;
}
#gallery_grid .gallery:hover .gallery_over_noscript {
	font-weight:normal;
	text-decoration:none;
	display:block;
}
#gallery_grid .gallery_name {
	font-weight:bold;
	display:block;
}
#gallery_grid .gallery_date {
	display:block;
}
#gallery_grid .gallery_place {
	display:block;
	font-size:12px;
}

#gallery_grid .enlarge_link:hover {
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	opacity:0.8;
}

.gallery_title_wrapper {
	background-color:#fff;
  height:25px;
  padding:5px 10px;
	/*border-bottom:1px solid #999;*/
	width:976px;

	position:absolute;
	top:0;
	right:0;

	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	opacity:0.8;
}
.gallery_title_wrapper .gallery_detail_title {
  font-size:20px;
  font-weight:bold;
  margin-right:5px;
  margin-left:10px;
}
.gallery_title_wrapper .gallery_detail_date {
  font-size:16px;
  font-weight:bold;
  margin-right:5px;
}
.gallery_title_wrapper .gallery_detail_place {
  font-size:16px;
  font-weight:bold;
}

.gallery_back_wrapper {
	background-color:#fff;
  height:20px;
  padding:5px 10px;
	/*border-top:1px solid #999;
	border-right:1px solid #999;*/

	position:absolute;
	bottom:10px;
	left:0;

	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	opacity:0.8;
}
/*.gallery_back_wrapper:hover {
	filter:alpha(opacity=100);
	-moz-opacity:1;
	opacity:1;
}*/
.gallery_back_wrapper .gallery_back {
  background-image:url("images/x_black.png");
  background-position:left 0;
  background-repeat:no-repeat;
  font-size:14px;
  font-weight:bold;
  height:20px;
  padding-left:25px;
  padding-top:1px;
  display:block;
}
.gallery_back_wrapper:hover .gallery_back {
	text-decoration:underline;
}
#gallery_paging {
	background-color:#fff;
  height:20px;
	padding:5px 10px;
	/*border-top:1px solid #999;
	border-left:1px solid #999;*/

  font-size:14px;
  font-weight:bold;

	position:absolute;
	bottom:10px;
	right:0;

	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	opacity:0.8;
}
/*#gallery_paging:hover {
	filter:alpha(opacity=100);
	-moz-opacity:1;
	opacity:1;
}*/
#gallery_paging .pages {
	padding-top:1px;
	margin-right:30px;
	float:left;
}
#gallery_paging .page_number {
	padding-left:5px;
	padding-top:1px;
	float:left;
}
#gallery_paging .page_selected {
	color:#dd2222;
}
#gallery_paging .page_prev {
	width:20px;
	height:20px;
	background-image:url('images/left.png');
	background-repeat:no-repeat;
	background-position:5px 0;
	display:block;
	float:left;
	padding-left:5px;
}
#gallery_paging .page_next {
	width:20px;
	height:20px;
	background-image:url('images/right.png');
	background-repeat:no-repeat;
	background-position:7px 0;
	display:block;
	float:left;
	padding-left:7px;
}
/*#gallery_paging .page_prev,
#gallery_paging .page_next {
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	opacity:0.8;
}
#gallery_paging .page_prev:hover,
#gallery_paging .page_next:hover {
	filter:alpha(opacity=100);
	-moz-opacity:1;
	opacity:1;
}*/
#gallery_paging .page_diss,
#gallery_paging .page_diss:hover {
	filter:alpha(opacity=40);
	-moz-opacity:0.4;
	opacity:0.4;
}

.newspaper {
	position:absolute;
	top:20px;
	left:40px;
	color:#fff !important;
	font-size:14px;
	background-image:url('images/pdf-icon.png');
	background-position:0 0;
	background-repeat:no-repeat;
	padding-left:30px;
	padding-top:4px;
	height:25px;
}
.newspaper:hover {
	color:#fff !important;
	font-size:14px;
	text-decoration:underline;
}

.report {
	position:absolute;
	top:20px;
	left:40px;
	color:#fff !important;
	font-size:14px;
	background-image:url('images/doc-icon.png');
	background-position:0 0;
	background-repeat:no-repeat;
	padding-left:30px;
	padding-top:4px;
	height:25px;
}
.report:hover {
	color:#fff !important;
	font-size:14px;
	text-decoration:underline;
}

#coming_soon_overlay {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:750px;
	background-color:#fff;
	filter:alpha(opacity=90);
	-moz-opacity:0.9;
	opacity:0.9;
}
#coming_soon {
	position:absolute;
	top:0;
	left:50%;
	width:898px;
	margin-left:-500px;
	margin-top:310px;
	padding:30px 50px;
	background-color:#fff;
	height:170px;
}
.coming_soon_close {
	width:20px;
	height:20px;
	position:absolute;
	top:10px;
	right:10px;
	background-image:url('images/x_black.png');
	background-position:0 0;
	background-repeat:no-repeat;
	cursor:pointer;
}
.coming_soon_left {
	float:left;
	width:340px;
}
.coming_soon_right {
	float:right;
	width:530px;
	height:170px;
  margin-right:20px;
	overflow:hidden;
}
.scrollbar_content_intro {
	height:170px;
}
