.TabbedPanels {
	margin: 0px;
	padding: 0px;
	float: left;
	clear: none;
	width: 100%; /* IE Hack to force proper layout when preceded by a paragraph. (hasLayout Bug)*/
  border-top: none;
}
.TabbedPanelsTabGroup {
	margin: 0px;
	padding: 0px;
  border-top: none;
}
.TabbedPanelsTab {
	position: relative;
	top: 1px;
	float: left;
	padding: 6px 10px 8px 10px;
	margin: -1px 0px 0px 0px;
	font-family: Verdana,arial,helvetica,sans-serif;
	font-size: 11px;
	color: #000000;
	line-height:normal;
	background-color: #FFFFFF;
	list-style: none;
	border-left: none;
	border-bottom: solid 1px #CCC;
	border-top: none;
	border-right: solid 1px #CCC;
	-moz-user-select: none;
	-khtml-user-select: none;
	cursor: pointer;
}
.TabbedPanelsTabHover {
  color:#c00;
	background-color: #FFFFFF;
}
.TabbedPanelsTabSelected {
	color:#c00;
	background-color: #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
}
.TabbedPanelsTab a {
	color: #FFFFFF;
	text-decoration: none;
  background-color: #FFFFFF;
}
.TabbedPanelsContentGroup {
	clear: both;
	border-left: none;
	border-bottom: solid 1px #CCC;
	border-top: solid 1px #ccc;
	border-right: none;
	background-color: #FFFFFF;
}
.TabbedPanelsContent {
	padding-top:5px;
	padding-bottom:10px;
	padding-left:5px;
	padding-right:5px;
	background-color: #FFFFFF;

}

.TabbedPanelsContent2 {
	padding-top:5px;
	padding-bottom:10px;
	padding-left:5px;
	padding-right:5px;
	background-color: #FFFFFF;
}
	
.TabbedPanelsContent3 {
	padding-top:5px;
	padding-bottom:10px;
	padding-left:5px;
	padding-right:5px;
	background-color: #FFFFFF;
}
.TabbedPanelsContentVisible {
}
.VTabbedPanels .TabbedPanelsTabGroup {
	float: left;
	width: 10em;
	height: 20em;
	background-color: #FFF;
	position: relative;
  border-top: solid 1px #CCC;  
  border-top: 0px;
	border-right: solid 1px #CCC;
	border-left: solid 1px #CCC;
	border-bottom: solid 1px #CCC;
}
.VTabbedPanels .TabbedPanelsTab {
	float: none;
	margin: 0px;
	border-top: none;
	border-left: none;
	border-right: none;
}
.VTabbedPanels .TabbedPanelsTabSelected {
	background-color: #FFF;
	border-bottom: solid 1px #FFF;
}
.VTabbedPanels .TabbedPanelsContentGroup {
	clear: none;
	float: left;
	padding: 0px;
	width: 30em;
	height: 20em;
}

div.tweet-container-li{
	background-color: blue;
}

