/*******************sbs_2013--css合并***********************/
body {
	font-family: 'Microsoft Yahei', 'SimSun';
}
* {
	margin: 0;
	padding: 0;
}
a.blue12, a.blue12:visited {
	color: #0d1a7a;
	font-size: 12px;
	text-decoration: none;
}
a.blue12:hover, a.blue12:active {
	text-decoration: underline;
}
a.v_more, a.v_more:visited {
	color: #0d1a7a;
	font-size: 13px;
	text-decoration: none;
}
a.v_more:hover, a.v_more:active {
	text-decoration: underline;
}
/** zl 删除
#header {
	margin: 0 auto;
	overflow: hidden;
}
*/
#header_wrapper { width:978px;margin: 0 auto;}
#utility_wrapper{background-color: #d1d1d1;
overflow: hidden;margin-bottom: 12px; }

/*顶部左侧链接*/
#header .utility {
	background-color: #707070;
	height: 40px;
	overflow: hidden;
	width:978px;
	margin: 0 auto;
	
}
#header .navigation {
	float: left;
	margin-left: 50px;
	display: block;
}
#header .navigation li {
	float: left;
	list-style-type: none;
	line-height: 40px;
	padding-right: 34px;
}
#header .navigation li a, #header .navigation li a:visited {
	color: #fff;
	text-decoration: none;
	font-size: 14px;
}
#header .navigation li a:hover, #header .navigation li a:active {
	text-decoration: underline;
}
/*检索框*/
#header .jump_search {
	float: right;
	width: 268px;
	overflow: hidden;
}

