@charset "utf-8";
/*  
smf>>
*/
/*
body {
	background-color: #3A3A3A;

	background-image:  url("images/bg_slant.png"), url("images/bg_90.png"), url("images/bg/<? $f_contents = file("bg.txt"); $line = $f_contents[array_rand($f_contents)]; $line_tr = trim($line); echo $line_tr; ?>");
	background-repeat: repeat, repeat, no-repeat;
	background-position: left top, left top, center center;
	-webkit-background-size: auto, auto, cover;
	-moz-background-size: auto, auto, cover;
	-o-background-size: auto, auto, cover;
	background-size: auto, auto, cover;
	background-attachment: scroll, scroll, fixed;

	line-height:1.4 !important;
	overflow-y: hidden ! important;
	overflow-x: auto ! important;
}
#smf {
	position: absolute;
	left: 17%;
	top: 15%;
	height: 66%;
	width: 66%;
	#border: 1px solid #e02121;
	background-image:  url("images/smf_bg.png");
	background-repeat: no-repeat;
	background-position: center center;
	#-webkit-background-size: cover;
	#-moz-background-size: cover;
	#-o-background-size: cover;
	background-size: contain;
	background-attachment: scroll;
}
*/

#smf {
	position: absolute;
	left: 25%;
	top: 21%;
	height: 50%;
	width: 50%;
	min-width: 320px;
	min-height: 200px;
	#border: 1px solid #e02121;
	background-image:  url("images/smf_bg_3.png");
	background-repeat: no-repeat;
	background-position: center center;
	#-webkit-background-size: cover;
	#-moz-background-size: cover;
	#-o-background-size: cover;
	background-size: contain;
	background-attachment: scroll;
	z-index: 2;
}
#border {
	position: absolute;
	left: 0.5%;
	top: 0.8%;
	right: 0.5%;
	bottom: 0.8%;
	border: 2px solid #e02121; #212121;
	border-radius: 25px;
}

a:link {
	text-decoration: none;
	color: #e02121;
}
a:visited {
	text-decoration: none;
	color: #e02121;
}
a:hover {
	text-decoration: underline;
	color: #ffffff;
}
a:active {
	text-decoration: none;
	color: #e02121;
}

#pageslide {
	/* These styles MUST be included. Do not change. */
	display: none;
	position: absolute;
	position: fixed;
	background: rgba(33,33,33,.3);
	#background-image: url("images/bg_slant_50.png"), url("images/bg_90.png");
	background-image: url("images/bg_rad.png");
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-background-size: 100% 100%;
	-moz-background-size: 100% 100%;
	-o-background-size: 100% 100%;
	background-size: 100% 100%;
	background-attachment: fixed;
	top: 20%;
	z-index: 999999;

	/* Specify the width of your pageslide here */
	width: 100%;
	#height: 100%;
	min-height: 200px;
	#padding: 0px -40px 30px 60px;
	#margin: 0 40px 0 0px;
	bottom: 200px;
	overflow: hidden;
	
	/* These styles are optional, and describe how the pageslide will look */
	#background-color: #333;
	color: #FFFFFF;
	-webkit-box-shadow: 0 0 30px 0 #0f0f0f;
	-moz-shadow: 0 0 30px 0 #0f0f0f;
	box-shadow: 0 0 30px 0 #0f0f0f;
}
#modal {
	display: none;
	text-align: left;
	margin: 0 0 0 0;
	padding: 0 50px 20px 50px;
	text-align: justify;
}
#pageslide_op {
	margin: 0;
	padding: 20px 50px 20px 50px;
	text-align: justify;
}

