/* CSS Document */

#rightInner .csPicker { width:208px; margin-left:8px; }
#rightInner .csPicker .carousel .carousel-wrap {margin:0 auto;border:0;}
#rightInner .csPicker .carousel .carousel-inner { height:45px; display:none;}
#rightInner .csPicker .carousel.js .carousel-wrap {	width:160px; float:left; height:50px; margin:0 5px;	}
#rightInner .csPicker .carousel-wrap img { padding:0; width:80px; height:45px; }
#rightInner .csPicker .carousel div {margin:0;padding:0;}
#rightInner .csPicker .carousel.js div a {display:inline;float:left;padding:0;width:80px;text-align:center;}
#rightInner .csPicker .carousel .carousel-control{display:inline;float:left;margin:14px 0 0;padding:0;cursor:pointer;}
#rightInner .csPicker .carousel .disabled {cursor:default; -moz-opacity:.3;opacity:0.3;filter:alpha(opacity=30);}
#rightInner .csPicker div.center-wrap {clear:both;border:0;}
#rightInner .csPicker div.center-wrap div {border:0;}

.newsPicker { width:510px; margin:5px 0 0 8px; float:left; }
.newsPicker .carousel .carousel-wrap {margin:0 auto;border:0;}
.newsPicker .carousel .carousel-inner { height:20px; display:none;}
.newsPicker .carousel.js .carousel-wrap {	width:510px; float:left; height:20px; margin:0;	}
.newsPicker .carousel div {margin:0;padding:0;}
.newsPicker div.center-wrap {clear:both;border:0;}
.newsPicker div.center-wrap div {border:0;}
.newsItem	{ width:510px; height:20px; margin:0; padding:0; overflow:hidden; }
.newsPicker .arrow { display:none; }

.custPicker { width:640px; margin:0; }
.custPicker .carousel .carousel-wrap {margin:0;border:0;}
.custPicker .carousel .carousel-inner { height:60px; top:0; left:0; display:none;}
.custPicker .carousel.js .carousel-wrap {	width:640px; height:60px; margin:0;	}
.custPicker .carousel-wrap img { padding:0 10px; width:140px; height:60px; margin:0; }
.custPicker .carousel div {margin:0;padding:0;}
.custPicker div.center-wrap {clear:both;border:0;}
.custPicker div.center-wrap div {border:0;}
.custPicker .arrow { display:none; }


#wp_topics li {
	list-style-image:url(images/gold_bullet.gif);
}
#tour_banner_image {
	background-repeat:no-repeat;
	width:480px;						
	height:195px;
	margin-top:5px;
	float:left;
}
#tour_banner_image a:hover{
	text-decoration:none;
	cursor:pointer;
}
#tour_banner_text {
	margin-top:35px;
	margin-left:25px;
	width:210px;
}
#tour_banner_text h1 {
	margin-bottom:5px;
}
#tour_banner_btn {
	float:right;
	margin-right:30px;
	margin-top:70px;
	width:48px;
	height:56px;
	background-image:url(images/button-play.png);
	background-repeat:no-repeat;
	cursor:pointer;
}
#tour_banner_btn:hover {
	background-image:url(images/button-play-on.png);
}