#home-slider-wrap { margin-bottom: 50px; float:right;}

#slider ul {
	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
	*/
	margin: 0;
	padding: 0;
	width: 605px;
	height: 368px;
	overflow: hidden;
}

#mainPrevBtn, #mainNextBtn {
	display:block;
	width:45px;
	height:35px;
	position:absolute;
	left:100px;
	top:32px;
	z-index:10;
}

#mainNextBtn {
   left: 820px;
}

#mainPrevBtn a, #mainNextBtn a {
	display:block;
	position:relative;
	width: 45px;
	height: 35px;
	background:url(/images/home/back.png) no-repeat center center;
}

#mainNextBtn a {
	background:url(/images/home/next.png) no-repeat center center;
}


/*
 * Numeric Controls
 */

ol#controls{
   position: absolute;
	top: 635px;
	left: 335px;
	margin: 0;
	padding: 0;
}

ol#controls li{
	margin: 0 4px 0 0;
	padding: 0;
	float: left;
	list-style: none;
}

ol#controls li a {
	float:left;
   font-family: monospace;
	border: 1px solid #262e7e;
	color: #262e7e;
	padding: 2px;
   margin: 0;
	font-size: 12px;
   font-weight: bold;
   line-height: 12px;
   text-align: center;
	text-decoration:none;
}

ol#controls li.current a{
   background-color: #ccc;
}

ol#controls li a:focus, #prevBtn a:focus, #nextBtn a:focus{outline:none;}