#header .jump_search li {
	float: left;
	padding-right: 15px;
	line-height: 40px;
	list-style-type:none;
}
#header .jump_search li a, li a:visited {
	color: #fff;
	text-decoration: none;
	font-size: 14px;
}
#header .jump_search li a:hover, li a:active {
	text-decoration: underline;
}
#header #search {
	float: left;
	padding: 6px 0 0;
}
#header #searchtext {
	float: left;
	margin-left: 12px;
	width: 105px;
	height: 26px;
	min-height: 14px;
	background-color: #555555;
	color: #666666;
	font-size: 14px;
	border: none;
}
/*焦点在输入框*/
#header #searchtext:focus {
	background-color: #fff;
	-webkit-box-shadow: inset 0 0 4px #333;
	-moz-box-shadow: inset 0 0 4px #333;
	box-shadow: inset 0 0 4px #333;
}
#header #searchtext-btn {
	width: 26px;
	height: 26px;
	background-image: url(../images/submit_btn.gif);
	background-repeat: no-repeat;
	border: none;
	cursor: pointer;
	overflow: hidden;
}
/* 商学院logo*/
.logo {
	float: left;
}
.logo a {
	width: 289px;
	height: 62px;
	background: url(../images/logo_temp.jpg) no-repeat;
	margin:10px 0 0 55px;
	display: block;
	text-indent: -9999px;
}
/* 主导航*/
#main-nav {
	float: right;
	margin-top: 15px;
	margin-right: 35px
}
#main-nav li {
	float: left;
	list-style-type: none;
	display: block;
}
/* zl 删除
#main-nav li a, #main-nav li a:visited {
	display: block;
	color: #000000;
	text-decoration: none;
	padding-left: 20px;
	padding-right: 25px;
	font-weight: bold;
	font-size: 18px;
	background: url(mian_nav_ico.gif) no-repeat 98px 10px ;
}

#main-nav li a:hover, #main-nav li a:active {
	color: #91011f;
	border:1px solid #d7d7d7;
	border-width: 1px 1px 0;
}
*/
.head_nav {
	float: right;
	clear: left;
	margin-bottom: 8px;
}
.head_nav li {
	float: left;
	list-style-type: none;
	
}
.head_nav li a, .head_nav li a:visited {
	display: block;
	padding-right: 12px;
	color: #323b58;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}
.head_nav li a:hover, .head_nav li a:active {
	color: #000000;
}


/****************************下面css影响首页大图的显示，注释掉-start*****************************************/
/*banner*/
/*
.view-content, .orbit-wrapper {
	margin: 0 auto;
	background-color: #d3d3d3;
	overflow: hidden;


}
.orbit-wrapper {
	width: 978px; 
	position: relative;
		z-index:3;
}
.carousel-image{ position:absolute; right:0; z-index:-1;
	}

*/

/*banner左侧色块部分*/
/*
.slide-caption {
	position: relative;
	float:left;
	width: 305px;
	height: 342px;
	background: #60101c url(transprant_red_bg.png);
	min-height: 200px;
	padding-left: 150px;
}
.slide-caption h2 {
	padding-top: 124px;
	margin-bottom: 10px;
	-moz-text-shadow: 2px 2px 4px #2d2d2d;/*firefox*/
	-webkit-text-shadow: 2px 2px 4px #2d2d2d;/*safari或chrome*/
	text-shadow: 2px 2px 4px #2d2d2d;/*opera或ie9*/
}
.slide-caption h2 a {
	color: #fff;
	text-decoration: none;
	font-size: 22px;
}
.slide-caption h2 a:hover,.slide-caption h2 a:hover:active {
	color: #e6eae2;

}
.slide-callout {
	width: 900px;
	
}
.slide-callout p {
	float: left;
	max-width: 750px;
	min-height: 18px;
	padding: 0 10px;
	height: 34px;
	line-height: 34px;
	background-color: #fff;
         margin-top:30px;
}
.slide-callout p:hover { background-color:#e6eae2;}

.slide-callout .s_title a {font-size: 20px; text-decoration:none; color:#000000; }

.slide-callout .more {
	padding: 0;
}
.slide-callout .more a {
	display: block;
	float: left;
	padding: 0 10px;
	margin: 0;
	color: #fff;
	font-size: 14px;
	text-decoration: none;
}
.slide-callout .more a:hover, .slide-callout .more a:active {
	background-color: #000000;
}
*/
/*banner控制按钮*/
/*
.carousel-controls {
	position: absolute;
	z-index: 100;
	left: 50%;
	bottom: 43px;
	width: 98px;
	height: 32px;
	margin-left: -449px;
	overflow: hidden;
}
.carousel-controls a {
	float: left;
	background: url(controls-carousel.gif);
	display: block;
	text-indent: -9999px;
	background-color: transparent;
	background-position: 0 0;
	background-repeat: no-repeat;
	overflow: hidden;
	width: 32px;
	height: 32px;
}
.carousel-controls .previous {
	background-position: 0 -32px;
}
.carousel-controls .previous:hover {
	background-position: 0 0;
}
.carousel-controls .play {
	position: relative;
	bottom: auto;
	left: auto;
	background-position: -66px -32px;
	border-left: 1px solid #333;
}
.carousel-controls .play:hover {
	background-position: -66px 0;
}
.carousel-controls .next {
	background-position: -99px -32px;
	border-left: 1px solid #333;
}
.carousel-controls .next:hover {
	background-position: -99px 0;
}
*/
/********************注释到这里结束---end***************************/

.primary {
	margin: 0 auto;
	padding-top: 20px; 
         background:url(../images/main_bg.jpg) repeat-y center top;
	background-color:#f3f3f3;
	overflow: hidden;
}



/*三块主新闻*/			
#home_content {
	margin: 0 auto;
	width: 978px;
	overflow: hidden;
	padding-bottom: 3px;
}
#home_content .school_news, #home_content .video_news, #home_content .media_focus {
	float: left;
	width: 257px;
}
#home_content .school_news {
	margin-left: 38px;
}
#home_content .video_news, #home_content .media_focus {
	margin-left: 65px;
}
#home_content .title {
	border-bottom: 2px solid #d7d7d7;
	overflow: hidden;
	margin-bottom: 20px;
}
#home_content .big_title {
	font-size: 16px;
	color: #2b3552;
	float: left;
	padding: 6px 0 6px 6px;
}
#home_content .big_title  a{
	font-size: 16px;
	color: #2b3552;
	text-decoration:none;
}
#home_content .more a {
	display: block;
	float: right;
	height: 14px;
	width: 9px;
	background: url(../images/more_arrow.gif) no-repeat;
	margin: 8px 8px 0 0;
	text-indent: -9999px;
}
#home_content .p_title {
	text-align: center;
	padding-top: 6px;
}
#home_content .p_title a {
	color: #000000;
	text-decoration: none;
	font-size: 12px;
	font-family: "宋体";
}
.dot_list_con {
	text-align: center;
}
.dot_list_con .dot_list a {
	display: inline-block;
	height: 7px;
	width: 7px;
	background: url(../images/dot_list.gif) no-repeat -7px 0;
	margin: 0 4px;
	cursor: pointer;
}
.dot_list_con .dot_list a:hover, .dot_list_con .dot_list a:active {
	background: url(../images/dot_list.gif) no-repeat;
}
/*通知报告*/	
#home_content .news_list {
	overflow: hidden;
	margin-bottom: 10px;
}
#home_content .news_list .time {
	float: left;
	color: #a12045;
	font-size: 20px;
	font-family: "Microsoft Uighur";
	border-right: 1px solid #d7d7d7;
	padding: 0 8px;
	margin-right: 8px;
}
#home_content .news_list .list {
	float: left;
}
#home_content .news_list .list span {
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
display: block;
width: 150px;
font-size: 13px;
line-height: 20px;
cursor: pointer;
font-size: 11px;

}
#home_content .news_list .list  a {
	color: #494848;
	text-decoration: none;
}
#home_content .news_list .list  a:hover, #home_content .news_list .list a:active {
	text-decoration: underline;
}
#home_content .news_list .list .n_title{  font-weight:bold;}
#home_content .news_list .list .n_list{color: #d3d3d3;
	font-size: 12px;
	font-family: "宋体";
}

