p {
	text-align:justify;
}

/* #######################################################################
//             Below is the first slide properties
// ####################################################################### */

#s1_monitor {
	float:right;
}

#s1_heading {
	float:left;
	width:540px;
	margin-top:10px;
}

#s1_heading img {
	float:left;
}

#s1_heading p {
	clear:both;
	color:#FFFFFF;
	font-size:16px;
	font-weight:bolder;
	margin:0;
	padding:20px 0 0;
	width:510px;
}

/* #######################################################################
//             Below is the second slide properties
// ####################################################################### */

#s2_right {
	float:left;
	width:400px;
}

#s2_siteimg {
	float:right;
	width:360px;
	margin-top:10px;
}

#s2_siteimg img {
	float:right;
	margin:20px 30px 0 25px;
}

#s2_right p {
	color:#FFFFFF;
	font-size:16px;
	font-weight:bolder;
	margin:0;
	padding:20px 0 0;
}

#s2_right h2 {
	text-indent:-9999px; 
	width:400px;
	height:73px;
	padding:0;
	margin:0;
	background-image:url('images/chamberslideheading.png');
}

/* #######################################################################
//             Below is the third slide properties
// ####################################################################### */

#sl3_right {
	float:left;
	width:400px;
	height:240px;
	margin-left:20px;
}

#sl3_right p {
	color:#FFFFFF;
	font-size:14px;
	font-weight:bolder;
	margin:0;
	padding:0;
	width:400px;
}

#sl3_right p img {
	margin-top:20px;
}

#sl3_right h2 {
	text-indent:-9999px; 
	width:400px;
	height:73px;
	padding:0;
	margin:0;
	background-image:url('images/webdesignslideheading.png');
}

#s3_siteimg {
	float:right;
	margin-right:30px;
	margin-top:10px;
	width:280px;
}

#s3_siteimg img {
	float:right;
	margin:20px 30px 0 25px;
}

/* #######################################################################
//             Below is the fourth slide properties
// ####################################################################### */

#s4_right {
	float:left;
	width:480px;
	height:240px;
	margin-left:20px;
}

#s4_right p {
	color:#FFFFFF;
	font-size:14px;
	font-weight:bolder;
	margin:0;
	padding:0;
	width:480px;
}

#s4_right p img {
	margin-top:20px;
}

#s4_right h2 {
	text-indent:-9999px; 
	width:400px;
	height:73px;
	padding:0;
	margin:0;
	background-image:url('images/shopcartheading.png');
}

#s4_img {
	float:right;
	margin-right:30px;
	margin-top:10px;
	width:180px;
	text-align:center;
}

#s4_img img {
	float:left;
	margin-top:30px;
}

/* #######################################################################
//             Below is the non-specific slide CSS properties
// ####################################################################### */

#slider li {
	float:left;
}

#slider {
	margin:0 auto;
	width:790px;
}	
#slider ul, #slider li {
	margin:0;
	padding:10px 0 0 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:790px;
	height:270px;
	overflow:hidden; 
	}	
	
p#controls {
	margin:0;
	position:relative;
	} 

#prevBtn, #nextBtn { 
	display:block;
	margin:0;
	overflow:hidden;
	text-indent:-8000px;		
	width:30px;
	height:77px;
	position:absolute;
	left:7px;
	top:-135px;
	}	
#nextBtn { 
	left:820px;
	}														
#prevBtn a, #nextBtn a {  
	display:block;
	width:30px;
	height:77px;
	background:url(images/arrow1.png) no-repeat 0 0;	
	}	
#nextBtn a { 
	background:url(images/arrow2.png) no-repeat 0 0;	
	}							