@charset "utf-8";
/* CSS Document */

#homebanner{
	
	width:745px; height:287px;
	position:relative;
}
#homebanner #content{
	 padding:7px;
}

.playPause{position:absolute;bottom:-10px;left:20px}
.playPause a.play{ background:url(../images/btn-play.png) no-repeat left top;width:13px;height:12px;display:block;float:left;margin:0px 3px 0px 0px;padding:10px;}
.playPause a.pause{background:url(../images/btn-pause.png) no-repeat left top;width:7px;height:10px;display:block;float:left;margin:1px 0px 0px 0px;padding:10px;}
#homebanner a{
	text-decoration:none;
}
#homebanner #bannerContainer{
	width:730px; height:236px; overflow:hidden; position:relative;
}
#homebanner ul,#homebanner li{
	margin:0; padding:0; list-style:none;
}
#homebanner ul{}
#homebanner li img,#homebanner li a{
	display:block;
}
#homebanner li{}
#homebanner li a{
	/*
	position:absolute;
	bottom:14px; z-index:1; left:18px; 
	font-size:20px; color:#797979;
	text-decoration:none;
	*/
}

#homebanner #innerShadow{
	background:url(../images/banner_inner_shadow_b.png) no-repeat;
	width:216px; height:236px; position:absolute; top:0; z-index:3
}

#homebanner #bannerDesc{
	position:absolute; 		
	/*
	bottom:0px;
	height:49px;
	*/
	height:236px;
	width:216px; border-right:1px solid #9b9b9b; font-size:20px; color:#191919;
	text-transform:uppercase;
	text-shadow: 1px 1px 1px #e8e8e8;
	z-index:4;
}

#homebanner #bannerDesc #plus{
	width:41px; height:24px; display:block; position:absolute; z-index:5; left:25px; top:186px;
	background:url(../images/banner_plus.png) no-repeat right top;
	filter:alpha(opacity=100);	-moz-opacity:1;	-khtml-opacity: 1;	opacity: 1;	
	outline:none;
}
#homebanner #bannerDesc #plus:hover{
	/*filter:alpha(opacity=70);	-moz-opacity:0.7;	-khtml-opacity: 0.7;	opacity: 0.7;*/
	background-position:right bottom;
}
#homebanner #bannerDesc #cont{
	position:relative; z-index:2; padding:25px 18px 20px 23px; line-height:30px; height:125px; overflow:hidden;width:173px;}
#homebanner #bannerDesc #bck{
	background:#e8e8e8;
	filter:alpha(opacity=80);	-moz-opacity:0.8;	-khtml-opacity: 0.8;	opacity: 0.8;
	position:absolute; top:0px; z-index:1;
	width:216px;
	height:236px;
}

.bulletsCont{
	text-align:center; margin-top:12px;
}
.bulletsCont a{
	display:inline;
	cursor:pointer;
	width:12px; height:12px; background:url(../images/banner_radio.png) no-repeat;
}
.bulletsCont a:hover,.bulletsCont .activeBullet{
	background-position:-18px top;
}