#menu_container {
	position: absolute;
	width: 100%;
	height: 0;
	#text-align: center;
	left: 0;
	right: 0;
	bottom: 0;
	margin: 0;
	padding: 0;
	z-index: 2;
	#border-top: 2px solid #b82121;
}
#menu {
	position: relative;
	bottom: 40px;
	min-width: 850px;
	height: 90px;
	#height: 14px;
	background-image: url("images/bg_50.png");
	border: 0;
	#border-top: 2px solid #3a3a3a;
	padding: 3px 15px 0px 15px;
	margin: 0px 0 0px 0px;
	font-size: 0.65em;
	color: #FFF;
	text-align: center;
	-webkit-box-shadow: 0 0 10px 0 #0f0f0f;  \* #0f0f0f *\
	-moz-shadow: 0 0 10px 0 #0f0f0f;
	box-shadow: 0 0 10px 0 #0f0f0f;
	#border-top: 2px solid #b82121;
	
}
#menu .single {
	#position: relative;
	#float: left;
	#background-image: url("images/slant.png");
	padding: 10px 10px 100px 10px ;
	margin: 0 5px 0 5px;
	width: 100%;
	height: 100%;
	#top: 0;
	#bottom: 0;
	#left: 0;
	z-index: 4;
}
#menu .single:hover {
	#background-color: #b82121;
	background: rgba(224,33,33,0.8);	/* 224 184*/
	background-image: url("images/bg_20.png"), url("images/bg_slant_20.png");
	white-space: nowrap;
	#padding: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 0 0 10px 0 #0f0f0f;
	-moz-shadow: 0 0 10px 0 #0f0f0f;
	box-shadow: 0 0 10px 0 #0f0f0f;
}
#menu a:link { text-decoration: none; color: #e02121; }
#menu a:visited { text-decoration: none; color: #e02121; }
#menu a:hover { text-decoration: none; color: #fff; }
#menu a:active { text-decoration: none; color: #fff; }
#menu table { height: 100%; padding: 0; margin: 0; }
#menu table td { height: 100%; padding: 0; margin: 0; border:1px solid #fff; }
#close {
	position: absolute;
	width: 100%;
	#height: 22px;
	height: 22px;
	text-align: left;
	left: 0;
	right: 0;
	#bottom: 40px; /* 15px */
	bottom: 0;
	margin: 0;
	padding: 0;
	#background-color: #b82121; #e02121;
	background: rgba(244,33,33,0.6);
	background-image: url("images/bg_20.png"), url("images/bg_slant_20.png");
	font-size: 0.9em;
	font-weight: bold;
	color: #FFF;
	#text-transform:uppercase;
	-webkit-box-shadow: 0 0 10px 0 #0f0f0f;
	-moz-shadow: 0 0 10px 0 #0f0f0f;
	box-shadow: 0 0 10px 0 #0f0f0f;
	#border-top: 6px solid #b82121;
	display: none;
	z-index: 3;
}
#close:hover {
	background: rgba(33,33,33,0.6);
}
#close .button { margin: 3px 0 0 20px; pointer-events: none; opacity: 0.8; }
#close a:link { text-decoration: none; color: #fff; }
#close a:visited { text-decoration: none; color: #fff; }
#close a:hover { text-decoration: none; color: #fff; }
#close a:active { text-decoration: none; color: #fff; }









/* CSS Document */
/* opacity: 0.5; and filter: alpha(opacity=50); for opacity changes 
		-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
		filter: alpha(opacity=75);
		filter: progid:DXImageTransform.Microsoft.Alpha(opacity=75);
		opacity: 0.75;
		
		<div id="logo_link"><a href"/" class="top_slide_link"><img src="images/spacer.png" width="280" height="90" border="0" /></a></div>
*/


/* Main Content */
#z_liner {position: relative; z-index: 4;}
#main_container {
	position:absolute;
	width: 50%;
	#min-width: 700px;
	left: 25%;
	top: 0px;
	margin: 0;
	padding: 0;
	#padding-right: 10px;
	height: 88%;
	min-height: 200px;
	#background-image:url(../images/tnslogo_full.png);
	#background-repeat: no-repeat;
	#border: 2px solid #FFF;
	-moz-box-sizing property: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
#main_panel {
	position: relative;
	background: rgba(33,33,33,.3);
	background-image: url("images/bg_slant_30.png"), url("images/bg_rad.png");
	background-repeat: repeat, no-repeat;
	background-position: left top, center center;
	-webkit-background-size: auto, 100% 100%;
	-moz-background-size: auto, 100% 100%;
	-o-background-size: auto, 100% 100%;
	background-size: auto, 100% 100%;
	background-attachment: scroll, fixed;
	height: 100%;
	display: none;
	margin: 20px 0 0 0;
	padding: 12px 20px 0 15px;
	z-index: 2;
	border-radius: 5px;
	-webkit-box-shadow: 0 0 10px 0 #0f0f0f;
	-moz-shadow: 0 0 10px 0 #0f0f0f;
	box-shadow: 0 0 10px 0 #0f0f0f;
	overflow-x: hidden;
	overflow-y: auto;
}
#container {
	position:absolute;
	width: 50%;
	left: 25%;
	top: 0px;
	margin: 0;
	padding: 0;
	height:80%;
	min-height: 200px;
	-moz-box-sizing property: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