#home_content .news_list .more_add {
	float: right;
	background: url(../images/more_arrow01.gif);
	width: 12px;
	height: 12px;
	cursor: pointer;
}
/*底部链接及登陆部分*/

#footer_link {
	margin: 0 auto;
	width: 918px;
	background-color: #f1f1f1;
	margin-top: 8px;
	padding: 30px 30px 18px 30px;
	/**overflow: hidden;**/
	color: #000000;
	font-size: 14px;
	position:relative;
}
.footer_login {
	overflow: hidden;
	margin-bottom: 20px;
}
.footer_login .t_login {
	margin-right: 60px;
}
.footer_login .t_login, .footer_login .s_login {
	float: left;
	width: 400px;
}
.footer_login .s_login {
	float: right;
}
.footer_login .t_login p, .footer_login .s_login p {
	border-bottom: 2px solid #9e9e9e;
	padding: 8px 0 8px 35px;
	background: url(../images/ico_01.gif) no-repeat center left;
	margin-bottom: 13px;
}
.footer_login input {
	border: 2px solid #a8a8a8;
	height: 24px;
	margin-left: 25px;
	float: left;
	padding-left: 6px;
}
.footer_login .username {
	width: 110px;
	margin-left: 15px;
	font-size: 11px;
}
.footer_login .password {
	width: 140px;
	margin-right: 10px;
	font-size: 11px;
}
.footer_login .submit {
	display: block;
	border: none;
	width: 58px;
	height: 28px;
	background-color: #636465;
	color: #ffffff;
	font-family: 'Microsoft Yahei', 'SimSun';
	cursor: pointer;
}
/** zl 删除
#footer_link .left {
	overflow: hidden;
	float: left;
}
#footer_link .left ul {
	list-style-type: none;
}
#footer_link .left ul li {
	float: left;
	padding-right: 15px;
}
#footer_link .left ul li a, #footer_link .left ul li a:visited {
	text-decoration: none;
	color: #000000;
}
#footer_link .left ul li a:hover, #footer_link .left ul li a:active {
	text-decoration: underline;
	color: #000000;
}
*/
#footer_link .sec {
	clear: left;
	padding-top: 10px;
}
#footer_link .right {
	overflow: hidden;
	float: right;
	margin-right:25px;
}
#footer_link .right p img {
	padding-right: 10px;
}

/** 学生运动会倒计时**/
.s-time {
	width: 170px;
	height: 95px;
	position: relative;
         float:left;
}
.s-time .time {
	position: absolute;
	width: 25px;
	height: 25px;
	top: 59px;
	left: 41px;
	line-height: 25px;
	text-align: center;
}
.s-time .time span {
	font-size: 20px
}
/* App二维码*/
.s-center{ width:124px; overflow:hidden;text-align:center; position:absolute; top:40px; left:-135px;}
.s-media{ width:124px; overflow:hidden;text-align:center; position:absolute; top:40px; right:-135px;}
.s-media ul { padding-left:10px; margin-top:8px;}
.s-media ul li {float:left; list-style:none;}
.s-media ul a { display:block; width:38px; height:38px;  background:url(../images/wbtc.png) no-repeat 0px 0px; margin:0 6px; }
.s-media ul .wb-btn a:hover {background-position: 0 -38px}
.s-media ul .tc-btn a{ background-position:-38px 0px;}
.s-media ul .tc-btn a:hover {background-position:-38px -38px;}

.clear{clear:both;}

