body.controller-today.action-index #main {
	margin-top: 10px;
}

#promo-slider {
    position: relative;
}

#promo-slider a.bjqs-prev {
    top: 208px !important;
}

#promo-slider a.bjqs-next {
    top: 208px !important;
}

.front-separator a.bjqs-next{
    top: 85.5px !important;
}
.front-separator a.bjqs-prev{
    top: 85.5px !important;
}

#promo-slider div.slider-prev {
    background: url('/static/img/front/slider-prev.png') no-repeat left top;
    opacity: 0.25;
    width: 37px;
    height: 27px;
}

#promo-slider div.slider-prev:hover {
    background: url('/static/img/front/slider-prev-active.png') no-repeat left top;
    opacity: 1;
}

#promo-slider div.slider-next {
    background: url('/static/img/front/slider-next.png') no-repeat left top;
    opacity: 0.25;
    width: 37px;
    height: 27px;
}

#promo-slider div.slider-next:hover {
    background: url('/static/img/front/slider-next-active.png') no-repeat left top;
    opacity: 1;
}

#promo-slider ul.bjqs-controls li a {
    background: none;
    padding: 0;
}

#promo-slider-container {

}

#today-blocks div.slide-inner {
    margin: 0;
    padding: 10px;
    border: 1px solid #CCC;
    height: 88%;
}

#today-blocks div.block {
    width: 329px;
}

#today-blocks div.block div.title {
	font-weight: bold;
	margin-left: 90px;
}
#today-blocks div.block div.title a {
	color: #333;
}
#today-blocks div.block div.title a:hover {
	text-decoration: none;
}

#today-blocks div.block div.body {
	margin-top: 10px;
}

#today-blocks div.block-content div.block div.block-title {
    background: none;
    border: 0;
    margin: 0;
    line-height: 30px;
    height: 30px;
    
}

#today-blocks div.block div.block-title div.text {
    float: left;
    font-weight: bold;
}

#today-blocks div.block div.block-title div.all {
    float: right;
}

#today-blocks div.front-separator-left {
    float: left;
    width: 340px;
}

#today-blocks div.front-separator-line {
    height: 450px;
    width: 1px;
    background-color: #CCC;
    float:left;
    margin-top: 10px;
}

#today-blocks div.front-separator-right {
    float: right;
}

#today-blocks div.block-title.today { font-weight: bold; font-size: 13px; border: 0; padding-left: 45px; background: #f5f5f5 url('/static/img/today/world.png') no-repeat 5px 5px; margin: 0; }
#today-blocks #education div.block-title { padding-left: 25px; background: url('/static/img/today/education.png') no-repeat left 5px; }
#today-blocks #trending div.block-title { padding-left: 25px; background: url('/static/img/today/trending.png') no-repeat left 0px; }
#today-blocks #today-sport-news div.block-title { padding-left: 30px; background: url('/static/img/today/sport.png') no-repeat left 2px; }
#today-blocks #historical div.block-title { padding-left: 25px; background: url('/static/img/today/historical.png') no-repeat left 0px; }
#today-blocks #today-birthdays div.slide-inner { padding-bottom: 11px; }
#today-blocks #today-birthdays div.block-title { padding-left: 25px; background: url('/static/img/today/birthday.png') no-repeat left 8px; }
#today-blocks #phrase div.block-title { padding-left: 30px; background: url('/static/img/today/phrases.png') no-repeat left 2px; }
#today-blocks #tips div.block-title { padding-left: 31px; background: url('/static/img/today/tips.png') no-repeat left 1px; }
#today-blocks #record div.block-title { padding-left: 31px; background: url('/static/img/today/record.png') no-repeat left 1px; }
#today-blocks #today-weather div.block-title { padding-left: 31px; background: url('/static/img/today/weather.png') no-repeat left 2px; }

#today-blocks { border: 1px solid #CCC; }
#today-blocks div.block-content.today { padding: 20px; }

#today-weather {
	height: 200px;
}

#today-blocks #today-weather div.block-content {
    padding: 6px;
    border: 1px solid #CCC;
    height: 88%;
}

#today-blocks #today-weather div.city-selector {
    float: right;
}

#today-birthdays-slider-container,
#trending-slider-container {
    margin: 0;
}

#today-blocks #front-ad {
    width: 100%;
    border: 1px solid #CCC;
    margin: 10px 15px;
    width: 641px;
    padding-top: 5px;
    padding-left: 6px;
    padding-bottom: 5px;
    margin-top: 9px;
    margin-bottom: 18px;
}

div.weather-current div.temperature {
    float: right;
    margin-top: -35px;
    width: 153px;
}

div.weather-current span.label {
    color: #808080;
}

div.weather-current span.value {
    float: right;
    line-height: 16px;
    font-weight: bold;
}

div.weather-current span.value {
    margin-top: 6px;
}

div.weather-current img {
    margin-right: 10px;
}

div.weather-current div.main {
    padding-bottom: 13px;
    border-bottom: 1px solid #CCC;
    margin-bottom: 7px;
}

.front-slider {
    position: relative;
    width: 320px;
    float: left;
}