#top_panel {
	position: relative;
	background: rgba(33,33,33,.3);
	background-image: url("images/bg_slant_30.png"), url("images/bg_rad.png");
	background-repeat: repeat, no-repeat;
	background-position: left top, center center;
	-webkit-background-size: auto, 100% 100%;
	-moz-background-size: auto, 100% 100%;
	-o-background-size: auto, 100% 100%;
	background-size: auto, 100% 100%;
	background-attachment: scroll, fixed;
	height: 20%;
	display: none;
	margin: 20px 0 0 0;
	padding: 12px 20px 15px 15px;
	z-index: 2;
	border-radius: 5px;
	-webkit-box-shadow: 0 0 10px 0 #0f0f0f;
	-moz-shadow: 0 0 10px 0 #0f0f0f;
	box-shadow: 0 0 10px 0 #0f0f0f;
	-moz-box-sizing property: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	#text-align: center;
	#margin: 25px 25px 25px 25px;
	#padding: 25px 25px 25px 25px;
	overflow-x: hidden;
	overflow-y: auto;
}
#about {
	position: relative;
	width: 100%;
	height: 100%;
	text-align: justify;
	line-height: 9pt;
	font-size: 9pt;
	margin: 0 0px 0 0;
	padding: 0 0px 0 0;
}
#top_panel_2 {
	position: relative;
	background: rgba(33,33,33,.3);
	background-image: url("images/bg_slant_30.png"), url("images/bg_rad.png");
	background-repeat: repeat, no-repeat;
	background-position: left top, center center;
	-webkit-background-size: auto, 100% 100%;
	-moz-background-size: auto, 100% 100%;
	-o-background-size: auto, 100% 100%;
	background-size: auto, 100% 100%;
	background-attachment: scroll, fixed;
	height: 75%;
	display: none;
	margin: 20px 0 0 0;
	padding: 12px 20px 15px 15px;
	z-index: 2;
	border-radius: 5px;
	-webkit-box-shadow: 0 0 10px 0 #0f0f0f;
	-moz-shadow: 0 0 10px 0 #0f0f0f;
	box-shadow: 0 0 10px 0 #0f0f0f;
	-moz-box-sizing property: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	#margin: 25px 25px 25px 25px;
	#padding: 25px 25px 25px 25px;
	overflow-x: hidden;
	overflow-y: auto;
}
#node {
	position: relative;
	width: 100%;
	height: 100%;
	text-align: justify;
	line-height: 9pt;
	font-size: 9pt;
	margin: 0 0px 0 0;
	padding: 0 0px 0 0;
}

#container_2 {
	position:absolute;
	width: 50%;
	#min-width: 700px;
	left:25%;
	#right:20%;
	top: 0px;
	margin: 0;
	#padding-right: 10px;
	#height: auto !important;
	height:80%;
	min-height: 200px;
	#background-image:url(../images/tnslogo_full.png);
	#background-repeat: no-repeat;
	#border: 5px solid #FFF;
	-moz-box-sizing property: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
#top_panel_3 { display: none; }
#top_panel_4 { display: none; }


.top_panel_headline {
	font-size: 11pt;
	font-weight: bold;
	line-height: 12pt;
}
#top_panel_close {
	position: absolute;
	font-size: 0.75em;
	bottom: 0;
	#right: 20px;
	left: -7px;
	#width: 100%;
	#height: 6px
	text-align: right;
	padding: 0;
	margin: 0;
	z-index: 7;
}

