#news_slider{
	position: relative; 
	left: 0;
	top: 0;
	background-image: url(../../themes/bartik/images/news_slider_bg.png);
	width: 313px;
	height: 384px;
}

#news_slider .tab{
	position: absolute;
	left: 10px;
	top: 20px;
	width: 160px;
	height: 40px;
	background-color: white;
	color: #6E1D46;
	font-size: 15px;
	line-height:40px;
	text-align: center;
	font-weight: bold;
	border-radius: 8px 8px 0 0;
}

#news_slider .tab_content{
	position: absolute;
	left: 10px;
	top: 60px;
	width: 296px;
	height: 296px;
	background-color: white;
	overflow: hidden;
	transition-duration: 1s;
	transition-timing-function: ease-out;
}

#news_slider .news_item{
	position: relative;
	top: 0;
	left: 0;
	width: 292px;
	height: 99px;
	border-color: transparent white #366B7D white;
	border-style: none solid solid solid;
	border-width: 0 2px 1px 2px;
	transition-duration: 1s;
	transition-timing-function: ease-out;
	cursor: pointer;
	cursor: hand;

	/* IE10 Consumer Preview */ 
	background-image: -ms-linear-gradient(top, #FFFFFF 0%, #E4E7EC 100%);

	/* Mozilla Firefox */ 
	background-image: -moz-linear-gradient(top, #FFFFFF 0%, #E4E7EC 100%);

	/* Opera */ 
	background-image: -o-linear-gradient(top, #FFFFFF 0%, #E4E7EC 100%);

	/* Webkit (Safari/Chrome 10) */ 
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #FFFFFF), color-stop(1, #E4E7EC));

	/* Webkit (Chrome 11+) */ 
	background-image: -webkit-linear-gradient(top, #FFFFFF 0%, #E4E7EC 100%);

	/* W3C Markup, IE10 Release Preview */ 
	background-image: linear-gradient(to bottom, #FFFFFF 0%, #E4E7EC 100%);
}

#news_slider .news_item:hover{
	/* IE10 Consumer Preview */ 
	background-image: -ms-linear-gradient(top, #FFFFFF 0%, #C9CFDA 100%);

	/* Mozilla Firefox */ 
	background-image: -moz-linear-gradient(top, #FFFFFF 0%, #C9CFDA 100%);

	/* Opera */ 
	background-image: -o-linear-gradient(top, #FFFFFF 0%, #C9CFDA 100%);

	/* Webkit (Safari/Chrome 10) */ 
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #FFFFFF), color-stop(1, #C9CFDA));

	/* Webkit (Chrome 11+) */ 
	background-image: -webkit-linear-gradient(top, #FFFFFF 0%, #C9CFDA 100%);

	/* W3C Markup, IE10 Release Preview */ 
	background-image: linear-gradient(to bottom, #FFFFFF 0%, #C9CFDA 100%);
}

#news_slider .news_image{
	position: absolute;
	text-align: center;
	overflow: hidden;
	left: 7px;
	top: 12px;
	width: 90px;
	height: 72px;
	border-color: #3B90AF;
	border-style: solid;
	border-width: 2px;
}

#news_slider .news_text{
	position: absolute;
	left: 10px;
	top: 5px;
	width: 275px;
	height: 75px;
}

#news_slider .news_text span.when{
	color: #6E1D46;
	font-size: 10px;
	font-weight: bold;
}

a.arrow_right{
	background: url(../../themes/bartik/images/pagination_arrow_right.png) no-repeat;
	text-decoration: none;
	top: 2px;
	position: relative;
}

a:hover{
	text-decoration: none;
}

#news_slider .icons{
	position: absolute;
	left: 230px;
	top: 20px;
    z-index: 10;
}

#news_slider .icons .icon{
	position: absolute;
	top: 0;
	width: 33px;
	height: 34px;
}

#news_slider .icons .icon.Twitter{
	left: 0;
	background-image: url(../../themes/bartik/images/Twitter.png);
}

#news_slider .icons .icon.Facebook{
	left: 40px;
	background-image: url(../../themes/bartik/images/Facebook.png);
}

#news_slider .view_all{
	position: absolute;
	left: 15px;
	bottom: 6px;
	color: white;
	font-size: 13px;
	text-shadow: 1px 2px 2px #111;
}

#news_slider .view_all a{
	text-decoration: none;
	color: white;
}

#news_calendar{
	width: 314px;
	max-height: 150px;
	margin-bottom: 10px;
	overflow: auto;
}

#news_calendar a{
	text-decoration: none;
	color: #6E1D46;
}	