/*
                 Site:  www.userinsight.com
          Site Design:  Twelve Horses
                  URL:  http://web.twelvehorses.com
   Designer+Developer:  Tim Miley
	 

  -HOMEPAGE CSS
============================================================= */
#home_content h1 {
	margin-left: 31px;
	}
#pbox, #nbox {	
	width: 30px;
	height: 29px;
	float: left;
	text-indent: -9999px;
	margin-top: 45px;
	background: green;
	}
#pbox {	background: url('../images/btn_prev.gif') no-repeat bottom right; margin-right: 5px;	}
#nbox {	background: url('../images/btn_next.gif') no-repeat bottom left; margin-left: 5px;	}

#pbox a, #nbox a {
	display: block;
	width: 30px;
	height: 29px;
	}	
#pbox a {	background: url('../images/btn_prev.gif') no-repeat top right;	}
#nbox a {	background: url('../images/btn_next.gif') no-repeat top left;	}

#home_content {
	width: 930px;
	overflow: auto;
	position: relative;
	}
	
#holder {
	width: 860px;
	height: 230px;
	margin: 0;
	padding: 0;
	float: left;
	overflow: hidden;
	}
#holder ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 860px;
	}

#holder li {
	width: 274px;
	float: left;
	}
#holder img {
  border: 1px solid #CCCCCC;
	width: 274px;
	margin-bottom: 5px;
	}
.padding {
	margin-right: 15px;
	}
