
			
    /* image replacement */
        .graphic, #prevBtn, #nextBtn, #slider1prev, #slider1next{
            margin:0;
            padding:0;
            display:block;
            overflow:hidden;
            text-indent:-8000px;
            }		

/* Easy Slider */

	#slider ul, #slider li,
	#slider2 ul, #slider2 li{
		margin:0;
		padding:0;
		list-style:none;
		}
	#slider2{margin-top:0;}
	#slider ul{
	width:940px;
		height:215px;
		overflow:hidden; 
	}
	#slider li, #slider2 li{ 
		/* 
			define width and height of list item (slide)
			entire slider area will adjust according to the parameters provided here
		*/ 
		width:940px;
		height:215px;
		overflow:hidden; 
		}	
	#prevBtn, #nextBtn,
	#slider1next, #slider1prev{ 
		display:block;
		width:25px;
		height:50px;
		position:absolute;
		top:85px;
		z-index:1000;
		}	
	#nextBtn, #slider1next{ 
		left:915px;
		}														
	#prevBtn a, #nextBtn a,
	#slider1next a, #slider1prev a{  
		display:block;
		position:relative;
		width:25px;
		height:50px;	
		}	
	#prevBtn a, #slider1prev a{ 
		background:url(../images/arrow-left-sm.png) no-repeat 0 0;	
		}		
	#nextBtn a, #slider1next a{ 
		background:url(../images/arrow-right-sm.png) no-repeat 0 0;
		}	
		
	/* numeric controls */	

	ol#controls{
		margin:1em 0;
		padding:0;
		height:28px;	
		}
	ol#controls li{
		margin:0 10px 0 0; 
		padding:0;
		float:left;
		list-style:none;
		height:28px;
		line-height:28px;
		}
	ol#controls li a{
		float:left;
		height:28px;
		line-height:28px;
		border:1px solid #ccc;
		background:#DAF3F8;
		color:#555;
		padding:0 10px;
		text-decoration:none;
		}
	ol#controls li.current a{
		background:#5DC9E1;
		color:#fff;
		}
	ol#controls li a:focus, #prevBtn a:focus, #nextBtn a:focus{outline:none;}
	
/* // Easy Slider */


/* Vein Center styles added by Sean Moubry on 7/18/2011 */

ul.spacedlist li {
  margin-bottom:1em;
}
ul.spacedlist ul {
  margin-top:1em;
}

ul.leftimglist li {
height:80px;
list-style:none;
list-style-type:none;
padding-bottom:25px;
}

ul.leftimglist img {
  position:relative;top:2px;
}

h2.tpcat { 
  font-size:16px;border-bottom:1px solid #b5ad9d;
margin-bottom:1.5em; padding-bottom:.25em;
}

ul.leftimglist h4, ul.leftimglist h2 { 
  font-size:16px;
  text-decoration:none;
  margin-bottom:.25em;
  border:0;
}

ul.leftimglist a, ul.leftimglist a h4, ul.leftimglist a h2 {
  color:#2F5E84;
}

ul.leftimglist a:hover, ul.leftimglist a:hover h4, ul.leftimglist a:hover h2  {
  color:#4A84B3;
}

ul.leftimglist a h4, ul.leftimglist a:hover h4, ul.leftimglist a h2, ul.leftimglist a:hover h2  {
  text-decoration:none;
}

h1.veintag {
	font-size:24px;margin-bottom:.75em;
}

