/*
	jQuery Coda-Slider v1.1.1 - http://www.ndoherty.biz/coda-slider
	Copyright (c) 2009 Niall Doherty
	This plugin available for use in all personal or commercial projects under both MIT and GPL licenses.*/
p {
text-align:left;
font-size:15px;
margin:5px 20px;
}

ul {
font-size:13px;
line-height:1.4em;
}

p a {
	text-decoration:none;
	font-size:15px;
}

li a {
	text-decoration:none;
}

p a:hover {
text-decoration:underline;
}

p.intro {
border-bottom:1px solid #ccc;
margin-bottom:20px;
text-align:center;
width:100%;
padding:20px 0 30px;
}

p#cross-links {
text-align:center;
border-bottom:1px solid #ccc;
margin-bottom:30px;
padding-bottom:30px;
}

a:focus {
outline:none;
}

img {
border:0;
}

.prvnxt {
border-bottom:1px solid silver;
margin-bottom:5px;
padding-bottom:3px;
text-align:left;
}

.prvnxt a {
text-decoration:none;
font-size:14px;
font-weight:bold;
}

.prvnxt a:hover {
text-decoration:underline;
}

h2 {
font-size:18px;
margin:6px 10px 6px 20px;
}

h2 a {
font-size:18px;
}

h2 a:hover {
text-decoration:underline;
}

.stripViewer .panelContainer .panel ul {
text-align:left;
margin:0 15px 0 30px;
}

.slider-wrap {
	position:relative;
	width:100%;
	margin-top:-25px;
}

/* These 2 lines specify style applied while slider is loading */
.csw {
width:100%;
height:350px;
background:#fff;
overflow:scroll;
}

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

.stripViewer {
	position:relative;
	overflow:hidden;
	width:790px;
	height:390px;
	clear:both;
	background-image:url(../images/background790x390x85.png);
	margin:auto;
}

.stripViewer .panelContainer {
position:relative;
left:0;
top:0;
width:100%;
list-style-type:none;
}

.stripViewer .panelContainer .panel {
float:left;
height:100%;
position:relative;
width:790px;
}

.stripViewer .panelContainer .panel .wrapper {
padding:10px;
}

.stripNav {
margin-right:auto;
margin-left:auto;
}

.stripNav ul {
list-style:none;
}

.stripNav ul li {
float:left;
margin-right:2px;
}

.stripNav a {
	font-size:13px;
	font-weight:bold;
	text-align:center;
	line-height:20px;
	color:#000000;
	text-decoration:none;
	display:block;
	background-image:url(../images/Greytab.png);
	background-repeat:repeat-x;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0;
	padding-left: 5px;
}

.stripNav li a:hover {
background-image:url(../images/Bricktab.png);
background-repeat:repeat-x;
color:#FFFFFF;
}

.stripNav li a.current {
color:#000000;
background-image:url(../images/Currenttab.png);
}

.stripNavL {
position:absolute;
top:125px;
text-indent:-9000em;
left:10px;
margin-left:0;
background-image:url(../images/Leftbutton.png);
background-repeat:no-repeat;
background-position:-36px;
}

.stripNavR {
position:absolute;
top:125px;
text-indent:-9000em;
right:0;
margin-right:10px;
background-image:url(../images/Rightbutton.png);
background-repeat:no-repeat;
background-position:-36px;
}

.stripNavL a {
display:block;
height:144px;
width:0;
}

.stripNavR a {
display:block;
height:144px;
width:0;
}

.stripNavL a:hover {
background-image:url(../images/Leftbutton.png);
background-repeat:no-repeat;
background-position:-72px;
}

.stripNavR a:hover {
background-image:url(../images/Rightbutton.png);
background-repeat:no-repeat;
background-position:-72px;
}

a.cross-link {
display:inline-block;
height:23px;
width:106px;
margin-left:20px;
background-image:url(../images/Button26pixy.png);
background-repeat:no-repeat;
background-position:left -26px;
color:#000000;
text-align:center;
vertical-align:middle;
padding-top:4px;
margin-right:-10px;
margin-bottom:4px;
}


a.cross-link:hover {
background-image:url(../images/Button26pixy.png);
background-repeat:no-repeat;
background-position:left -52px;
color:#FFFFFF;
text-decoration:none;
}
