#slider {
	position: relative;
	top: 0;
	left: 0;
	margin: 0 auto;
	color: #333;
	font-family: Verdana;
	text-align: left;
	background: #f9f9f9;
}
#slider #sliderTitleBar {
	height: 36px;
	padding-bottom: 21px;
	padding-top: 6px;
}
#slider #sliderTitleBar span {
	display: block;
	padding: 5px 0 0 26px;
	font-size: 24px;
	color: #444;
}
#slider #sliderCont {
	height: 204px;
	margin: 0 auto;
	padding: 0;
	overflow: hidden;
	position: relative;
	background: transparent url('/libraries/slider/image/slider-bg.png') repeat-x top left;
}
#slider #sliderCont img {
	border: none;
}
#slider .sliderLink {
	display: block;
	width: 53px;
	height: 204px;
	text-decoration: none;
	color: #fff;
	text-align: center;
	position: absolute;
	z-index: 5;
}
#slider #previousLink {
	background: transparent url('/libraries/slider/image/slider-arrow-left-sprite.png?v=1') no-repeat left top;
	left: 0;
	top: 42px;
}
#slider #previousLink:hover, #slider #nextLink:hover {
	background-position: 0 -217px;
}
#slider #nextLink {
	background: transparent url('/libraries/slider/image/slider-arrow-right-sprite.png?v=1') no-repeat left top;
	right: 0;
	top: 42px;
}
#slider #previousLink.disable:hover, #slider #nextLink.disable:hover, #slider #previousLink.disable, #slider #nextLink.disable {
	background-position: 0 -434px;
}
#slider .sliderLink span {
 	display: none;
}
#slider #sliderItems {
	width: 10000px;
	margin: 0;
	padding: 0;
	overflow: hidden;
	position: relative;
	z-index: 1;
}
#slider #sliderItems .sItemCont {
	margin: 0 15px 0 15px;
	background: #fff;
	height: 139px;
}
#slider #sliderItems .sItem {
	width: 180px;
	height: 184px;
	font-weight: bold;
	float: left;
	position: relative;
	padding: 0;
	overflow: hidden;
}
#slider #sliderItems .sItem a {
 	color: #333;
	text-decoration: none;
}
#slider #sliderItems .sItemCont:hover a {
	text-decoration: underline;
}

#slider #sliderItems .sItem .sItemTitle {
	color: #fff;
	padding: 2px 6px 1px 6px;
	height: 14px;
	background: #000;
	background: rgba(0, 0, 0, 0.6);
	position: absolute;
	font-size: 10px;
	font-weight: normal;
	text-transform: uppercase; 
	overflow: hidden;
	z-index: 3;
	top: 74px;
}

#slider #sliderItems .sItemCont:hover .sItemTitle {
	background: rgba(0, 0, 0, 0.85);
	text-decoration: none;
}

#slider #sliderItems .sItem .tipICast .sItemTitle {
	text-transform: none;
}
#slider #sliderItems .sItem .sItemImage {
	width: 150px;
	height: 84px;
	overflow: hidden;
	background-color: #7d7d7d;
	position: relative;
	margin: 7px 0 0 0;
}
#slider #sliderItems .sItem .sItemImage img {
	margin: 0;
	padding: 0;
}

#slider #sliderItems .sItem .sItemImage.no-pic {
	background: transparent url('/libraries/slider/image/slider_no-pic-item_bg.png?v=1') no-repeat top left;
	position: absolute;
	text-align: center;
	z-index: 1;
	top: 0;
	left: 0;
}

#slider #sliderItems .sItem .no-pic-shadow {
	background: transparent url('/libraries/slider/image/slider_no-pic-item_shadow.png?v=1') no-repeat top left;
	top: 7px;
	left: 0px;
	width:155px;
	height: 93px;
	position: absolute;
	z-index: -1;
}

#slider #sliderItems .sItem .sItemImage.no-pic .sItemLink {
	margin: 28px 0 0 0;
	font-size: 17px;
}

#slider .no-picBlock {
	position: relative;
}


#slider #sliderItems .no-picBlock .sItemLink {
	position: absolute;
	left: 0;
	top: 16px;
	z-index: 1000;
	/* text-align: center;*/
	width: 100%;
}

#slider #sliderItems .no-picBlock .sItemLink a {
	text-align: center;
	display: block;
	font-size: 15px;
	line-height: 1.2em;
	height: 57px;
	overflow: hidden;
	width: 150px;
}

#slider #sliderItems .sItem .sItemLink {
	display: block;
	padding: 4px 10px 4px 10px;
	font-size: 12px;
	line-height: 1.3em;
	height: 100%;

}
#slider #sliderItems .sItem .sItemLink .blogTitle{
	color: #b6cfd3;
	text-decoration: underline;
	display: block;
}
#slider #sliderItems .sItem .sItemCont.blogs .sItemImage .sItemBlogCont img {
	display: none;
}
#slider #sliderItems .sItem .sItemCont.blogs .sItemImage {
	background: transparent !important;
}
#slider #sliderItems .sItem .sItemCont.blogs .sItemImage a {
	display: block;
	overflow: hidden;
	position: relative;
	width: 144px;
	height: 66px;
	padding: 3px 0 0 3px;
}
#slider #sliderItems .sItem .sItemCont.blogs .sItemImage a img {
	display: block;
	position: relative;
	top: -15px;
}
#slider #sliderItems .videoMiniArrow {
	background-image: url('/libraries/slider/image/slider_buttonPlay.png');
	background-position: left top;
	background-repeat: no-repeat;
	border:medium none;
	top: 50%;
	left: 50%;
	margin: -43px 0 0 -42px;
	width: 85px;
	height: 85px;
	position: absolute;
	z-index: 200;
	cursor: pointer;
}