/*底部*/
#footer_wrapper {
	margin: 0 auto;
	background-color: #d1d1d1;
}
#footer {
	margin: 0 auto;
	width: 978px;
	height: 123px;
	background-color: #707070;
}
#footer .f_logo, #footer .contact_adress {
	float: left;
}
#footer .f_logo {
	background: url(../images/footer_logo.gif) no-repeat;
	width: 50px;
	height: 50px;
	margin: 35px 20px 0 50px;
}
#footer p {
	color: #9f9f9f;
	font-size: 12px;
}
#footer .contact_adress {
	margin-top: 35px;
}
#footer .support {
	float: right;
	margin: 35px 40px 0 0;
}

/**************************screen---css合并*************************************/
#header {
	margin: 0 auto;
	height:156px;
	position:relative;
	z-index: 100000;
}
#main-nav {
	height:27px;
}
#main-nav li {
	height:27px;
	margin:0 0 0 20px
}
#main-nav > li > a, #main-nav > li > a:visited {
	display: block;
	color: #383838;
	text-decoration: none;
	padding-left: 20px;
	padding-right: 25px;
	font-weight: bold;
	font-size: 18px;
	background: url(../images/mian_nav_ico.gif) no-repeat 98px 10px white;
	height:27px;
	line-height: 27px;
	vertical-align: middle;
	z-index: 1000000;
	position:relative;
	
}
.selected{
	color: #91011f;
	border:1px solid #d7d7d7;
	border-bottom:solid 1px white;
	border-width: 1px 1px 0;
	background:white;
	z-index: 1300;
	position:relative;
}
.unselected{
	color: #000000;
	border:none;
}
#main-nav > li{position:relative;}
#main-nav ul{
	background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #D7D7D7;
    display: none;
    margin-top: -1px;
	margin: 0 0 0 -1px;
    padding-bottom: 15px;
    position: absolute;
    z-index: 1000;
	width:150px;
	top:26px;
}
#main-nav ul li{
	list-style-type:none;
	margin:0px;
	float:none;
}
#main-nav ul a { display: block; height: auto; padding: 7px 10px 6px; background: none; text-indent: 0; color: #6c6c6c;}
#main-nav ul a:hover, #main-nav ul a:focus { background: #a61d31; color:#fff; }
#main-nav ul.last { width: 117px; }

.news_big{height:139px;width:257px;overflow:hidden;position:relative;}
.news_small{width:900px;height:139px;position:relative;}
.news_small > div {height:139px;width:257px;float:left;}

.videos_big{height:139px;width:257px;overflow:hidden;position:relative;}
.videos_small{width:900px;height:139px;position:relative;}
.videos_small > div {height:139px;width:257px;float:left;}

.newslist_big{height:139px;width:257px;overflow:hidden;position:relative;}
.newslist_small{height:417px;position:relative;}
.newslist_small > div {height:139px;width:257px;}

.dot_list_con .news_current a,.dot_list_con .videos_current a,.dot_list_con .newslist_current a{
	display: inline-block;
	height: 7px;
	width: 7px;
	background: url(../images/dot_list.gif) no-repeat 0 0;
	margin: 0 4px;
	cursor: pointer;
}
#footer_link .left1 {
	overflow: hidden;
	float: left;
	margin-top:20px;
}
#footer_link .left1 ul {
	list-style-type: none;
}
#footer_link .left1 ul li {
	float: left;
	padding-right: 15px;
}
#footer_link .left1 ul li a, #footer_link .left1 ul li a:visited {
	text-decoration: none;
	color: #000000;
}
#footer_link .left1 ul li a:hover, #footer_link .left1 ul li a:active {
	text-decoration: underline;
	color: #000000;
}

/**************************lrtk---css合并*************************************/

body{margin:0px;}
img {border: none;vertical-align: middle;}
img { -ms-interpolation-mode: bicubic; }
/* common
-----------------------------------------------*/
/*__ maincontent _*/
#maincontent {background:#000;height:328px;overflow:hidden;position:relative;}
#maincontent div.pict {cursor: default !important;}
#maincontent div.main {position: static;text-align: center;display: block;cursor: pointer !important}
#maincontent .element {display: none;position: absolute !important;}
#maincontent .element .view-content, #maincontent .element .view-content .orbit-wrapper{margin-left: 0px;}
 #maincontent .element .view-content .orbit-wrapper{margin-right: 0px;}
