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

  -HOMEPAGE CSS
============================================================= */
img {
	border: none;
	}
a {
	text-decoration: none;
	}
:focus { -moz-outline-style: none; }
#slider {
	width: 575px;
	height: 228px;
	margin: 0 auto;
	padding-top: 10px;
	background: url('../images/bck.jpg') no-repeat top left;
	overflow: auto;
	font-family: "Lucida Grande","Lucida Sans Unicode","Lucida Sans",Arial,Verdana,sans-serif;
	}
#slider_info {
	width: 520px;
	margin: 10px auto 0 auto;
	overflow:auto;	
	}
#pbox, #nbox {	
	width: 55px;
	height: 19px;
	float: left;
	text-indent: -9999px;
	margin-top: 5px;
	}
#pbox {	background: url('../images/btn_prev.gif') no-repeat bottom right; float: left; margin-left: 30px	}
#nbox {	background: url('../images/btn_next.gif') no-repeat bottom left; float: left; margin-right: 30px;	}

#pbox a, #nbox a {
	display: block;
	width: 55px;
	height: 19px;
	}	
#pbox a {	background: url('../images/btn_prev.gif') no-repeat top right;	}
#nbox a {	background: url('../images/btn_next.gif') no-repeat top left;	}
#slider h2 {
	width: 410px;
	text-align: center;
	float: left;
	margin: 5px 0 0 0;
	padding: 0;
	color:#333333;
	font-size: 16px;
	}
#holder {
	width: 548px;
	height: 200px;
	overflow: hidden;
	height: 160px;
	margin: 0 auto;
	}
#holder ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 550px;
	overflow: hidden;	
	}

#holder li {
	width: 170px;
	float: left;
	margin: 0 5px;
	text-align: center;	
	color: #3389C6;
	font-size: 13px;
	display: inline;
	}
#holder li a {
	color: #3389C6;
	}
#holder img {
	border: 1px solid #CCCCCC;
	width: 170px;
	clear: both;
	float: left;
	margin-bottom: 5px;
	}

