@charset "utf-8";
/*============================================

bxSlider Style Sheet
Last Update 2012-01-16

============================================*/
.bx-wrapper{width:910px!important; height:121px;}
.bx-window{margin-left:30px; padding:9px 0 9px 5px; background-color: #ecede7; border: 1px solid #e9eae4;}


/* item 4
---------------------------*/
#mycarousel li{width:218px; height:101px; background:url(bg_item.gif) no-repeat 0 0;}
#mycarousel li img{float:left; padding:9px;}
#mycarousel li span{margin-top:10px; display:block; overflow:hidden; /zoom:1; text-decoration:underline; width:101px; color:#000; font-weight:bold;}
#mycarousel li span:hover{color:#888; text-decoration:none;}
#mycarousel li span:active{color:#b7c53a; text-decoration:none;}

.bx-next{
	position:absolute;
	right:-30px;
	top:0;
	width:25px;
	height:121px;
	display:block;
	background:#fff url(pager_next.gif) 0 0 no-repeat;
	text-indent:-9999px;
}
.bx-next:hover{background-position:-25px 0;}
.bx-prev{
	position:absolute;
	left:0;
	top:0;
	width:25px;
	height:121px;
	display:block;
	background:#fff url(pager_prev.gif) 0 0 no-repeat;
	text-indent:-9999px;
}
.bx-prev:hover{background-position:-25px 0;}
.loopEnd{background-position:-75px!important; cursor:default;}


/* item 3
---------------------------*/
#sectionMain .bx-wrapper{width:662px!important;}
#sectionMain .bx-window{padding:9px 0 9px 6px;}
#sectionMain #mycarousel li{width:208px; background:url(bg_item_short.gif) no-repeat 0 0;}
#sectionMain #mycarousel li span{width:90px;}