#maincontent .left {margin-left:400px;margin-top:240px;cursor: pointer;}
#maincontent .right {margin-left:468px;margin-top:240px;cursor: pointer;}
#maincontent .ove {margin-left:434px;margin-top:240px;cursor: pointer;}
#maincontent .main .guardian {display: none;height: 0;}
#maincontent .navi {z-index: 9999999;}
div#maincontent div.main{display:none;}div#maincontent div.element{position:absolute !important;}

/*div#maincontent div.navi{position:relative !important;}*/


/*************************************样式表合并--2013-5-9****************************************/


#main-nav ul {
width:142px;
}
#main-nav ul li a
{
  padding-left:25px;
  text-decoration: none;
  font-size:12px;
  
 
}
#main-nav li a,#main-nav li a:visited{
 border:1px solid transparent;
}



.slide-caption {
position: relative;
float: left;
width: 355px;
height: 342px;
background: #60101c url(../images/transprant_red_bg.png);
min-height: 200px;
padding-left: 50px;
padding-right:50px;
}
.slide-caption h2
{
 text-align:left;
}
/***************2013-5-2样式修改*******************/
/****************通知公告副标题颜色深浅******************/

#home_content .news_list .list .n_list{
color: #999999;
	font-size: 12px;
	font-family: "宋体";
}
/****************登陆框调整居中******************/

.footer_login input {
	border: 2px solid #a8a8a8;
	height: 24px;
	margin-left: 25px;
	float: left;
	padding-left: 6px;
         line-height:24px;
         color:#999999;
}

/***************图片新闻标题的宽度*******************/

.slide-caption h2 {
	padding-top: 100px;
	margin-bottom: 25px;
	-moz-text-shadow: 2px 2px 4px #2d2d2d;/*firefox*/
	-webkit-text-shadow: 2px 2px 4px #2d2d2d;/*safari或chrome*/
	text-shadow: 2px 2px 4px #2d2d2d;/*opera或ie9*/
}
.slide-callout p {
	float: left;
	max-width: 750px;
	min-height: 18px;
	padding: 0 10px;
	height: 34px;
	line-height: 34px;
	background-color: #fff;
min-width: 390px;
text-align: center;
}
.slide-callout .more {
	padding: 0;
         min-width:0;
}
/*******通知公告的时间显示改造*********/
#home_content .news_list .time {
	float: left;
	font-size:10px;
	color:#ffffff;
	text-align: center;
	margin-top: 12px;
	margin-right: 8px;
         border:0;
	
}
#home_content .news_list .time p{font-family: " Georgia","Arial", "Helvetica", "sans-serif";font-style: italic; line-height:16px; width:46px;  font-weight:bold;}
#home_content .news_list .time p.year{ color:#a51c30; }
#home_content .news_list .time p.date{background-color:#a51c30;}
#home_content .news_list .list {
	float: left;
	padding-left:8px;
	border-left: 1px solid #d7d7d7;
}
/*******通知公告的右侧箭头显示位置*********/

#home_content .news_list .more_add {
float: right;
background: url(../images/more_arrow01.gif);
width: 12px;
height: 12px;
cursor: pointer;
margin-top: 22px;
}
/*******底部微博链接图片*********/
#footer_link  .weiboposition{
overflow: hidden;
float: right;
margin-right: 25px;
height:45px;
width:100px;
}
#footer_link  .sec{
padding-top:5px;
}

#footer_link  .weiboposition a{
margin-left:15px;}

/***********首页导航***************/
#main-nav li {
height: 27px;
margin: 0 0 0 19px;
}

#main-nav ul {
top: 26px;
}


#main-nav ul li a {
padding-left: 25px;
text-decoration: none;
font-size: 12px;
}



#main-nav ul a:hover, #main-nav ul a:focus {
width:107px;}

#main-nav li a, #main-nav li a:visited {
border: 0 solid transparent;
}
/*******首页大图 标题字体改动***********/
.slide-caption h2 a {
font-size: 22px;
color: #fff;
text-decoration: none;
}
.slide-callout p a {
font-size: 20px;
text-decoration: none;
color: #000000;
}
.primary {
margin: 0 auto;
padding-top: 20px;
background: url(../images/main_bg.jpg) repeat-y center top;
background-color: #f3f3f3;
overflow: hidden;
}
/**********************************首页大图使用css合并***************************************************/

/*
*****************sbs_screen********************************/
/* inline */
 .sub .section img.topper { max-width: 223px; }

.utility { height: 38px; position: relative; }

.clear { clear: both; }
.move { position: absolute; left: -9999px; }
.hide { display: none; }
.hidden { visibility:hidden; }
.element-invisible { visibility:hidden; display: none;}
.compact { margin-bottom: 0px; }

