#pictureslider_container {
	height:241px;
	overflow:hidden;
	margin-left:8px;
}

#picturesliderImageFrameArrowholder {
	width: 306px;
	position: relative;
}

.picturesliderArrow {
	position:absolute;
	height:16px;
	top:90px;
	width:15px;
	z-index:3;
	background-repeat: no-repeat;
	display:none;
	cursor:pointer;
}

#picturesliderArrowLeft {
	background-image: url(/img/icons/pictureslider_arrow_left.png) ;
}

#picturesliderArrowRight {
	background-image: url(/img/icons/pictureslider_arrow_right.png) ;
	right: 0px;
}

#picturesliderImagePanel0 {
	overflow: hidden;
}

#picturesliderImagePanel1 {
	overflow: hidden;
	display: none;
}

#picturesliderImageFrame {
	width: 298px;
	height: 195px;
	overflow: hidden;
	border:solid;
	position:relative;
}

#picturesliderTextFrame {
	margin-top: 8px;
	position: relative;
}

#picturesliderPanel {
	position: relative;
	width: 298px;
	height: 195px;
}

.pictureslider-imagePanel {
	float: left;
	position: relative;
	height: 195px;
}

#picturesliderImagePanel1 {
	display: block;
}


.nationalTopstory #picturesliderTextFrame {
	margin-top: 6px;
	margin-left: 3px;
}

.nationalTopstory#pictureslider_container {
	height: 247px;
	margin-left: 0;
}

.nationalTopstory #picturesliderImageFrameArrowHolder {
	width: 502px;
}

.nationalTopstory #picturesliderImageFrame {
	width: 492px;
}

.nationalTopstory #picturesliderTextFrame a {
	font-size: 1.4em;
}

.nationalTopstory #picturesliderTextFrame p {
	font-size: 1.09em;
	font-weight: bold;
}
.nationalTopstory #picturesliderPanel {
	width: 492px;
}

.picturesliderCounter {
	background: #000;
	font-weight: bold;
	position: absolute;
	right: 10px;
	bottom: 10px;
	padding: 4px 5px;
	opacity: 0.8;
	filter: alpha(opacity = 80);
}
a.pictureslider-imagePanel:hover, .pictureslider-imagePanel a:hover {
	text-decoration: none !important;
}
.picturesliderCounter .text {
	color: #fff;
	font-size: 1.4em;
	line-height: 1.4em;
}
.picturesliderCounter .text:hover {
	text-decoration: none !important;
}

.picturesliderNew, .picturesliderUpdated {
	left: 8px;
	top: 8px;
	position: absolute;
	padding: 3px;
	background: #E2003B;
	color: #fff;
	font-size: 0.9em;
	line-height: 0.9em;
	text-transform: uppercase;
	font-weight: bold;
}
.picturesliderUpdated {
	background: #40433A;
}

.picturesliderCounter:hover, .picturesliderNew:hover {
	cursor:pointer;
	text-decoration: none !important;
}