/* 
    AUTHOR: BRANDON PENCE
            bpence@designgroup.us.com
*/
#news {
	float:right;
	width:433px;
	color:#fcfbf7;
	font-size:1.1em;
	margin-bottom:20px;
	margin-top: 20px;
}
#news p {
	margin:0 0 10px 0;
}

/* ------------------------------------------ */
/* SLIDER */
/* ------------------------------------------ */
#slider{
}

#slider #buttons{
	margin-bottom:5px;
	margin-right:8px;
	margin-top:15px;
	float:right;
	width:30px;
}

#slider #buttons a{
	display:block;
	height:12px;
	width:15px;
	background:url(http://www.designgroup.us.com/images/support/arrows.gif) no-repeat;
}
#slider .prev{float:left;}
#slider #buttons .next{float:right;background-position:-15px 0;}
#slider #buttons .next:hover{background-position:-15px -13px;}
#slider #buttons .prev:hover{background-position: 0 -13px;}

#slideshow{
	overflow:hidden;
	width:100%;
	height:583px;
	clear:both;
	margin-bottom:7px;
}

#slideshow ul,
#desc ul{
	width:9999900px;
}

#slideshow li {
	float:left;
	display:inline;
	width:3500px; /*1800px original. Change to a higher number to bump the next image off the side of the screen. */
	background:url(http://www.designgroup.us.com/images/support/slider/shadow.gif) no-repeat 6px 0;
	height:380px;
}
#slideshow li img {
	top:7px;
	left:11px;
	margin:6px 0 0 12px;
	border:solid 1px #5a5b4d;
}
#desc {
	float:left;
	height:12px;
	margin-top:16px;
	overflow:hidden;
	width:504px;
}
#desc li {
	width:550px;
	display:inline;
	float:left;
}

