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



	#slidetxt
	{
	width:960px;
	height:400px;
	position:absolute;
	z-index:100;
	top:0px;
	left:0px;
	}
	
	#slidebtn
	{
	width:960px;
	height:400px;
	position:absolute;
	z-index:300;
	top:0px;
	left:0px;
	}
	#slideimg
	{
	width:960px;
	height:400px;
	position:absolute;
	z-index:200;
	top:0px;
	left:0px;
	}
	
	.txtcontent
	{
	width:400px;
	height:340px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:21px;
	color:#535353;
	margin-top:60px;
	padding-right:560px;
	}
	
	.awarddiv{width:960px; 	height:400px; margin:0px; padding:0px;}
	
	.txtcontent h1
	{
	font-size:35px;
	color:#00aeef;
	line-height:40px;
	margin-bottom:10px;
		}
	
	.bannerbtn
	{
	width:244px;
	height:99px;
	margin-top:270px;
	padding-right:716px;
	}
	
	.bannerimg
	{
	width:550px;
	height:350px;
	margin-top:70px;
	margin-left:410px;
	}
/*
			Load CSS before JavaScript
		*/
		
		/*
			Slides container
			Important:
			Set the width of your slides container
			Set to display none, prevents content flash
		*/
		#slidetext .slides_container {
			width:960px;
			height:400px;
			display:none;
		}

		/*
			Each slide
			Important:
			Set the width of your slides
			If height not specified height will be set by the slide content
			Set to display block
		*/
		
		#slidetext .slides_container div {
			width:960px;
			height:400px;
			display:block;
		}
		
		/*
			Slides container
			Important:
			Set the width of your slides container
			Set to display none, prevents content flash
		*/
		#slidebtn .slides_container {
			width:960px;
			height:400px;
			display:none;
		}

		/*
			Each slide
			Important:
			Set the width of your slides
			If height not specified height will be set by the slide content
			Set to display block
		*/
		
		#slidebtn .slides_container div {
			width:960px;
			height:400px;
			display:block;
		}
		
		/*
			Slides container
			Important:
			Set the width of your slides container
			Set to display none, prevents content flash
		*/
		#slideimg .slides_container {
			width:960px;
			height:400px;
			display:none;
		}

		/*
			Each slide
			Important:
			Set the width of your slides
			If height not specified height will be set by the slide content
			Set to display block
		*/
		
		#slideimg .slides_container div {
			width:960px;
			height:400px;
			display:block;
		}
		
		/* 
			Example only
		*/
		.pagination {
			display:none;
		}


/***********************************************simple jquery slide style ************************************************/

/* Easy Slider */

	#slider{ }	
	#slider ul, #slider li{
		margin:0;
		padding:0;
		list-style:none;
		}
	#slider li{ 
		/* 
			define width and height of list item (slide)
			entire slider area will adjust according to the parameters provided here
		*/ 
		width:381px;
		height:420px;
		overflow:hidden; 
		}	
	#prevBtn, #nextBtn{ 
		display:block;
		width:30px;
		height:77px;
		position:absolute;
		left:0px;
		top:15px;
		
		}	
	#nextBtn{ 
		left:25px;
		}														
	#prevBtn a, #nextBtn a{  
		display:block;
		width:30px;
		height:77px;
		background:url(../images/btn_prev.png) no-repeat 0 0;
		color:FFF;	
		}	
	#nextBtn a{ 
		background:url(../images/btn_next.png) no-repeat 0 0;	
		}
		
	#slider li b {
    color: #999999;
    display: block;
    float: left;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 13px;
    font-weight: bold;
    height: 30px;
    line-height: 30px;
    padding-left: 70px;
    width: 341px;
}												

/* // Easy Slider */
