@charset 'UTF-8';

/* ----------------------------------------------
ajax tab 500px
------------------------------------------------- */
ul.pre_next {
	padding-top: 12px;
	margin-bottom: 15px;
	float: right;
	clear: both;
	}
		
ul.pre_next li {
	display: inline;
	font-size: 12px;
	padding-right: 5px;
	border: none;
	}
		
ul.pre_next li a {
	color: #4d4d4d;
	text-decoration: none
	}
		
ul.pre_next li a:hover {
	color: #283e93;
	text-decoration: underline;
	}

ul.pre_next li.cl_first {
	border: none;
	padding: 0;
	}
		
ul.pre_next li.cl_last {
	border-left: 1px solid #4d4d4d;
	padding-left: 5px;
	}

noscript p, noscript ul {
	color: #a00;
	font-size: 12px;
	line-height: 1.4em;
	text-align: left;
	}

noscript a {
	color: #a00;
	text-decoration: underline;
	}

noscript ul {
	margin-left: 15px;
	}
		
.stripViewer .panelContainer .panel ul {
	text-align: left;
	margin: 0 15px;
	}
		
/* These 2 lines specify style applied while slider is loading */
.csw {
	width: 100%;
	height: 400px;
	background: #fff;
	overflow: scroll;
	}

.csw .loading {
	margin: 180px 0 188px 0;
	text-align: center;
	}

.stripViewer { /* This is the viewing window */
	position: relative;
	overflow: hidden;
	margin: auto;
	width: 500px; /* Also specified in  .stripViewer .panelContainer .panel  below */
	height: auto;
	clear: both;
	}
		
.stripViewer .panelContainer { /* This is the big long container used to house your end-to-end divs. Width is calculated and specified by the JS  */
	position: relative;
	left: 0; top: 0;
	width: 100%;
	list-style-type: none;
	}
		
.stripViewer .panelContainer .panel {
	float:left;
	height: 100%;
	position: relative;
	width: 500px; /* Also specified in  .stripViewer  above */
	}
		
.stripViewer .panelContainer .panel .panel_wrapper {
	padding: 0;
	}
		
.stripNav { /* this is the div to hold the top navigation*/
	float: right;
	padding-right: 15px;
	margin-bottom: 15px;
	background-color: transparent;
	}
		
.stripNav ul li {
	float: left;
	margin-right: 2px; /* If you change this, be sure to adjust the initial value of navWidth in coda-slider.1.1.1.js */
	}
		
.stripNav a {
	font-size: 12px;
	text-align: center;
	line-height: 32px;
	background-color: transparent;
	color: #C0C0C0;
	text-decoration: none;
	display: block;
	padding: 0 10px;
	}
		
.stripNav li.tab1 a, .stripNav li.tab2 a, .stripNav li.tab3 a, .stripNav li.tab4 a, .stripNav li.tab5 a { 
	background-color: transparent;
	}
		
.stripNav li a:hover {
	color: #1672d6;
	}
		
.stripNav li a.current {
	background-color: transparent;
	color: #000;
	}
	
/* to make content outside box*/

.outbox500_al_right{
	width:460px;
	margin:-5px 15px 15px;
	padding:0px 5px 5px;
	color:4d4d4d;
	font-size:12px;
	text-align:right;
	}