img#logo { display: none; }	


/*.no-intro-text .intro-wrap { padding: 0 0 4px; }*/
	/*.no-intro-text .intro-wrap + .wrap { margin-top: -4px; }*/
	/*.no-intro-text .intro h1 { margin-bottom: 30px; }*/

.breadcrumb { position: relative; width: 978px; margin: 0 auto 20px; padding-top: 18px; }
	.breadcrumb li { float: left; list-style: none;}
	.breadcrumb li:after { content: "/"; margin: 0 5px 0 3px;  }
		.breadcrumb a { color: #6a8cb0; text-transform: uppercase; font-weight: bold; text-decoration: none; }
		.breadcrumb a:hover, .breadcrumb a:focus { text-decoration: underline; }

.wrap { width: 978px; margin: 0 auto; }
#twocol_wrap { width: 755px; float: right; }

	/* Layout A has only a Main column and takes up the full 978px width */
	.layout-a .main { width: 978px; margin-bottom: 20px; }

	/* Layout B has Secondary on left, Main on the right.*/
	.layout-b .main { float: right; width: 728px; margin-bottom: 20px; }
	.layout-b .secondary { float: left; width: 223px; margin-bottom: 20px;}

	/* Layout C has Secondary on right, Main on the left.*/
	.layout-c .main { float: left; width: 728px; margin-bottom: 20px; }
	.layout-c .secondary { float: right; width: 223px; margin-bottom: 20px;  padding-top: 72px;}

	/* Layout D has Secondary on left, Main in the middle and Sub on the right.*/
	.layout-d .secondary { float: left; width: 223px; margin-bottom: 20px; }
	.layout-d .main { float: left; width: 474px; margin-left: 29px; margin-bottom: 20px; }
	.layout-d .sub { float: left; width: 223px; margin-left: 29px; margin-bottom: 20px; }


	/* split - used for unique split examples, with specific widths */
		.col, ul.split li, ul.split-a li, ul.split-b li { float: left; }
	/* split A - used for two columns of equal width */
		.split-a .col { width: 48.5%; margin-left: 3%; }
	/* split B - used for three columns of equal width */
		.split-b .col, .split-b li { width: 32%; margin-left: 2%; }
		
		.split .first, .split-a .first, .split-b .first { margin-left: 0; }


	.main .section { background: #fff; border-top: 4px solid #a51c30; }
		.main .col .section { border-top: none; }
	.sub .section { background: #fefefe; }

  .header-mobile { display: none; }
  



/*-------------------------------------------
    Carousel
-------------------------------------------
colors: 
comp-a: Ivy: 52854c
comp-b: Mortar: 8c8179
comp-c: Indigo: 293352
comp-d: Crimson: a51c30
*/
.carousel { height: 340px; overflow: hidden; background: #262626; }
	.carousel .wrap { position: relative; }
		.slide-caption { position: relative; z-index: 10; float: left; width: 376px; min-height: 280px; padding: 68px 40px 0;
			background-image: url(../images/vignette.png);
			background-position: left top;
			background-repeat: no-repeat; }
			.comp-a { background-color: #52854c; }
			.comp-b { background-color: #8c8179; }
			.comp-c { background-color: #293352; }
			.comp-d { background-color: #a51c30; }
			/*.slide-caption h2 { margin-bottom: 32px; color: #fff; font-size: 4.2em; line-height: 1.21; }
				.slide-caption h2 a { color: #fff; text-decoration: none; }
				.slide-caption h2 a:hover, .slide-caption h2 a:focus { color: #e6eae2; text-decoration: none; } 
			.slide-callout { width: 900px; }
				.slide-callout p { float: left; max-width: 750px; min-height: 19px; margin-bottom: 5px; padding: 0 20px 0 14px; background: #fff; background: rgba(255,255,255,.9); text-transform: uppercase; color: #363636; font-weight: bold; font-size: 1.2em; line-height: 1.5; text-align:center; margin-top:30px;}
					.slide-callout p:hover { background: #e6eae2; }
					.slide-callout p a { color: #363636; text-decoration: none; }
					.slide-callout p a:hover, .slide-callout p a:focus { color: #363636; text-decoration: none; }      */


				.slide-callout .more { padding: 0; }
				.comp-a .slide-callout .more { background-color: #52854c; }
				.comp-b .slide-callout .more { background-color: #8c8179; }
				.comp-c .slide-callout .more { background-color: #293352; }
				.comp-d .slide-callout .more { background-color: #a51c30; }
					/***
.slide-callout .more a { display: inline-block; min-height: 19px; padding: 8px 10px 7px 10px; background: none; color: #fff; text-transform: none; font-weight: normal; font: italic 1.15em Georgia, "Times New Roman", serif; }
					.slide-callout .more a:hover, .slide-callout .more a:focus { background: #000; text-decoration: none; color:#fff; }
********/
		.carousel-image { position: absolute; right: 0; }
	.carousel-item { position: relative; }	
	.carousel-item-secondary { display: none; }

			/*  #hedu_preview .slide-caption h2 { margin-bottom: 32px; color: #fff; font-size: 3.15em; line-height: 1.21; }  */
				#hedu_preview .slide-callout p { float: left; max-width: 750px; min-height: 19px; margin-bottom: 5px; padding: 9px 20px 6px 14px; background: #fff; background: rgba(255,255,255,.9); text-transform: uppercase; color: #363636; font-weight: bold; font-size: 0.9em; line-height: 1.5; }
				#hedu_preview .slide-callout p.more { padding: 0; }
				#hedu_preview .comp-a .slide-callout p.more { background-color: #52854c; }
				#hedu_preview .comp-b .slide-callout p.more { background-color: #8c8179; }
				#hedu_preview .comp-c .slide-callout p.more { background-color: #293352; }
				#hedu_preview .comp-d .slide-callout p.more { background-color: #a51c30; }

	
	/*
*****************sbs_enhanced********************************

*/

.streamer-social .controls a, .emergency .close, .carousel-controls a { display: block; text-indent: -9999px; background-color: transparent; background-position: 0 0; background-repeat: no-repeat; overflow: hidden; }

.emergency .close { display: block; position: absolute; top: -4px; right: 0; height: 16px; width: 16px; background: url(../images/btn-emergency-close.png) no-repeat 0 0; cursor: pointer; }
.emergency .close:hover, .emergency .close:focus { background-position: 0 -16px; }


.adjoin-options, .main .adjoin-options { width: 262px; height: 220px; overflow-y: scroll; padding: 5px 0 0;  }

/*-------------------------------------------
    Streamer
-------------------------------------------*/

.heading-tab li { margin-bottom: 8px; }
	.heading-tab a { display: block; position: relative; right: -20px; width: 77px; padding: 10px 5px 9px 42px; background: url(../images/streamer-sprite.gif) no-repeat 0 0; color: #adadad; font-weight: bold; text-transform: uppercase; }
	.heading-tab a:hover, .heading-tab a:focus { color: #3b7abd; }
	.heading-tab .active a { background-color: #3f3f3f; color: #fff; }
	.heading-tab a.twitter { background-position: 5px 4px; }
	.heading-tab a.twitter:hover, .heading-tab a.twitter:focus { background-position: 5px -664px; }
	.heading-tab .active a.twitter { background-position: 5px -312px; }
	.heading-tab a.fb { background-position: 5px -123px; }
	.heading-tab a.fb:hover, .heading-tab a.fb:focus { background-position: 5px -780px; }
	.heading-tab .active a.fb { background-position: 5px -428px; }
	.heading-tab a.itunes { background-position: 5px -215px; }
	.heading-tab a.itunes:hover, .heading-tab a.itunes:focus { background-position: 5px -896px; }
	.heading-tab .active a.itunes { background-position: 5px -541px; }
	.heading-tab .active a:after { position: absolute; top: 0; right: -15px; content: url(../images/bg-heading-tab.gif); }

	* html .heading-tab .active a.twitter:hover, * html .heading-tab .active a.twitter:focus { background-position: 5px -312px; }
	* html .heading-tab .active a.fb:hover, * html .heading-tab .active a.fb:focus { background-position: 5px -428px; }
	* html .heading-tab .active a.itunes:hover, * html .heading-tab .active a.itunes:focus { background-position: 5px -541px; }

.streamer .heading h2 { width: 90px; }

.streamer .heading-tab { position: relative; z-index: 1; }

.streamer-social { display: table }
	.streamer-social .heading, .streamer-social .prime { display: table-cell; }

	.streamer-social .prime { width: 856px; overflow:hidden;}
	* + html .action-footer .streamer .prime { width: 854px; }
	* html .action-footer .streamer .prime { width: auto; }

	.streamer-social .heading { width: 90px; }
	.action-footer .streamer-social .listing { width: 654px; border-right: 1px solid #C3C3C3; }
		.action-footer .streamer-social .listing li { width: 180px; border-left: none; border-right: 1px solid #c3c3c3; }

.streamer-social .controls { float: left; display: table-cell; width: 42px; }
	.streamer-social .controls a { width: 32px; height: 32px; background-image: url(../images/btn-streamer-controls.gif); }
	.streamer-social .controls .prev { margin-top: 28px; }
	.streamer-social .controls .prev:hover, .streamer-social .controls .prev:focus { background-position: 0 -32px; }
	.streamer-social .controls .next { margin-top: 4px; background-position: -32px 0; }
	.streamer-social .controls .next:hover, .streamer-social .controls .next:focus { background-position: -32px -32px; }
	.streamer-social .controls .disabled { opacity: 0.2; }

/*-------------------------------------------
    Homepage Caraousel
-------------------------------------------*/

* html .carousel { height: 348px !important; }
* html .slide-caption { background-image: none !important; height: 220px; }
* html .carousel-item { height: 348px; }


.comp-b, .comp-b .slide-callout .more { background-color: #8c8179; }
.comp-c, .comp-c .slide-callout .more { background-color: #293352; }
.comp-d, .comp-d .slide-callout .more { background-color: #a51c30; }

.carousel-controls { position: absolute; z-index: 100; left: 50%; bottom: 43px; width: 98px; height: 32px; margin-left: -449px; overflow: hidden; }
* html .carousel-controls { bottom: 20px; }
	.carousel-controls a { float: left; width: 32px; height: 32px; background-image: url(../images/controls-carousel.gif); }
	.carousel-controls .next { background-position: -99px -32px; border-left: 1px solid #333; }
	.carousel-controls .next:hover, .carousel-controls .next:focus { background-position: -99px 0; border-color: #ccc; }
	.carousel-controls .previous { background-position: 0 -32px; }
	.carousel-controls .previous:hover, .carousel-controls .previous:focus { background-position: 0 0; }
	.carousel-controls .pause { background-position: -33px -32px; border-left: 1px solid #333; }
	.carousel-controls .pause:hover, .carousel-controls .pause:focus { background-position: -33px 0; border-color: #ccc; }
	.carousel-controls .play { position: relative; bottom: auto; left: auto; background-position: -66px -32px; border-left: 1px solid #333;}
	.carousel-controls .play:hover, .carousel-controls .play:focus { background-position: -66px 0; border-color: #ccc; }

.carousel .prev-image { position: absolute; left: -978px; top: 0; opacity: 0.2; }
.carousel .prev-image_rs{position: absolute; left: -980px; top: 0; opacity: 0.2;}
.carousel .next-image { position: absolute; top: 0; right: -980px; opacity: 0.2; }
.carousel .next-image_rs { position: absolute; top: 0; right: -980px; opacity: 0.2; }

.slide-caption { min-height: 200px; padding: 0 40px 80px; }
* html .slide-caption { padding-bottom: 60px; }

/*-------------------------------------------
    Video Player
-------------------------------------------*/

.video-container:hover { cursor: pointer; }
	.video-container object { z-index: 1 !important; }
	.video-container .caption-overlay { display: block; z-index: 1000; position: absolute; width: 80%; bottom: 50px; font-size: 1.2em; }
	.video-container .caption-overlay a { display: block; padding: 6px 6px 5px 9px; background: #fff; background: rgba(255,255,255, .8); line-height: 2; color: #282828; font-weight: bold; text-transform: uppercase; text-decoration: none; }
	.video-container .caption-overlay a:hover, .video-container .caption-overlay a:focus { color: #3b7abd; }
	* html .caption-overlay { left: 0; }

.js-disabled { display: none; }

/*-------------------------------------------
    Twitter
-------------------------------------------*/
#overlay { display:none; position:fixed; top:0; left:0; width:100%; height:100%; background:rgba(255,255,255,.8); z-index:100; }
#twitter-wrap { z-index: 101; background: #fff; padding: 20px; border-radius: 10px; box-shadow: 0 0 20px rgba(0,0,0,0.5); position: absolute; top: 0; left: -9999px; }
#twitter-wrap .close { width: 20px; height: 20px; background: transparent url(../images/closebox.png) no-repeat center center; width: 30px; height: 30px; display: block; position:absolute; top: -10px; left: -10px; text-indent: -9999px; }

/*------------------------------------------
    Fixed
-------------------------------------------*/
#filter-drop.fix { position: fixed; top: 0;  z-index: 99; }
.shieldfix { background-attachment: fixed !important; } 