/* carousel */
#carousel_ctrl{
	width:530px;
	height:337px;
	margin:0px auto;
	border: 2px solid rgb(47,74,141);
	background: url(../images/carousel_back.jpg);
	position: relative;
}

#carousel
{
	width:530px;
	height:286px;
	margin:0px auto;
	padding:0px;
}

#carousel { display: none; }

#controls{
	position: absolute;
	top: 286px;
	margin:0px auto;
	width:530px;
	
}

#controls a
{
	margin:0px 20px;
	cursor:pointer;
}


#controls #left
{
	background:url(../images/right.png);
	background-repeat: no-repeat;
	width:38px;
	height:21px;
	
	float:left;
}


#controls #right
{
	background:url(../images/left.png);
	background-repeat: no-repeat;
	width:38px;
	height:21px;
	margin-left: 130px;
	padding-left: 153px;
	float:left;
}


#controls #auto-scroll
{
	background:url(example_assets/playpause.png);
	width:38px;
	height:38px;
	float:left;
}




#main { font-size: 13px; }
#main a { color: #2c479b; text-decoration: underline;}
#main a:hover { color: #444; text-decoration: none; }
#path { padding: 10px 20px 25px; }
#path li { display: inline; }

#main .ttl_channel { background: url(/carousel/images/bg_ttl.jpg) no-repeat 0 0; color: #fff; font-size: 15px; text-align: left; width: 460px; height: 39px; line-height: 35px; padding-left: 30px; margin: 0 auto 15px; }

.channel_list { width: 530px; margin: 0 auto; background: url(/carousel/images/bg_center_bar.png) repeat-y center top; overflow: hidden; }
.channel_list li { background: url(/carousel/images/bg_arrow.png) no-repeat 0 5px; font-size: 13px; padding-left: 10px; float: left; margin: 10px 0 10px 20px; width: 230px; line-height: 1.538; }