

	
	#slider {
		
		float:left;
		
		position: relative;
	
	
		
	}	

  
        .graphic, #prevBtn, #nextBtn, #slider1prev, #slider1next{
            margin:0;
            padding:0;
            display:block;
            overflow:hidden;
            text-indent:-8000px;

			
	
}

	#slider ul, #slider li,
	#slider2 ul, #slider2 li{
		margin:0;
		padding:0;
		list-style:none;
		}
	#slider2{margin-top:1em;}
	#slider li, #slider2 li{ 
		/* 
			define width and height of list item (slide)
			entire slider area will adjust according to the parameters provided here
		*/ 
		width:720px;
		height:415px;
		overflow:hidden; 
		}	
	#prevBtn, #nextBtn,
	#slider1next, #slider1prev{ 
		display:block;
		width:29px;
		height:29px;
		position:absolute;
		left:610px;
		top:539px;
		z-index:1;
		
		}	
		
	#nextBtn, #slider1next{ 
		left:650px;
		top:539px;
		
		}														
	#prevBtn a, #nextBtn a,
	#slider1next a, #slider1prev a{  
		display:block;
		position:relative;
		width:30px;
		height:77px;
		background:url(../images/btn_prev.gif) no-repeat 0 0;	
		}	
	#nextBtn a, #slider1next a{ 
		background:url(../images/btn_next.gif) no-repeat 0 0;	
		}	
		
	/* numeric controls */	

	ol#controls{
		margin:1em 0;
		padding:0;
		height:28px;	
		}
	ol#controls li{
		margin:0 10px 0 0; 
		padding:0;
		float:left;
		list-style:none;
		height:28px;
		line-height:28px;
		}
	ol#controls li a{
		float:left;
		height:28px;
		line-height:28px;
		border:1px solid #ccc;
		background:#DAF3F8;
		color:#555;
		padding:0 10px;
		text-decoration:none;
		}
	ol#controls li.current a{
		background:#5DC9E1;
		color:#fff;
		}
	ol#controls li a:focus, #prevBtn a:focus, #nextBtn a:focus{outline:none;}
	
	#slider p {
		display:block;
		position:absolute;
		width:500px;
		top:182px;
		left:37px;
	}
	
.homeslide {
	width:720px;
	height:415px;
	position:relative;
	
}
.homeslide2 {
	width:720px;
	height:415px;
	background:url(../images/flash-bg.jpg) no-repeat;
	position:relative;
}

.homeslide span {
	display:block;
	margin-left:22px;
	width:100px;
}

.homeslide .fullLink {
	display: block;
	width:720px;
	height:415px;
	position: absolute;
	top: 0;
	left: 0;
	text-indent: -10001px;
	

}


.homeslide2 span {
	display:block;
	margin-left:22px;
	width:100px;
}

.homeslide2 .fullLink {
	display: block;
	width:720px;
	height:415px;
	position: absolute;
	top: 0;
	left: 0;
	text-indent: -10001px;
}

	
#slide1 {
	width:720px;
	height:415px;
	padding-top:600px;
}

#slide2, #slide8, #slide14 {
	background:url(../images/homeTitleBG2.jpg) no-repeat;
}
#slide3, #slide9, #slide15 {
	background:url(../images/homeTitleBG3.jpg) no-repeat;
}
#slide4, #slide10, #slide16 {
	background:url(../images/homeTitleBG4.jpg) no-repeat;
}
#slide5, #slide11, #slide17 {
	background:url(../images/homeTitleBG5.jpg) no-repeat;
}
#slide6, #slide12, #slide18 {
	background:url(../images/homeTitleBG6.jpg) no-repeat;
}
#slide7, #slide13, #slide19 {
	background:url(../images/homeTitleBG7.jpg) no-repeat;
}
#slide1 h5 {
	color:#ff1212;
}
#slide3 h5 {
	color:#007dfd;
}
#slide4 h5 {
	color:#84f4f0;
}
#slide5 h4 {
	margin-top:233px;
}
#slide5 h5 {
	color:#ff7d00;
}
#slide6 h5 {
	color:#ff5545;
}
#slide7 h5 {
	color:#007dfd;
	padding-left:350px;
}
#slide7 h4 {
	margin:0;
	padding:0;
	margin-top:35px;
	padding-left:365px;
}