/*
#top_panel_close {
	position: absolute;
	top: 0px;
	right: 0px;
	font-size: 8pt;
	text-align: left;
	padding: 0;
	margin: 0;

}
*/
#top_panel_close a {
	background: rgba(184,33,33,0.8);
	background-image: url("images/bg_slant_20.png");
	position: fixed;
	width: 14px;
	height: 57px;
	#width: 50%;
    #padding: 0 15px 0 0;
	margin: -50px 0 0 0;
	color: #696969;
	text-decoration: none;
	border-radius: 5px;
	-webkit-box-shadow: 0 0 10px 0 #0f0f0f;
	-moz-shadow: 0 0 10px 0 #0f0f0f;
	box-shadow: 0 0 10px 0 #0f0f0f;
}
#top_panel_close a:hover {
	background: rgba(33,33,33,0.8);
	background-image: url("images/bg_slant_20.png");
	color: #FFFFFF;
	#border-top-left-radius: 5px;
	#border-top-right-radius: 5px;
	#border-bottom-left-radius: 5px;
	#border-bottom-right-radius: 5px;
	-webkit-box-shadow: 0 0 10px 0 #0f0f0f;
	-moz-shadow: 0 0 10px 0 #0f0f0f;
	box-shadow: 0 0 10px 0 #0f0f0f;
}
#top_panel_close a.selected {
	background: rgba(184,33,33,0.8);
	background-image: url("images/bg_slant_20.png");
	color: #FFFFFF;
	#border-bottom-left-radius: 5px;
}
#top_panel_close a:focus {outline: none;}
#content_space {
	padding: 0px;
	padding-bottom: 75px;
}
#content {
	width: 704px;
	padding: 5px;
	padding-top: 0px;
	padding-left: 12px;
}
.main_content {
	text-align: justify;
	vertical-align: top;
	padding: 20px 30px 10px 0px;
}
.main_content_r {
	width: 150px;
	vertical-align: top;
	padding: 20px 0px 10px 10px;
}
#footer {
	position: absolute;
	font-family: Myriad Pro, Tahoma, Helvetica,  Arial, sans-serif;
	left: 0;
	bottom: 25px;
	width: 220px;
	min-width: 220px;
	#height: 45px;
	padding: 0;
	margin: 0;
	font-size: 0.75em;
	#border: 1px solid #FFF;
	-moz-box-sizing property: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	#pointer-events: none;
	z-index: 3;
	#-webkit-box-shadow: 0 0 10px 0 #0f0f0f;
	#-moz-shadow: 0 0 10px 0 #0f0f0f;
	#box-shadow: 0 0 10px 0 #0f0f0f;
}

/* End -- Main Content */


/* Lines */
/*
#line_dot {
	position: relative;
	background-image:url(../images/line_dot.png);
	background-repeat: repeat-x;
	width: 715px;
	height: 1px;
	margin-left: -11px;
	margin-top: 3px;
	margin-bottom: 3px;
}
#line_dot_vert {
	position: relative;
	background-image:url(../images/line_dot_vert.png);
	background-repeat: repeat-y;
	width: 1px;
	margin: 0px;
	margin-top: -9px;
	margin-right: 15px;
}
#line_footer {
	position: relative;
	background-image:url(../images/line_dot.png);
	background-repeat: repeat-x;
	width: 715px;
	height: 1px;
	margin-left: -11px;
	margin-top: 5px;
	margin-bottom: 5px;
}
*/
/* End -- Lines */


/* Text and Color Forms */