.front-slider div.slider-prev {
    background-image: url("/static/img/front/mini-slider-arrow.png");
    background-position: 0 -19px;
    background-repeat: no-repeat;
    height: 18px;
    width: 27px;
    
    left: 1px;
    position:relative;
}

.front-slider div.slider-prev:hover {
    background-position: 0 0;
    outline: medium none white;
}

.front-slider div.slider-next {
    background-image: url("/static/img/front/mini-slider-arrow.png");
    background-position: -28px -19px;
    background-repeat: no-repeat;
    height: 18px;
    width: 27px;
    
    right: 1px;
    position:relative;
}

.front-slider div.slider-next:hover {
    background-position: -28px 0;
}

.front-slider img {
    float: left;
    margin-right: 10px;
}

#weather {
	margin-left: 20px;
	padding-top: 20px;
}

div.weather-item {
	width: 220px;
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
}

div.weather-item:nth-child(3n) {
	margin-right: 0px;
}

div.weather-item div.main {
	border: 1px solid #CCC;
}

div.weather-item img.forecast-img {
	float: left;
	margin: 15px;
}

div.weather-item span.label {
	color: #333;
}

div.weather-item div.date {
	color: #333;
	margin-bottom: 5px;
	font-size: 12px;
}

div.weather-item span.weekday {
	font-weight: bold;
	color: #000;
}

div.weather-item div.temperature {
	float:right;
	margin-top: 15px;
	margin-right: 20px;
}

div.weather-item div.temperature img {
	margin-right: 5px;
}

div.weather-item div.temperature {
	line-height: 15px;
}

div.weather-item div.temperature div.day {
	margin-bottom: 5px;
}

div.weather-item div.temperature span.value {
	font-size: 15px;
	font-weight: bold;
}

body.controller-weather.action-index div.content-area {
	border-left: 1px solid #CCC;
}

body.controller-weather.action-index #view-top {
	margin-bottom: 0;
}

#gallery .block-title div.text {
	float: left;
}

#gallery .block-title div.all {
	float: right;
	margin-right: 10px;
}

div.excellent-student-vcard {
	display: inline-block;
	width: 126px;
    margin-bottom: 5px;
	/*height: 163px;*/
	vertical-align: top;
	line-height: 13px;
	margin-right: 9px;
}

div.excellent-student-vcard div.bio {
	line-height: 13px;
}

div.excellent-student-vcard:nth-child(5n) {
	margin-right: 0 !important;
}

body.controller-today.action-all-excellent-students div.excellent-student-vcard {
	/*height: 173px;*/
	margin-right: 14px;
    margin-bottom: 8px;
}

div.excellent-student {
	display: table;
	margin: 0 auto;
}

div.excellent-student div.name {
	padding-top: 5px;
}

body.controller-today.action-all-excellent-students #main {
	border-left: 1px solid #CCC;
	margin-top: -1px;
	padding-top: 20px;
}

body.controller-today.action-all-excellent-students #view-container {
	padding-left: 20px;
	width: 700px !important;
}

body.controller-today.action-all-excellent-students div.tip {
	border: 1px solid #CCC;
	border-top: 0;
	padding: 10px 20px;
	margin-bottom: 20px;
}

body.controller-today.action-index ul.bjqs-controls li a{
    background:none;
}


#apps-slider-wrapper {
    margin: 10px 0;
    width: 721px;
}

#apps-slider li {
    margin: 0 7px 0 0;
    height:54px;
    width:77px;
}
#apps-slider li span.latest-dtag{
    background: none repeat scroll 0 0 red;
    border-radius: 0 0 0 3px;
    top: 37px;
    color: #FFFFFF;
    font-size: 11px;
    padding: 0 4px;
    position: absolute;
}

#apps-slider li span.latest-dtag a{
    color: #FFFFFF;
    display: block !important;
    min-width: 10px;
    position: relative;
    top: 0;
}
#apps-slider li span {
    display: block;
}

#apps-slider li span a{
    display: none;
    min-width: 100px;
    position: absolute;
    top: 55px;;
}


#today-blocks .bjqs-controls li {
    position: relative;
    top: -110px;
}

.jcarousel-clip.jcarousel-clip-horizontal {
    left: 27px;
    overflow: hidden;
    width: 670px;
}

.jcarousel-prev{    
    background-image: url("/static/img/front/apps/slider-arrow.png");
    background-position: 0 -55px;
    background-repeat: no-repeat;
    height: 54px;
    left: 0;
    position: absolute;
    top: 0;
    width: 22px;
    cursor: pointer;
}

.jcarousel-prev:hover{
    background-position: 0 0;
}

.jcarousel-next{
    background-image: url("/static/img/front/apps/slider-arrow.png");
    background-position: -23px -55px;
    background-repeat: no-repeat;
    height: 54px;
    position: absolute;
    right: 0;
    top: 0;
    width: 22px;  
    cursor: pointer; 
}

.jcarousel-next:hover{
    background-position: -23px 0;
}
/*loader*/
#faceted-search .loader{
    margin-top: -48px !important;
}