@charset "utf-8";
/* CSS Document */


.bxslider_container	{
	width:763px;
	height:358px;
	overflow:hidden;
	padding:10px 0 10px;
	position:relative;
	z-index:10;
	background-color: #e9e9e9;
				}
				
.bxslider		{
	width:750px;
	height:345px;
	position:relative;
				/* overflow:hidden;*/
				}
				
ul#slides		{
				margin:0;
				padding:0;
				list-style:none;
				}
				
ul#slides li	{
	width:750px;
	margin:0;
	padding:0;
	background:none;
				}
				
.bxslidecont	{
	width:230px;
	padding:20px 25px 10px 20px;
	float:left;
	color:#666;
				}
				
.bxslidecont_r	{
	width:230px;
	padding:20px 20px 10px 25px;
	float:right;
	color:#666;
				}
				
.bxslidecont h3,
.bxslidecont_r h3	{
	color:#660066;
	font-size:1.7em;
	line-height: 1.2em;
				}
				
.bxslidecont p,
.bxslidecont_r p	{
				font-size:1.3em;
				font-weight:normal;
				padding-bottom:2em;
				}
				
.bx_videobox	{
	width:470px;
	height:338px;
	overflow:hidden;
	float:right;
				}
				
.bxpic			{float:right;}
.bxpic_left		{float:left;}

.bxmore			{
	height:23px;
	padding:8px 14px 6px 18px;
	font:1.4em Arial, Helvetica, sans-serif;
	text-decoration:none;
	color:#FFF;
	display:block;
	position:relative;
	float:left;
	background:url(../images/bxslider/bxmore_left.png) 0 0 no-repeat;
				}
				
a:hover.bxmore	{
	color:#77ADFF;
	text-decoration:none;
				}
				
.bxmore b		{
				width:5px;
				height:37px;
				overflow:hidden;
				display:block;
				position:absolute;
				top:0;
				right:-4px;
				background:url(../images/bxslider/bxmore_right.png) 0 0 no-repeat;
				}
				
.bx_pager 		{
				position:absolute;
				bottom:-22px;
				right:30px;
				}

.bx_pager a 	{
				width:18px;
				height:18px;
				display:block;
				text-indent:-9999px;
				margin-right:3px;
				float:left;
				position:relative;
				z-index:99;
				cursor:pointer;
				outline:none;
				background:url(../images/bxslider/bullets.png) -20px 0 no-repeat;
				}

.bx_pager a.active {
				font-weight:bold;
				background:url(../images/bxslider/bullets.png) 0 0 no-repeat;
				}
				