#title {
	color: #C0151C;
	font-size: 12pt;
	font-weight: bold;
	margin-left: 0px;
	letter-spacing: -1px;
}
.red {color: #e02121;}
.white {color: #FFF;}
.black {color: #101010;}
.gray {color: #aaaaaa;}
.gray_dark {color: #696969;}
.gray_light {color: #bfbfbf;}

.txt_top {vertical-align: top;}
.subtext {
	padding-left: 14px;
	font-size: 9pt;
}
.headline {
	position: relative;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	padding: 0px 30px 10px 10px;
	margin: 0px 0px 25px 0px;
	top: 12px;
	letter-spacing: -3px;
	cursor: default;
}
.subheadline {
	position: relative;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	padding: 3px 25px 3px 20px;
	top: -1px;
	letter-spacing: -1px;
	cursor: default;
}
.address {
	position: relative;
	font-size: 19.5px;
	font-weight: bold;
	padding: 5px 35px 6px 10px;
	margin: 0px 0px 0px 0px;
	top: 3px;
	z-index: 1;
}
.address_s {
	position: relative;
	font-size: 10pt;
	font-weight: bold;
	padding: 3px 25px 1px 11px;
	top: 15px;
	z-index: 2;
}
.contact_text {
	width: 120px;
	font-weight: bold;
	text-align: left;
	vertical-align: top;
	background: url('../images/line_thick.png') no-repeat;
}
.red_bg {background: #e02121;}
.white_bg {background: #FFFFFF;}
.black_bg {background: #101010;}
.gray_bg {background: #969696;}
.striped_bg {background: rgba(184,33,33,1.0); background-image: url('images/bg_striped_50.png');}	/* 224 184*/
.striped_bg_op {background: rgba(184,33,33,1.0); background-image: url("images/bg_slant_20.png");}	/* 224 184*/

/* End -- Text and Color Forms */


/* Misc */
/*
.left_cell {
	padding-left: 7px;
	vertical-align: top;
	background: url('../images/line_thick.png') no-repeat;
}
.left_cell_title {
	font-weight: bold;
	text-align: left;
}
.left_cell_title2 {
	font-weight: bold;
	text-align: left;
	background: url('../images/line_thick.png') no-repeat;
}
.right_cell {
	padding-left: 7px;
	vertical-align: top;
}
*/
.icon {border: none;}
.right {float: right;}
.left {float: left;}

/* End -- Misc */


/* Form Objects */
/*
.field {
	margin-bottom: 3px;
	background-color: #FFFFFF;
	border: 1px solid #101010;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	padding-left: 3px;
	padding-right: 3px;
	padding-top: 1px;
}
.field2 {
	padding-top: 3px;
	float: left;
}
.field_size {
	width: 219px;
	height: 16px;
}
.field_size2 {
	width: 219px;
	height: 70px;
}
.field_size3 {
	width: 16px;
	height: 16px;
}
.dropdown {
	margin-bottom: 2px;
	width: 227px;
	height: 20px;
	background-color: #FFFFFF;
	border: 1px solid #101010;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
}
.button {
	width: 202px;
	height: 24px;
	color: #101010;
	text-align: left;
	vertical-align: middle;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	padding: 0px 0px 2px 5px;
	margin: -1px -1px 0px 0px;
}
.contact_fields {padding-left: 6px;}
*/
/* End -- Form Objects */


/* Icons */

.icon_36 {
	width: 36px;
	height: 35px;
	border: 0;
}
.icon_36_spacer {width: 0px;}
.facebook_36 {background: url('images/i_facebook.png') no-repeat 0px -34px;}
.facebook_36:hover {background: url('images/i_facebook.png') no-repeat 0px 0px;}
.myspace_36 {background: url('images/i_myspace.png') no-repeat 0px -34px;}
.myspace_36:hover {background: url('images/i_myspace.png') no-repeat 0px 0px;}
.twitter_36 {background: url('images/i_twitter.png') no-repeat 0px -34px;}
.twitter_36:hover {background: url('images/i_twitter.png') no-repeat 0px 0px;}
.mail_36 {background: url('images/i_mail.png') no-repeat 0px -34px;}
.mail_36:hover {background: url('images/i_mail.png') no-repeat 0px 0px;}
.icon_18 {
	width: 18px;
	height: 18px;
	border: 0;
}
.icon_18:link {
	text-decoration: none;
	border: 0;
}
.icon_18:visited {
	text-decoration: none;
	border: 0;
}
.icon_18:hover {
	text-decoration: none;
	border: 0;
}
.icon_18:link {
	text-decoration: none;
	border: 0;
}
.icon_18:visited {
	text-decoration: none;
	border: 0;
}
.icon_18_spacer {width: 1px;}
.facebook_18 {background: url('images/i_facebook_18.png') no-repeat 0px -18px;}
.facebook_18:hover {background: url('images/i_facebook_18.png') no-repeat 0px 0px;}
.myspace_18 {background: url('images/i_myspace_18.png') no-repeat 0px -18px;}
.myspace_18:hover {background: url('images/i_myspace_18.png') no-repeat 0px 0px;}
.twitter_18 {background: url('images/i_twitter_18.png') no-repeat 0px -18px;}
.twitter_18:hover {background: url('images/i_twitter_18.png') no-repeat 0px 0px;}
.mail_18 {background: url('images/i_mail_18.png') no-repeat 0px -18px;}
.mail_18:hover {background: url('images/i_mail_18.png') no-repeat 0px 0px;}

.smf_s {
	position: absolute;
	left: 77px;
	bottom: -9px;
	width: 39px;
	height: 30px;
	border: 0;
	z-index: 1;
}
.smf_s_img {background: url('images/smf_s_75.png') no-repeat 0px 0px;}
.smf_s_img:hover {background: url('images/smf_s_75.png') no-repeat 0px -32px;}

/* End -- Icons */


/* Slide (Text and Image) */

.slide_dimensions {
	width: 713px;
	height: 163px;
}
.slide_container {
	margin-top: -11px;
	margin-bottom: -19px;
}
#slide_tns_img {
	width: inherit;
	height: inherit;
}
.ic_container {
    margin: 10px;
    position: relative;
	margin-bottom: 10px;
}
.overlay {
	width: inherit;
	height: inherit;
    position: absolute;
    overflow: hidden;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
	padding: 0px;
	margin: 0px;
}
.opacity_wh {
	filter: alpha(opacity=75);
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=75);
	opacity: 0.75;
}
.ic_caption {
    position: absolute;
    overflow: hidden;
    margin: 0px;
    padding: 0px;
    left: 0px;
    right: 0px;
	margin: 0px 0px 15px 0px;
}
.ic_text {
	color: #FFFFFF;
	padding: 5px 80px 10px 20px;
    margin: 0px;
    font-size: 9pt;
	text-align: justify;
	vertical-align: middle;
	line-height: 9pt;
}
.ic_text a {color: #FFFFFF; text-decoration: underline;}

/* End -- Slide (Text and Image) */


/* Scroller */

.scroller_dimensions {
	width: 713px;
	height: 160px;
}
#slider {
	position: relative;
    margin: 0px;
	margin-left: -11px;
	padding: 0px;
    position: relative;
	top: 6px;
	z-index: 3;
}
.scroll {
    overflow: auto;
    overflow-x: hidden;
    position: relative;
    margin: 0px;
	padding: 0px;
	border: 1px solid #C1151C;
	border-top: 2px solid #C1151C;
	border-bottom: 2px solid #C1151C;
	background: url('../images/bg.gif') repeat-y;
	background-position: inherit;
	border-radius: 3px;
	-moz-box-shadow: 0px 1px 5px 0px #AAAAAA;
    -webkit-box-shadow: 0px 1px 5px 0px #AAAAAA;
	filter: progid:DXImageTransform.Microsoft.Shadow(color='#AAAAAA', Direction=180, Strength=3);
}
.scrollContainer div.panel {
    margin: 0px 0px 60px 0px;
	padding: 0px;
}
ul.navigation {
	position:relative;
    list-style: none;
    margin: 3px 0px 0px 0px;
    padding: 0px;
	font-size: 8pt;
}
ul.navigation li {
    display: inline;
    margin: 0px;
	padding: 0px;
}
ul.navigation a {
    padding: 9px 10px 4px 10px;
	margin: 0px -3px 0px 0px;
    color: #101010;
    text-decoration: none;
}
ul.navigation a:hover {background: url('../images/bg_striped_90.png') repeat-y; color: #FFFFFF;}
ul.navigation a.selected {background: url('../images/bg_striped_90.png') repeat-y; color: #FFFFFF;}
ul.navigation a:focus {outline: none;}
.scrollButtons {
    position: absolute;
    top: 150px;
	cursor: pointer;
	z-index: 2;
}
.scrollButtons.left {right: -13px; top: 8px}
.scrollButtons.right {right: -13px; top: 34px}

.hide {display: none;}

.autoplay {
	display: none;
    position: absolute;
    top: 136px;
	right: -13px;
	width: 26px;
	height: 26px;
	cursor: pointer;
	z-index: 20;
}
.autoplay_play {
}
.autoplay_pause {
}

#test {position: absolute; right: -50px; bottom: 28px; color: #FFFFFF; cursor: pointer; padding-left: 10px; opacity: 0.5;}

/* End -- Scroller */