.scrollable {

	/* required settings */
	position:relative;
	overflow:hidden;
	width: 530px;
	height:190px;
	
	/* this makes it possible to add next button beside scrollable */
	float:left;	

	/* custom decorations */
	border:1px solid #ccc;
	background:url(http://c6.nrostatic.com/images/scrollable_h300.png) repeat-x;
}

/*
	root element for scrollable items. Must be absolutely positioned
	and it should have a extremely large width to accomodate scrollable items.
	it's enough that you set the width and height for the root element and
	not for this element.
*/
.scrollable .items {
	/* this cannot be too large */
	width:20000em;
	position:absolute;
	clear:both;
}

/* single scrollable item */
.scrollable img {
	float:left;
	margin:20px 5px 20px 21px;
	background-color:#fff;
	padding:2px;
	border:1px solid #ccc;
	cursor:pointer;
	width:96px;
	height:145px;
	
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
}

/* active item */
.scrollable .active {
	border:2px solid #000;
	z-index:9999;
	position:relative;
}


/* prev, next, prevPage and nextPage buttons */
a.browse {
	background:url(http://c6.nrostatic.com/images/scrollable_hori_large.png) no-repeat;
	display:block;
	width:30px;
	height:30px;
	float:left;
	margin:80px 10px;
	cursor:pointer;
	font-size:1px;
}
a.right 				{ background-position: 0 -30px; clear:right; margin-right: 0px;}
a.right:hover 		{ background-position:-30px -30px; }
a.right:active 	{ background-position:-60px -30px; } 
a.left				{ margin-left: 0px; } 
a.left:hover  		{ background-position:-30px 0; }
a.left:active  	{ background-position:-60px 0; }
a.up, a.down		{ 
	background:url(http://c6.nrostaticcom/images/scrollable_vert_large.png) no-repeat;
	float: none;
	margin: 10px 50px;
}
a.up:hover  		{ background-position:-30px 0; }
a.up:active  		{ background-position:-60px 0; }
a.down 				{ background-position: 0 -30px; }
a.down:hover  		{ background-position:-30px -30px; }
a.down:active  	{ background-position:-60px -30px; } 
a.disabled {
	visibility:hidden !important;		
} 	
.items img {
  margin:0;
}
.items a {
/*
  display:block;
  float:left;
  margin:20px 15px;
  */
}
.items_books a {
  display:block;
  float:left;
  margin:20px 15px;
}
#tooltip {
  display:none;
  background:url(http://c6.nrostatic.com/images/scrollable_black_arrow.png);
  font-family: 'Times New Roman', Times, serif;
  font-size:12px;  
  height:70px;   
  width:160px;   
  padding:25px;  
  color:#fff; 
}
.simple_overlay {
	display:none;
	z-index:10000;
	background-color:#333;
	width:675px;	
	min-height:200px;
	border:1px solid #666;
	-moz-box-shadow:0 0 90px 5px #000;
	-webkit-box-shadow: 0 0 90px #000;	
}
.simple_overlay .close {
	background-image:url(http://c6.nrostatic.com/images/scrollable_close.png);
	position:absolute;
	right:-15px;
	top:-15px;
	cursor:pointer;
	height:35px;
	width:35px;
}
#img {
	border:1px solid #666;
}

.disabled {
	visibility:hidden;		
}
.info {
	position:absolute;
	bottom:0;
	left:0;	
	padding:10px 15px;
	color:#fff;
	font-size:11px;
	border-top:1px solid #666;
}
.info strong {
	display:block;	
}
.progress {
	position:absolute;
	top:45%;
	left:50%;
	display:none;
}



#liquid2box {
  width:100%;
  margin:0px auto;
  margin-top: 15px;
  background:#fff url(http://c6.nrostatic.com/images/liq1.gif) repeat-y left top;
}
.liquid2top {
  width:100%;
  height:20px;
  background:url(http://c6.nrostatic.com/images/liq2.gif) no-repeat left top;
}

.liquid2top span {
  display:block;
  position:relative;
  height:20px;
  background:url(http://c5.nrostatic.com/images/liq3.gif) no-repeat right top;
}

.liquid2content {
  position:relative;
  background:url(http://c5.nrostatic.com/images/liq4.gif) repeat-y right top;
  padding:5px 12px 25px 7px;
  margin:-1px 0 -25px 0;
}

.liquid2bottom {
  height:35px;
  background:url(http://c5.nrostatic.com/images/liq5.gif) no-repeat left bottom;
}

.liquid2bottom span {
  display:block;
  position:relative;
  height:35px;
  background:url(http://c5.nrostatic.com/images/liq6.gif) no-repeat right top;
}
.polltracker2-head {
  color: #1A80B1;
  font-family: Arial, Helvetica, sans-serif;
  text-decoration: none;
  font-size: 12px;
  font-weight:bold;
  line-height:12px;
  height:12px;
}
 
.polltracker2-state {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
  color: #000000;
  line-height:10pt;
  padding-right:15px;
  padding-top:12px;
}

.polltracker2-latest {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
  color: #000000;
  line-height:10pt;
  padding-right:15px;
  padding-left:15px;
  padding-top:12px;
}

.polltracker2-fulllink {
  font-family: Arial, Helvetica, sans-serif;
  color: #C8322D;
  padding-left:9px;
  font-size: 10px;
  line-height:12px;
  height:12px;
}
a.polltracker2-fulllink {
  font-family: Arial, Helvetica, sans-serif;
  color: #C8322D;
  padding-left:9px;
  font-size: 10px;
  line-height:12px;
  height:12px;
}
a.polltracker2-fulllink:link {
  text-decoration: none;
  color: #C8322D;
}
a.polltracker2-fulllink:visited {
  text-decoration: none;
  color: #C8322D;
}
a.polltracker2-fulllink:hover {
  text-decoration: underline;
  color: #C8322D;
}
a.polltracker2-fulllink:active {
  text-decoration: none;
  color: #C8322D;
}

.polltracker2-source {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
  color: #C8322D;
  line-height:10pt;
  padding-left:15px;
  padding-top:12px;
}
a.polltracker2-source {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
  color: #C8322D;
  line-height:10pt;
  padding-left:15px;
  padding-top:12px;
}
a.polltracker2-source:link {
  text-decoration: none;
  color: #C8322D;
}
a.polltracker2-source:visited {
  text-decoration: none;
  color: #C8322D;
}
a.polltracker2-source:hover {
  text-decoration: underline;
  color: #C8322D;
}
a.polltracker2-source:active {
  text-decoration: none;
  color: #C8322D;
}
 
.polltracker2-slug {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 9px;
  color: #1A80B1;
  line-height:9pt;
}

.polltracker2-red {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
  color: #C8322D;
  line-height:10pt;
}

.polltracker2-blue {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
  color: #1A80B1;
  line-height:10pt;
}

.h-rule-polltracker2 {
  height:2px;
  overflow:hidden;
  border-bottom:2px dotted #DADADA;
  margin-top:0px;
  margin-bottom:8px;
  padding-top: 2px;
}
 
.pagetools-tabs-source {
  font-family: Verdana,arial,helvetica,sans-serif;
  font-size: 9px;
  color: #666666;
  letter-spacing:0.01em;
}
a.pagetools-tabs-source {
  font-family: Verdana,arial,helvetica,sans-serif;
  font-size: 9px;
  color: #666666;
  letter-spacing:.01em;
}
a.pagetools-tabs-source:link {
  text-decoration: none;
  color: #666666;
}
a.pagetools-tabs-source:visited {
  text-decoration: none;
  color: #666666;
}
a.pagetools-tabs-source:hover {
  text-decoration: none;
  color: #666666;
}
a.pagetools-tabs-source:active {
  text-decoration: none;
}
.homie-electionpulse {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  color: #C8322D;
  font-weight:bold;
  line-height:1.5em;
  background: url(http://c4.nrostatic.com/images/bullet_homie_electionpulse-hover.jpg) no-repeat;
  padding:0 0 0 20px;
}
a.homie-electionpulse {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  color: #C8322D;
  font-weight:bold;
  line-height:1.5em;
  background: url(http://c4.nrostatic.com/images/bullet_homie_electionpulse-hover.jpg) no-repeat; 
  padding:0 0 0 20px;
}
a.homie-electionpulse:link {
  text-decoration: none;
}
a.homie-electionpulse:visited {
  text-decoration: none;
  color: #C8322D;
}
a.homie-electionpulse:hover {
  color: #1A80B1;
  background: url(http://c4.nrostatic.com/images/bullet_homie_electionpulse-hover.jpg) no-repeat;
}
a.homie-electionpulse:active {
  text-decoration: none;
}
.homie-electionpulse-blank {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  color: #1A80B1;
  line-height:1.5em;
  background: url(http://c4.nrostatic.com/images/bullet_homie_electionpulse-hover.jpg) no-repeat;
  padding:0 0 0 20px;
}
.homie-electionpulse-blue {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  color: #1A80B1;
  line-height:1.5em;
  background: url(http://c4.nrostatic.com/images/bullet_homie_electionpulse-blue.jpg) no-repeat;
  padding:0 0 0 20px;
}
a.homie-electionpulse-blue {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  color: #1A80B1;
  line-height:1.5em;
  background: url(http://c4.nrostatic.com/images/bullet_homie_electionpulse-blue.jpg) no-repeat; 
  padding:0 10px 0 20px;
}
a.homie-electionpulse-blue:link {
  text-decoration: none;
}
a.homie-electionpulse-blue:visited {
  text-decoration: none;
  color: #1A80B1;
}
a.homie-electionpulse-blue:hover {
  text-decoration:underline;
  color: #1A80B1;
  background: url(http://c9.nrostatic.com/images/bullet_homie_electionpulse-blue.jpg) no-repeat;
}
a.homie-electionpulse-blue:active {
  text-decoration: none;
}

#cartoon img {
  cursor: pointer;
}
.cartoon_overlay {
  display:none;
  background-image:url(http://global.nationalreview.com/images/pic_overlay_cartoon_white.png);
  width:742px;
  padding:0px;
  margin-left:43px;
}
.cartoon_overlay .close {
  background-image:url(http://www2.nationalreview.com/images/pic_overlay_issue_close.png);
  position:absolute; right:5px; top:5px;
  cursor:pointer;
  height:35px;
  width:35px;
}
.scrollable_cartoon {
  position:relative;
  overflow:hidden;
  width: 620px;
  height:443px;
  margin-left:0px;
  margin-top:80px;
  border:1px solid #ccc;
}
.scrollable_cartoon .items_cartoon {
  width:20000em;
  position:absolute;
  clear:both;
}
.items_cartoon div {
  float:left;
  width:720px;
}
.scrollable_cartoon img {
  float:left;
  margin:20px 5px 20px 21px;
  background-color:#fff;
  padding:2px;
  border:1px solid #ccc;
  width:571px;
  height:395px;
  -moz-border-radius:4px;
  -webkit-border-radius:4px;
}
.scrollable_cartoon .active {
  border:2px solid #000;
  position:relative;
  cursor:default;
}
.scrollable_cartoon {
  float:left;
}
a.browse_cartoon {
  background:url(http://global.nationalreview.com/images/button_cartoon_hori_large.png) no-repeat;
  display:block;
  width:30px;
  height:30px;
  float:left;
  margin:270px 10px;
  cursor:pointer;
  font-size:1px;
}
a.right_cartoon {
  background-position: 0 -30px;
  clear:right;
  margin-right: 0px;
}
a.right_cartoon:hover {
  background-position:-30px -30px;
}
a.right_cartoon:active 	{
  background-position:-60px -30px;
}
a.left_cartoon {
  margin-left: 0px;
}
a.left_cartoon:hover {
  background-position:-30px 0;
}
a.left_cartoon:active {
  background-position:-60px 0;
}
a.disabled {
  visibility:hidden !important;
}
.poll_home_background {
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	background-position: right bottom;
	margin-left:0px;
	margin-right:20px;
}
#poll-results img {
  cursor: pointer;
}
.poll-results_overlay {
  display:none;
  background-image:url(http://global.nationalreview.com/images/pic_overlay_poll-results_white.png);
  width:485px;
  padding:0px;
  padding-left:5px;
  margin-left:45px;
}
.poll-results_overlay .close {
  background-image:url(http://www2.nationalreview.com/images/pic_overlay_issue_close.png);
  position:absolute; right:5px; top:5px;
  cursor:pointer;
  height:35px;
  width:35px;
}
.scrollable_poll-results {
  position:relative;
  overflow:hidden;
  width: 352px;
  height:277px;
  margin-left:0px;
  margin-top:50px;
  border:1px solid #FFFFFF;
}
.scrollable_poll-results .items_poll-results {
  width:20000em;
  position:absolute;
  clear:both;
}
.items_poll-results div {
  float:left;
  width:342px;
}
.scrollable_poll-results img {
  float:left;
  margin:10px 5px 20px 0px;
  background-color:#FFFFFF;
  padding:2px;
  padding-left:0px;
  border:1px solid #FFFFFF;
  width:352px;
  height:267px;
  -moz-border-radius:4px;
  -webkit-border-radius:4px;
}
.scrollable_poll-results .active {
  border:2px solid #FFFFFF;
  position:relative;
  cursor:default;
}
.scrollable_poll-results {
  float:left;
}
a.browse_poll-results {
  background:url(http://global.nationalreview.com/images/button_poll-results_hori_large.png) no-repeat;
  display:block;
  width:30px;
  height:30px;
  float:left;
  margin:175px 10px;
  cursor:pointer;
  font-size:1px;
}
a.right_poll-results {
  background-position: 0 -30px;
  clear:right;
  margin-right: 0px;
}
a.right_poll-results:hover {
  background-position:-30px -30px;
}
a.right_poll-results:active   {
  background-position:-60px -30px;
}
a.left_poll-results {
  margin-left: 0px;
}
a.left_poll-results:hover {
  background-position:-30px 0;
}
a.left_poll-results:active {
  background-position:-60px 0;
}
a.disabled {
  visibility:hidden !important;
}
div.audio {
  display: block;
  width: 100%;
  height: 20px;
}
a.html5_player {
	width:300px;
  height: 200px;
	border: 1px solid #000;
	-moz-outline-radius:4px;
	cursor:pointer;
	text-align:center;
	margin-right:0px;
  display:block;
}
a.html5_player img {
	margin-top:33px;
}
a.html5_player div.infovid {
	height:40px;
	background: #000 url(/img/global/gradient/h80.png) repeat-x;
	opacity:0.7;
	filter: alpha(opacity = 70);
	color:#fff;
	text-align:left;
	padding:5px 15px;
	font-family:"bitstream vera sans","trebuchet ms";
	font-size:12px;
	border-top:1px solid #ccc;
	margin-top:30px;
}
a.html5_player div.infovid span {
	color:#FFCC00;
	font-weight:bold;
}
#left-scroll img {
  cursor: pointer;
}
.scrollable_left-scroll {
  position:relative;
  overflow:hidden;
  width: 300px;
  height:300px;
  margin-left:0px;
  margin-top:0px;
}
.scrollable_left-scroll .items_left-scroll {
  width:20000em;
  position:absolute;
  clear:both;
}
.items_left-scroll div {
  float:left;
  width:300px;
}
.scrollable_left-scroll img {
  float:left;
  margin:0px 0px 0px 0px;
  background-color:#FFFFFF;
  padding:0px;
	padding-left:0px;
  width:300px;
  height:300px;
}
.scrollable_left-scroll .active {
  position:relative;
  cursor:default;
}
.scrollable_left-scroll {
  float:left;
}
a.browse_left-scroll {
  background:url(http://global.nationalreview.com/images/button_left-scroll_hori_large.png) no-repeat;
  width:30px;
  height:30px;
  position:absolute;
  top:5px;
  right:250px;
  cursor:pointer;
}
a.right_left-scroll {
  background-position: 0 -30px;
  position:absolute;
  top:5px;
  left:250px;
}
a.right_left-scroll:hover {
  background-position:-30px -30px;
}
a.right_left-scroll:active   {
  background-position:-60px -30px;
}
a.left_left-scroll {
  margin-left: 0px;
}
a.left_left-scroll:hover {
  background-position:-30px 0;
}
a.left_left-scroll:active {
  background-position:-60px 0;
}
a.disabled {
  visibility:hidden !important;
}
a.button.left-scroll:hover {
	color: #c00;
}
#scroll2 img {
  cursor: pointer;
}
.scrollable_scroll2 {
  position:relative;
  overflow:hidden;
  width: 300px;
  height:300px;
  margin-left:0px;
  margin-top:0px;
}
.scrollable_scroll2 .items_scroll2 {
  width:20000em;
  position:absolute;
  clear:both;
}
.items_scroll2 div {
  float:left;
  width:300px;
}
.scrollable_scroll2 img {
  float:left;
  margin:0px 0px 0px 0px;
  background-color:#FFFFFF;
  padding:0px;
  padding-left:0px;
  width:300px;
  height:300px;
}
.scrollable_scroll2 .active {
  position:relative;
  cursor:default;
}
.scrollable_scroll2 {
  float:left;
}
a.browse_scroll2 {
  background:url(http://global.nationalreview.com/images/button_left-scroll_hori_large.png) no-repeat;
  width:30px;
  height:30px;
  position:absolute;
  top:5px;
  right:250px;
  cursor:pointer;
}
a.right_scroll2 {
  background-position: 0 -30px;
  position:absolute;
  top:5px;
  left:250px;
}
a.right_scroll2:hover {
  background-position:-30px -30px;
}
a.right_scroll2:active   {
  background-position:-60px -30px;
}
a.left_scroll2 {
  margin-left: 0px;
}
a.left_scroll2:hover {
  background-position:-30px 0;
}
a.left_scroll2:active {
  background-position:-60px 0;
}
a.disabled {
  visibility:hidden !important;
}
a.button.scroll2:hover {
  color: #c00;
}
#scroll3 img {
  cursor: pointer;
}
.scrollable_scroll3 {
  position:relative;
  overflow:hidden;
  width: 300px;
  height:300px;
  margin-left:0px;
  margin-top:0px;
}
.scrollable_scroll3 .items_scroll3 {
  width:20000em;
  position:absolute;
  clear:both;
}
.items_scroll3 div {
  float:left;
  width:300px;
}
.scrollable_scroll3 img {
  float:left;
  margin:0px 0px 0px 0px;
  background-color:#FFFFFF;
  padding:0px;
  padding-left:0px;
  width:300px;
  height:300px;
}
.scrollable_scroll3 .active {
  position:relative;
  cursor:default;
}
.scrollable_scroll3 {
  float:left;
}
a.browse_scroll3 {
  background:url(http://global.nationalreview.com/images/button_left-scroll_hori_large.png) no-repeat;
  width:30px;
  height:30px;
  position:absolute;
  top:5px;
  right:250px;
  cursor:pointer;
}
a.right_scroll3 {
  background-position: 0 -30px;
  position:absolute;
  top:5px;
  left:250px;
}
a.right_scroll3:hover {
  background-position:-30px -30px;
}
a.right_scroll3:active   {
  background-position:-60px -30px;
}
a.left_scroll3 {
  margin-left: 0px;
}
a.left_scroll3:hover {
  background-position:-30px 0;
}
a.left_scroll3:active {
  background-position:-60px 0;
}
a.disabled {
  visibility:hidden !important;
}
a.button.scroll3:hover {
  color: #c00;
}
#scroll-cap img {
  cursor: pointer;
}
.scrollable_scroll-cap {
  position:relative;
  overflow:hidden;
  width: 300px;
  height:300px;
  background-color:#FFFFFF;
  margin-left:0px;
  margin-top:0px;
}
.scrollable_scroll-cap .items_scroll-cap {
  width:20000em;
  position:absolute;
  clear:both;
}
.items_scroll-cap div {
  float:left;
  width:300px;
}
.scrollable_scroll-cap img {
  float:left;
  margin:0px 0px 0px 0px;
  background-color:#FFFFFF;
  padding:0px;
  padding-left:0px;
  width:300px;
  height:280px;
}
.scrollable_scroll-cap .active {
  position:relative;
  cursor:default;
}
.scrollable_scroll-cap {
  float:left;
}
a.browse_scroll-cap {
  background:url(http://global.nationalreview.com/images/button_left-scroll_hori_large.png) no-repeat;
  width:30px;
  height:30px;
  position:absolute;
  top:5px;
  right:250px;
  cursor:pointer;
}
a.right_scroll-cap {
  background-position: 0 -30px;
  position:absolute;
  top:5px;
  left:250px;
}
a.right_scroll-cap:hover {
  background-position:-30px -30px;
}
a.right_scroll-cap:active   {
  background-position:-60px -30px;
}
a.left_scroll-cap {
  margin-left: 0px;
}
a.left_scroll-cap:hover {
  background-position:-30px 0;
}
a.left_scroll-cap:active {
  background-position:-60px 0;
}
a.disabled {
  visibility:hidden !important;
}
a.button.scroll-cap:hover {
  color: #c00;
}
/* scrollP02_A styles Player 4 */


.scrollP02_A_wrap {
            margin-bottom: 300px;
            margin-top: 0px;

}
#scrollP02_A img {
  cursor: pointer;
}

.scrollable_scrollP02_A {
  position:relative;
  overflow:hidden;
  width: 300px;
  height:280px;
            background-color:#FFFFFF;
  margin-left:0px;
  margin-top:0px;

}
.scrollable_scrollP02_A .items_scrollP02_A {
  width:20000em;
  position:absolute;
  clear:both;
}
.items_scrollP02_A div {
  float:left;
  width:300px;
}
.scrollable_scrollP02_A img {
  float:left;
  margin:0px 0px 0px 0px;
  background-color:#FFFFFF;
  padding:0px;
            padding-left:0px;
  width:300px;
  height:280px;

}
.scrollable_scrollP02_A .active {
  position:relative;
  cursor:default;
}
.scrollable_scrollP02_A {
  float:left;
}
a.browse_scrollP02_A {
  background:url(http://global.nationalreview.com/images/button_left-scroll_hori_large.png) no-repeat;
  width:30px;
  height:30px;
  position:absolute;
top:5px;
right:250px;
  cursor:pointer;
}
a.right_scrollP02_A {
  background-position: 0 -30px;
position:absolute;
top:5px;
left:250px;
}
a.right_scrollP02_A:hover {
  background-position:-30px -30px;
}
a.right_scrollP02_A:active   {
  background-position:-60px -30px;
}
a.left_scrollP02_A {
  margin-left: 0px;
}
a.left_scrollP02_A:hover {
  background-position:-30px 0;
}
a.left_scrollP02_A:active {
  background-position:-60px 0;
}
a.button.scrollP02_A:hover {
            color: #c00;
}
a.disabled {
  visibility:hidden !important;
}



/* scrollP12_B styles Player 17 */


.scrollP12_B_wrap {
            margin-bottom: 315px;
            margin-top: 0px;

}
#scrollP12_B img {
  cursor: pointer;
}

.scrollable_scrollP12_B {
  position:relative;
  overflow:hidden;
  width: 300px;
  height:300px;
            background-color:#FFFFFF;
  margin-left:0px;
  margin-top:0px;

}
.scrollable_scrollP12_B .items_scrollP12_B {
  width:20000em;
  position:absolute;
  clear:both;
}
.items_scrollP12_B div {
  float:left;
  width:300px;
}
.scrollable_scrollP12_B img {
  float:left;
  margin:0px 0px 0px 0px;
  background-color:#FFFFFF;
  padding:0px;
            padding-left:0px;
  width:300px;
 height:280px;

}
.scrollable_scrollP12_B .active {
  position:relative;
  cursor:default;
}
.scrollable_scrollP12_B {
  float:left;
}
a.browse_scrollP12_B {
  background:url(http://global.nationalreview.com/images/button_left-scroll_hori_large.png) no-repeat;
  width:30px;
  height:30px;
  position:absolute;
top:5px;
right:250px;
  cursor:pointer;
}
a.right_scrollP12_B {
  background-position: 0 -30px;
position:absolute;
top:5px;
left:250px;
}
a.right_scrollP12_B:hover {
  background-position:-30px -30px;
}
a.right_scrollP12_B:active   {
  background-position:-60px -30px;
}
a.left_scrollP12_B {
  margin-left: 0px;
}
a.left_scrollP12_B:hover {
  background-position:-30px 0;
}
a.left_scrollP12_B:active {
  background-position:-60px 0;
}
a.button.scrollP12_B:hover {
            color: #c00;
}
a.disabled {
  visibility:hidden !important;
}
.divscrollcaption1 {
width:300px;
height: 20px;
margin-bottom:0px;
margin-top: 5px;
background: none;
}
.scrollcaption {
font-family: Arial, Helvetica, Georgia, sans-serif;
font-size: 10px;
color: #000000;
letter-spacing:.01em;
}
a.scrollcaption {
font-family: Arial, Helvetica, Georgia, sans-serif;
font-size: 10px;
color: #000000;
letter-spacing:.01em;
text-decoration: underline;
}
a.scrollcaption:link {
text-decoration: underline;
}
a.scrollcaption:visited {
text-decoration: underline;
color: #000000;
}
a.scrollcaption:hover {
text-decoration: underline;
color: #c00;
}
a.scrollcaption:active {
text-decoration: underline;
}





/* photoshop of the day styles */


#photoshop img {
  cursor: pointer;
}
.photoshop_overlay {
  display:none;
  background-image:url(http://global.nationalreview.com/images/pic_overlay_photoshop_white.png);
  width:742px;
  padding:0px;
  margin-left:43px;
}
.photoshop_overlay .close {
  background-image:url(http://www2.nationalreview.com/images/pic_overlay_issue_close.png);
  position:absolute; right:5px; top:5px;
  cursor:pointer;
  height:35px;
  width:35px;
}
.scrollable_photoshop {
  position:relative;
  overflow:hidden;
  width: 620px;
  height:426px;
  margin-left:0px;
  margin-top:80px;
  border:1px solid #CCCCCC;
}
.scrollable_photoshop .items_photoshop {
  width:20000em;
  position:absolute;
  clear:both;
}
.items_photoshop div {
  float:left;
  width:720px;
}
.scrollable_photoshop img {
  float:left;
  margin:0px 4px 20px 0px;
  background-color:#fff;
  padding:15px;
  border:1px solid #FFFFFF;
  width:587px;
  height:395px;
  -moz-border-radius:4px;
  -webkit-border-radius:4px;
}
.scrollable_photoshop .active {
  border:2px solid #000;
  position:relative;
  cursor:default;
}
.scrollable_photoshop {
  float:left;
}
a.browse_photoshop {
  background:url(http://global.nationalreview.com/images/button_cartoon_hori_large.png) no-repeat;
  display:block;
  width:30px;
  height:30px;
  float:left;
  margin:270px 10px;
  cursor:pointer;
  font-size:1px;
}
a.right_photoshop {
  background-position: 0 -30px;
  clear:right;
  margin-right: 0px;
}
a.right_photoshop:hover {
  background-position:-30px -30px;
}
a.right_photoshop:active 	{
  background-position:-60px -30px;
}
a.left_photoshop {
  margin-left: 0px;
}
a.left_photoshop:hover {
  background-position:-30px 0;
}
a.left_photoshop:active {
  background-position:-60px 0;
}
a.disabled {
  visibility:hidden !important;
}

/* new styles */
.infodiv {             
  width: 300px;
                margin-bottom:3px;
}
.infobreak {
                margin-left:10px;
                margin-right:10px;
                font-family: Arial, Helvetica, sans-serif;
                font-size: 8px;
                letter-spacing:.00em;
                color:#999999;
                border-right:#999999 solid 1px;
}
 
.bylinebreak {
                margin-left:10px;
                margin-right:10px;
                font-family: Arial, Helvetica, sans-serif;
                font-size: 8px;
                letter-spacing:.00em;
                color:#999999;
                border-right:#999999 solid 1px;
}
 
.homie-headline-small {
                color: #000000;
                font-family: Arial, Helvetica, sans-serif;
                text-decoration: none;
                font-size: 12px;
                font-weight: bold;
                line-height: 1.4em;
                padding-left: 14px;
                background: url(http://nr-media-01.nationalreview.com/images/bullet_headline-small_2011.png) left no-repeat;
}
a.homie-headline-small {
                color: #000000;
                font-family: Arial, Helvetica, sans-serif;
                text-decoration: none;
                font-size: 12px;
                font-weight: bold;
                line-height: 1.4em;
                padding-left: 14px;
                background: url(http://nr-media-01.nationalreview.com/images/bullet_headline-small_2011.png) left no-repeat;
}
a.homie-headline-small:link {
                text-decoration: none;
}
a.homie-headline-small:visited {
                text-decoration: none;
                color: #000000;
}
a.homie-headline-small:hover {
                text-decoration: none;
                color: #c00;
}
a.homie-headline-small:active {
                text-decoration: none;
}
.headline-small_div {     
  width: 300px;
  margin-top:0px;
}
/* below replaces currennt homie-slug */
.homepage-slug {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
  letter-spacing:.00em;
  color:#c00;
  text-transform:uppercase;
}
a.homepage-slug {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
  letter-spacing:.00em;
  color:#c00;
  text-transform:uppercase;
}
a.homepage-slug:link {
  text-decoration: none;
}
a.homepage-slug:visited {
  text-decoration: none;
}
a.homepage-slug:hover {
  text-decoration: underline;
  color: #c00;
}
a.homepage-slug:active {
  text-decoration: none;
}
.bylinediv {         
  width: 300px;
  padding-top:4px;
}
.homie-comment-most-viewed {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 9px;
  color: #16507E;
  font-weight:bold;
  padding-left: 3px;
  margin-left: 0px;
/*   background: url(http://nr-media-01.nationalreview.com/images/icon_comment_homie_test_1.png) left no-repeat; */
}
a.homie-comment-most-viewed {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
  color: #16507E;
  font-weight:bold;
  padding-left: 3px;
/*   background: url(http://nr-media-01.nationalreview.com/images/icon_comment_homie_test_1.png) left no-repeat; */
}
a.homie-comment-most-viewed:link {
  text-decoration: none;
}
a.homie-comment-most-viewed:visited {
  text-decoration: none;
  color: #16507E;
}
a.homie-comment-most-viewed:hover {
  color: #000000;
}
.homie-comment {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 9px;
  color: #16507E;
  font-weight:bold;
  padding-left: 14px;
  margin-left: 10px;
  background: url(http://nr-media-01.nationalreview.com/images/icon_comment_homie_test_1.png) left no-repeat;
}
a.homie-comment {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
  color: #16507E;
  font-weight:bold;
  padding-left: 14px;
  background: url(http://nr-media-01.nationalreview.com/images/icon_comment_homie_test_1.png) left no-repeat;
}
a.homie-comment:link {
  text-decoration: none;
}
a.homie-comment:visited {
  text-decoration: none;
  color: #16507E;
}
a.homie-comment:hover {
  color: #000000;
}
.homie-dotted-divider_solid {   
  margin-bottom: 17px;
  margin-top:0px;
  margin-left:auto;
  margin-right:auto;
  padding:0 0 15px;
  background:transparent url(http://www2.nationalreview.com/images/h-rule_solid_1px_CCC_2010.jpg) repeat-x scroll left bottom;
  width: 300px;
}
.homie-byline_big {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  color: #000000;
  font-weight:bold;
}
a.homie-byline_big {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  color: #000000;
  font-weight:bold;
}
a.homie-byline_big:link {
  text-decoration: none;
}
a.homie-byline_big:visited {
  text-decoration: none;
  color: #000000;
}
a.homie-byline_big:hover {
  color: #c00;
}
a.homie-byline_big:active {
  text-decoration: none;
}
.byline-big_div {              
  width: 300px;
  margin-top:7px;
  margin-bottom:7px;
}
.homie-datetime {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
  letter-spacing:.00em;
  color: #999999;
}
.slug_left {
  float:left;
  padding:1px 8px 1px 8px;
  margin-right:10px;
  line-height:17px;
  background-color:#C00;
  font-family:Arial, Helvetica, sans-serif;
  font-size:12px;
  font-weight: bold;
  color:#FFFFFF;
}
.homie-video-time {
  color: #999999;
  font-family: Arial, Helvetica, sans-serif;
  text-decoration: none;
  font-size: 18px;
  font-weight:bold;
  padding-left:10px;
}
.homie-dotted-divider_2 {
  margin-bottom: 12px;
  margin-top:3px;
  margin-left:auto;
  margin-right:auto;
  padding:0 0 9px;
  background:transparent url(http://www2.nationalreview.com/images/h-rule_dotted_2010.gif) repeat-x scroll left bottom;
  width: 300px;
}
.homie-byline_2 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  color:  #16507E;
  font-weight:bold;
  background: url(http://nr-media-01.nationalreview.com/images/bullet_byline_2011_A.png) no-repeat;
  padding:0 0 0 14px;
}
a.homie-byline_2 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  color:  #16507E;
  font-weight:bold;
  background: url(http://nr-media-01.nationalreview.com/images/bullet_byline_2011_A.png) no-repeat;
  padding:0 0 0 14px;
}
a.homie-byline_2:link {
  text-decoration: none;
}
a.homie-byline_2:visited {
  text-decoration: none;
  color: #000000;
  color:  #16507E;
}
a.homie-byline_2:hover {
  color: #000000;
  background: url(http://nr-media-01.nationalreview.com/images/bullet_byline_2011_B.png) no-repeat;
}
a.homie-byline_2:active {
                text-decoration: none;
}
.more-bar {
  width:300px;
  height:10px;
  background-color:#CCCCCC;
  margin-bottom:5px;
  margin-top:6px;
}
.more-bar-text {
  float:left;
  height:10px;
  background-color:#FFFFFF;
  color:#000000;
  padding-right:10px;
  padding-left:2px;
  line-height:10px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
  letter-spacing:.00em;
}
 
 
 
 
 
 
 
 
 
 
/* 2 Column Player */
 
.scroll2COL_wrap {
  margin-bottom: 325px;
  margin-top: 0px;
}
#scroll2COL img {
  cursor: pointer;
}
.scrollable_scroll2COL {
  position:relative;
  overflow:hidden;
  width: 620px;
  height:325px;
  margin-left:0px;
  margin-top:0px;
}
.scrollable_scroll2COL .items_scroll2COL {
  width:20000em;
  position:absolute;
  clear:both;
}
.items_scroll2COL div {
  float:left;
  width:620px;
}
.scrollable_scroll2COL img {
  float:left;
  margin:0px 0px 0px 0px;
  background-color:#FFFFFF;
  padding:0px;
                padding-left:0px;
  width:500px;
  height:325px;
}
.scrollable_scroll2COL .active {
  position:relative;
  cursor:default;
}
.scrollable_scroll2COL {
  float:left;
}
a.browse_scroll2COL {
  background:url(http://nr-media-01.nationalreview.com/images/button_left-scroll_hori_large.png) no-repeat;
  width:30px;
  height:30px;
  position:absolute;
  top:5px;
  right:462px;
  cursor:pointer;
}
a.right_scroll2COL {
  background-position: 0 -30px;
  position:absolute;
  top:5px;
  left:462px;
}
a.right_scroll2COL:hover {
  background-position:-30px -30px;
}
a.right_scroll2COL:active   {
  background-position:-60px -30px;
}
a.left_scroll2COL {
  margin-left: 0px;
}
a.left_scroll2COL:hover {
  background-position:-30px 0;
}
a.left_scroll2COL:active {
  background-position:-60px 0;
}
a.button.scroll2COL:hover {
  color: #c00;
}
.divscrollcaption2  {
 width: 100px;
 height: 200px;
 margin-bottom:0px;
 margin-top: 5px;
 background: none;
}
.scrollcaption2 {
 font-family: Arial, Helvetica, Georgia, sans-serif;
 font-size: 10px;
 color: #000000;
 letter-spacing:.01em;
}
a.scrollcaption2 {
  font-family: Arial, Helvetica, Georgia, sans-serif;
  font-size: 10px;
  color: #000000;
  letter-spacing:.01em;
  text-decoration: underline;
}
a.scrollcaption2:link {
  text-decoration: underline;
}
a.scrollcaption2:visited {
  text-decoration: underline;
  color: #000000;
}
a.scrollcaption2:hover {
  text-decoration: underline;
  color: #c00;
}
a.scrollcaption2:active {
  text-decoration: underline;
}

.panel-2col-stacked .inside {
  margin: 0px !important;
}

table.main_table {
  border-collapse: separate;
}

td.two_column {
  width: 654px;
  padding: 0;
  margin: 0;
}

div.panel-col-last {
  padding: 0px 13px 13px 13px;
}

/* Homepage Tweet Tracker */ 
h2.tut2{
	/* Tweet Tracker Title */ 
  color:#FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding:7px 0px 0px 18px;
	font-weight: bold;
	text-align: left;
}  

#new_homie_left_column {
  border-right: 1px solid #ccc;
  width: 300px;
  padding: 13px;
}

#twitter-ticker2{  
  /* Styling the ticker */ 
  width:297px;  
  height:376px;  
	background-color:#F5F5F5;  
  color:#666666;  
  /* Rounded corners */ 
  -moz-border-radius:10px 10px 6px 6px;  
  -khtml-border-radius: 6px;  
  -webkit-border-radius: 6px;  
  border-radius:6px;  
  text-align:left;  
}  
#tweet-container2 {
  /* This is where the tweets are inserted */ 
  height:326px;  
  width:auto;  
  overflow:hidden;  
}  
#twitIcon2 {
  position:absolute;  
  top:-7px;  
  right: -7px;  
  width:64px;  
  height:44px; 
 }
div.most_viewed_container {
  background-color: #f5f5f5;
  padding-bottom: 5px;
  width: 297px;
}
div.most_commented_container {
  background-color: #f5f5f5;
  padding-bottom: 5px;
  width: 297px;
}
div.on_the_cover_container {
  background-color: #f5f5f5;
  padding-bottom: 0px;
  width: 300px;
  
    -moz-box-shadow: 0 0 5px #888;
	-webkit-box-shadow: 0 0 5px#888;
	box-shadow: 0 0 5px #888;
	
}
div.on-the-cover-top-bar-sidebar {
  height:30px;
  background-color: #0C73DA;
  margin-right: 3px;
  width: 300px;
}
div.top-bar-sidebar {
  height:30px;
  background-color: #0C73DA;
  margin-right: 6px;
  width: 297px;
  
  -moz-box-shadow: 0 0 5px #888;
	-webkit-box-shadow: 0 0 5px#888;
	box-shadow: 0 0 5px #888;
} 
 .tweet2{  
  /* INDIV TWEET CONTAINERS */ 
  padding:5px;  
  margin:0px 8px 8px;
  border:1px solid #F0F0F0;  
  background:url(http://www2.nationalreview.com/images/pic_tweettracker_transparent.png);  
  width:auto;
  height:83px;
  overflow:hidden;  
 }  
 .tweet2 .avatar2,  
 .tweet2 .user2,  
 .tweet2 .time2{  
  float:left;  
 }
.tweet2 .avatar2 img{  
  width:44px;  
  height:44px;  
  border:2px solid #eeeeee;  
  margin:0 8px 5px 0;
}
/* Tweet text styles below here */ 
.tweet2 .txt2{  
   font-size:12px;
	 font-family: Arial, Helvetica, sans-serif;
	 color:#000000;
	 float:left;
	 clear:left;
	 position:relative;
	 top:-41px;
	 left:56px;
	 width:200px; 
	 margin-top: 2px;
}  
.tweet2 .user2{
	font-weight: bold;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #16507E;
} 
.tweet2 .time2{
	padding-left:15px;
	margin-top:0px;
	font-size:12px;
	color:#AAAAAA;
	white-space:nowrap;
}
.tweet2 .user2 a, .tweet2 .user2 a:link, .tweet2 .user2 a:active, .tweet2 .user2 a:visited, .tweet2 .txt2 a, .tweet2 .txt2 a:link, .tweet2 .txt2 a:active, .tweet2 .txt2 a:visited, .tweet2 .time2 a, .tweet2 .time2 a:link, .tweet2 .time2 a:active, .tweet2 .time2 a:visited {
  color:#16507E;  
  text-decoration:none;  
  outline:none;
}
.tweet2 .user2 a:hover, .tweet2 .txt2 a:hover, .tweet2 .time2 a:hover {
  text-decoration: underline;  
}
#loading2 {
   margin:100px 95px;  
}

p.live-blog-feed-small-links {
  width: 220px;
  padding: 0;
  margin: 0;
  text-align: left;
}



img.live-blog-feed-picture {
  width: 62px;
  margin: 0;
  margin-right: 10px;
  padding: 0;
  height: 62px;
  float: left;
  border: 0;  
}

p.picture-container {
  float: left;
  height: 62px;
  padding: 0;
  margin: 0;
}

p.excerpt-container {
  text-align: left;
  float: left;
  height: 50px;
  padding: 0;
  margin: 0;
  width: 180px;
  font-family: Arial;
  font-size: 12px;
  color: #000;
  font-weight: bold;
}

p.most-viewed-excerpt-container {
  text-align: left;
  float: left;
  height: 46px;
  padding: 0;
  margin: 0;
  width: 170px;
  font-family: Arial;
  font-size: 12px;
  color: #000;
  font-weight: bold;
}

a.excerpt-link {
  color: #000;
  text-decoration: none;
}


.most-viewed-sidebar-small-links {
  font-weight: bold;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 9px;
  color: #16507E;
  margin-top: 5px;
  text-decoration: none;
  outline: none;
}

.live-blog-feed-small-links {
  font-weight: bold;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 9px;
  color: #16507E;
  text-decoration: none;
  outline: none;
}
a.live-blog-feed-small-links:active, a.live-blog-feed-small-links:visited, a.live-blog-feed-small-links:hover, a.live-blog-feed-small-links:link {
  color: #16507E;
}
