/* Newser *******************************************************************/

#newser {
	position: relative;
	width: 642px;
	height: 307px;
	margin-left: 5px;

        background: url('http://whl.assets.mrx.ca/lethbridge/images/en/2010/block_background_gradient.png') repeat-x;
	border: 1px solid #202020;
        -moz-background-size: 100% 100%;
        -o-background-size: 100% 100%;
        -webkit-background-size: 100% 100%;
        -khtml-background-size: 100% 100%;
        background-size: 100% 100%;
}

#newser .newser_selectors {
	padding: 0px;
	width: 100%;
}

#newser .newser_selectors .newser_selector {
	width: 99px;	
	min-height: 55px;
	max-height: 60px;
	color: #000000;
	border-top: 1px solid #b0b0b0;
	border-bottom: 1px solid #e0e0e0;
}

#newser .newser_selectors .newser_selector:first-child { 
	margin-top: 0px;
	border-top: none;
}

#newser .newser_selectors .newser_selector:last-child { 
	border-bottom: none;
}

#newser .newser_selectors .selected {
	/*position: relative;
	left: 0px;
	border: none; */

	color: #ffffff;

	border-top: 1px solid #012c5e;
	border-bottom: 1px solid #011a35;

        background: url('http://whl.assets.mrx.ca/lethbridge/images/en/2010/newser_button_gradient.png') repeat-x;
        -moz-background-size: 100% 100%;
        -o-background-size: 100% 100%;
        -webkit-background-size: 100% 100%;
        -khtml-background-size: 100% 100%;
        background-size: 100% 100%;
}

#newser .newser_selectors .newser_selector .corner {
	display: none;
}

#newser .newser_selectors .selected .corner {
	display: none;
}

#newser .newser_selectors .text {
	padding: 7px;
}

#newser #newser_viewport {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 542;
	height: 307px;
	border-left: 1px solid #202020;

	overflow: hidden;
}

#newser #newser_container {
}

#newser .story {
	position: relative;
	width: 542px;
	height: 307px;
}

#newser .story .news_block_background,
#newser .story .news_block {
	position: absolute;
	top: 0px;
	left: 0px;
	
	width: 190px;
	height: 288px;

}

#newser .story .news_block_background {
	background-color: #000000;

	filter:alpha(opacity=75); /* For IE 6/7 */
	filter: “alpha(opacity=75)”; /* For IE 8 */
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=75);
	opacity:.75; /* For any CSS 3 browser. */

}

#newser .story .news_block {
}

#newser .story .news_block .title,
#newser .story .news_block .date,
#newser .story .news_block .body,
#newser .story .news_block .more,
#newser .story .news_block .links {
	margin: 10px;
	color: #ffffff;
}

#newser .story .news_block .title {
	font-size: 16px;
	text-transform: uppercase;
}

#newser .story .news_block .date {
	color: #808080;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
}

#newser .story .news_block .body {
	line-height: 1.25;
	margin-bottom: 20px;
	font-size: 12px;
}

#newser .story .sponsor {
	display: none;
}

#newser .story .links {
	position: absolute;
	bottom: 0px;
	right: 0px;
	margin-right: 0px;
	width: 160px;

	font-weight: bold;
}

#newser .story .links .divider {
	display: none;
	border-top: 2px solid #404040;
	padding-right: 10px;
	margin-right: -10px;
}

#newser .story .links li {
	list-style: square;
	margin: 7px;
	margin-right: 10px;
	margin-left: 15px;
}

#newser .story .close {
	position: absolute;
	bottom: 20px;
	right: 5px;
	font-size: 1.2em;
}

#newser .story .social,
#newser .story .social_background {
	position: absolute;
	bottom: 0px;
	left: 0px;	
	width: 190px;
	height: 32px;
}

#newser .story .social .text {
	float: left;
	line-height: 32px;
	vertical-align: middle;
	margin-left: 5px;
	font-size: 8px;
	font-weight: bold;
	color: #808080;
	text-transform: uppercase;
}

#newser .story .social img {
	position: relative;
	top: 8px;
	margin-left: 4px;
}

#newser .story .social_background {
	background-color: #000000;

	filter:alpha(opacity=95); /* For IE 6/7 */
	filter: “alpha(opacity=95)”; /* For IE 8 */
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=95);
	opacity:.95; /* For any CSS 3 browser. */


        background: url('http://whl.assets.mrx.ca/lethbridge/images/en/2010/header_gradient.png') repeat-x;
        -moz-background-size: 100% 100%;
        -o-background-size: 100% 100%;
        -webkit-background-size: 100% 100%;
        -khtml-background-size: 100% 100%;
        background-size: 100% 100%;
}

#newser .story .newser_image .credit {
	display: none;
}

#newser .story .more {
	float: left;
}
#newser_video_wrap{
    position: absolute;
    text-align: center;
    display: none;
    top: 0; left: 107px;
    z-index: 3;
}


.promomiddle .left_promo {
	float: left;
}
.promomiddle .right_promo {
	float: right;
}

.promomiddle img {
	max-width: 217px;
	border: 1px solid #000;
	
}

