/* @override http://fluidarc.com/stylesheets/ups-screen.css */

div.sidebar {
	display: none;
}


.free-link3{
	display:block;
	position:absolute;
	top: 86px;
	left: 705px;
	z-index: 1000;
}

.inner .main-column{
	margin:0;
	padding: 10px 25px 10px 10px;
	width: 661px;

}
.inner .main-column2{
	margin:0;
	padding: 10px 0;
	width: 930px;
}

#obbFrame {
	position: relative;
	top: -37px;
	right: 4px;
	height: 1000px;
	width: 100%;
}

div.iframe {
	position: relative;
	overflow: hidden;
}
ul.list-3by3.alt-list {
	list-style-type: none;
	padding-left: 0;
}

div.pitem {
	padding: 24px;
	border: 4px double #e4e4e4;
	margin-bottom: 24px;
}

#middle div.middle-top div.content div.main-column div.main-info ul.list-3by3.alt-list li {
	margin-left: 6px;
}

#middle div.middle-top div.content div.main-column div.main-info ul.list-3by3.alt-list li a img {
	margin-left: -24px;
}

#middle div.middle-top div.content div.main-column div.main-info ul.list-3by3.alt-list li a.fancybox img {
	margin-bottom: -14px;
}

#middle div.middle-top div.content div.main-column div.main-info ul.list-3by3.alt-list li h2 {
	display: inline-block;
}

#middle div.middle-top div.content div.main-column div.main-info ul.list-3by3.alt-list li a {
	text-decoration: none;
}
#middle div.middle-top div.content div.main-column div.main-info ul.list-3by3.alt-list li a:hover {
	text-decoration: underline;
}

#middle div.middle-top div.content div.main-column div.main-info table caption {
	text-align: left;
	margin-left: 10px;
}


/* @group Library */

div.capt {
	margin-top: 5px;
	margin-bottom: 11px;
	text-align: center;
}

#middle div.middle-top div.content div.main-column div.main-info ul.list-3by3.alt-list div.pitem li h4 {
	border-bottom: 1px dotted silver;
	margin-right: 45px;
	padding-bottom: 5px;
}

#middle div.middle-top div.content div.main-column div.main-info ul.list-3by3.alt-list h2 {
	display: inline-block;
}

#middle div.middle-top div.content div.main-column div.main-info ul.list-3by3.alt-list li h4 {
	font-size: 15px;
	margin-top: 0;
	margin-bottom: 5px;
}

/* @group Slider */

	
		.slider-wrap { /* This div isn't entirely necessary but good for getting the side arrows vertically centered */
			margin: 0;
			position: relative;
			width: 100%;
		}
	

		/* These 2 lines specify style applied while slider is loading */
		.csw {width: 100%; height: 460px; background: #fff; overflow: scroll}
		.csw .loading {margin: 200px 0 300px 0; text-align: center;
}

		.stripViewer { /* This is the viewing window */
			position: relative;
			overflow: hidden; 
			border: 1px solid #d7d7d7; /* this is the border. should have the same value for the links */
			border-top: none;
			margin: 0;
			width: 666px; /* Also specified in  .stripViewer .panelContainer .panel  below */
			/*height: 460px;*/
			clear: both;
			background: #fff;
		}
		
		.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;
			/* -moz-user-select: none; // This breaks CSS validation but stops accidental (and intentional - beware) panel highlighting in Firefox. Some people might find this useful, crazy fools. */
		}
		
		.stripViewer .panelContainer .panel { /* Each panel is arranged end-to-end */
			float:left;
			height: 100%;
			position: relative;
			width: 666px; /* Also specified in  .stripViewer  above */
		}
		
		.stripViewer .panelContainer .panel .wrapper { /* Wrapper to give some padding in the panels, without messing with existing panel width */
			padding: 30px 30px 0;
	border-top: 1px solid #d7d7d7;
}
		
		.stripNav {
			border-top: 1px none #d7d7d7;
			border-left: 1px solid #d7d7d7;
			border-right: 1px none #d7d7d7;
			height: 36px;
			margin: 0;
			overflow: hidden;
	border-bottom: 1px none #d7d7d7;
}
		
		.stripNav ul { /* The auto-generated set of links */
			list-style: none;
			margin: 0;
			overflow: hidden;
			padding: 0;
		}
		
		.stripNav ul li {
			float: left;
			margin: 0;
	border-top: 1px solid #d7d7d7;
}

li.tab5 {
	border-right: 2px solid #d7d7d7;
}
		
		#stripNav0 a { /* The nav links */
			font-size: 14px;
			font-weight: bold;
			text-align: center;
			line-height: 36px;
			color: #888;
			text-decoration: none;
			display: block;
			padding: 0 15px;
	border-right: 1px solid #e1e1e1;
}
		

		#stripNav0 li a:hover {
			background: #e0f0fa;
			color: #1969bc;
			text-decoration: none;
}
		
		#stripNav0 li a.current {
			background: #f2f2f2;
			color: #000;
		}
		
		.stripNavL, .stripNavR { /* The left and right arrows */
			position: absolute;
			top: 230px;
			text-indent: -9000em;
		}
		
		.stripNavL a, .stripNavR a {
			background: #000;
			display: none;
			height: 40px;
			width: 40px;
		}
		
		.stripNavL {
			left: 0;
		}
		
		.stripNavR {
			right: 0;
		}


/* @end */

/* @end */

/* @group Content - Overview */

.nav-side ul {
	margin: 0;
	padding: 0;
}

.nav-side li a {
	background: #F5F5F5;
	border-top: 1px solid #fff;
	color: #878787;
	display: block;
	font-size: 14px;
	font-weight: bold;
	height: 36px;
	line-height: 36px;
	padding: 0 0 0 18px;
	width: 180px;
	text-decoration: none;
}

.nav-side li a:hover {
	background: #e0f0fa;
	color: #1969bc;
}

.nav-side li.selected a,
.nav-side li.selected a:hover {
	background: #666;
	color: #fff;
	cursor: default;
}

.nav-side li a:hover {
	background: #e0f0fa;
	border-top: 1px solid #fff;
	color: #1969bc;
	display: block;
	font-size: 14px;
	font-weight: bold;
	height: 36px;
	line-height: 36px;
	text-decoration: none;
}

.slider-wrap .cta {
	text-align: right;
	display: none;
}

.slider-wrap .skinny {
	width: 280px;
}

.slider-wrap h2 {
	margin: 0 0 30px;
}

.slider-wrap .skinny h3 {
	margin: 0 0 3px;
}

.super-image {
	position: absolute;
	top: 107px;
	right: 0;
}

.prev-next {
	margin: 36px 0 18px;
}
.prev-next1 {
	margin: 36px 0 18px;
	display: inline-block;
	float: right;
	position: absolute;
	top: 4px;
	left: 30px;
}

#slider1 div.panelContainer div.panel div.wrapper p.prev-next1 a.link-button.cross-link {
	font-weight: normal;
	font-style: normal;
	color: silver;
}
#slider1 div.panelContainer div.panel div.wrapper p.prev-next1 a.link-button.cross-link:hover {
	font-weight: normal;
	font-style: normal;
	color: blue;
}



/* @end */