
#newsSliderWrap
{
  width: 220px;
  /*margin: 50px auto;*/
  padding-bottom: 0px;
  position: relative;
  margin-left:auto;
  margin-right:auto;
  overflow:hidden;
}

#newsSlider
{
	width: 220px;
	margin-left: auto;
	margin-right:auto;
}

#newsSlider .stripViewer
 {
	position: relative;
	overflow: hidden;
	clear: both;
 }

 .stripViewer .panelContainer
{ position: relative;
  left: 0px;
  top: 0px;
 }

 .stripViewer .panelContainer .panel
{
	float: left;
	position: relative;
	width: 220px;
}

 .stripNav
{
	margin-left: 22px;
	position: relative;
	top: 18px;
	z-index: 99;
        width: 285px;
}

.wrapper
{
	margin:0px;
	padding:0px;
	margin-bottom:0px;
}

.wrapper p ,img
{
	margin-top:0px;
	padding-top:0px;
	margin-bottom:0px;
	padding-bottom:0px;
}
.innerWrap
{
	width: 220px;
	overflow: hidden;
	margin:0px;
	padding:0px;
}

#push
{
	height: 35px;
}

#contents
{
	border:1px solid #ccc;
	width:220px;
	padding-left:7px;
	padding-right:7px;
	/*margin-bottom:10px;*/
	font-size:13px;
}

.content
{
	width:220px;
	margin-bottom:10px;
	padding-top:15px;
}

/*
	MAIN TABBED NAVIGATION
*/
.stripNav ul li
{
	float: left;
}

.stripNav li a
{ /* Generic "CSS image replacement" */
  display: block;
  height: 18px;
  text-indent: -9999px;
 }



/*
	SUB NAVIGATION
*/
.stripNavL a, .stripNavR a 			{ display: block; position: absolute; width: 13px;
							 		  height: 15px; text-indent: -9999px; z-index:100;}
.stripNavL a						{ top: 3px; left: 0px; background: url(images/prev.png); background-repeat:no-repeat}
.stripNavR a 						{ top: 0px; right: 0px; background: url(images/next.png);background-repeat:no-repeat}



/*
	HEADLINES STYLING
*/
.panel ul 							{ width: 220px; }
.panel ul li a 						{ border-bottom: 1px solid #C1B599; color: #303030;
						  		  	  display: block; padding: 0px 0px; }
.panel ul li:last-child a 			{ /* Remove bottom border on last list item
	   							  	  Hooray for pseudo selectors! */
								  	  border: none; }
								  	  /* Unique rollover colors for each list */
.panel ul#psd-list li a:hover 		{ background: #b20202; color: white; }
.panel ul#net-list li a:hover 		{ background: #4a8c7f; color: white; }
.panel ul#vector-list li a:hover 	{ background: #1f5293; color: white; }
.panel ul#audio-list li a:hover 	{ background: #4f7c11; color: white; }


