* {
	margin:0; 
	padding:0
	}
	
/*body {
	font:12px Verdana,Arial; 
	color:#555; 
	background:#ddd
	}
*/	
p {
	line-height:1.4; 
	margin-bottom:12px
	}
	
/*#wrapper {
	width:auto; 
	margin:50px auto
	}*/
	
/*#slider_wrap {
	position:relative; 
	background:#fff; 
	padding:32px; 
	height:245px; 
	border-right:1px solid #ccc; 
	border-bottom:1px solid #ccc
	}*/
	
/*.sliderbutton {
	width:33px; 
	height:245px; 
	cursor:pointer
	}*/
	
#slideleft {
	background:url(../images/Buttons/arrowLeft_up_btn.png) no-repeat;
	width:33px;
	height:245px;
	float:left;
	z-index:3;
	cursor:pointer;
	position: relative;
	}
	
#slideleft:hover {
background:url(../images/Buttons/arrowLeft_down_btn.png) no-repeat;	}
	
#slideright {
	background:url(../images/Buttons/arrowRight_up_btn.png) no-repeat;
	width:33px;
	height:245px;
	float:right;
	z-index:2;
	cursor:pointer
	}
	
#slideright:hover {
	background:url(../images/Buttons/arrowRight_down_btn.png) no-repeat;
	}
	
#slider {
	float:left; 
	position:relative; 
	overflow:auto; 
	width:830px; 
	height:245px;
	z-index: 1;
	}
	
#slider ul {
	position:absolute; 
	list-style:none; 
	top:0; 
	left:0
	}

#slider li {
	float:left; 
	width:830px; 
	height:245px
	}

.pagination {
	position:absolute;
	top:55px;
	right:143px;
	list-style:none;
	height:25px
}
.pagination li {
	float:left; 
	cursor:pointer; 
	height:8px; 
	width:8px; 
	background:#ccc; 
	margin:0 4px 0 0; 
	border:1px solid #fff
	}

.pagination li:hover, li.current {
	background:#15477d;
	}


/* SLIDER CONTENT CONTROLS */
#sliderOne {
	background:url(../images/slideShow/slider-image-1.png) no-repeat;
	width:830px; 
	height:245px;
	}
	
	#sliderTwo {
	background:url(../images/slideShow/slider-image-2.png) no-repeat;
	width:830px; 
	height:245px;
	}
	
	#sliderThree {
	background:url(../images/slideShow/slider-image-3.png) no-repeat;
	width:830px; 
	height:245px;
	}
	
	#sliderfour {
	background:url(../images/slideShow/slider-image-4.png) no-repeat;
	width:830px; 
	height:245px;
	}
	
	
.sliderContentWrap {
	width: 350px;
	height: 230px;
	position:relative;
	top: 15px;
	left:450px;	
	}	

.sliderContentWrap h1,p {
	padding-left: 5px;
	}
	

/*FIND OUT MORE BUTTON*/
	
.findOutMore-btn {
	background:url(../images/Buttons/btn_findOutMore-up.png) no-repeat;
	width:100px;
	height:28px;
	float:left;
	cursor:pointer
	}
	
.findOutMore-btn:hover {
	background:url(../images/Buttons/btn_findOutMore_down.png) no-repeat;	
	}
	
	
.floatRight {
	float:right;	
	margin: 20px 0 10px 20px;
}
	
.floatLeft {
	float:left;	
}

