/*team land-nav*/

#team-land-nav {	
position:absolute;
float:left;
margin:75px 0 0 40px;
}

#team-land-nav li {
	list-style-type:none;
}

#team-land-nav li a {
	display:block;	
	position:absolute;
	background-image:url(../images/team-land-sprite.png);
	background-repeat:no-repeat;
	text-indent:-9999px;
	overflow:hidden;
}

#team-land-nav li a.laske {
	background-position:0px 0px;
	width:274px;
	height:213px;
	left:0px;
}

#team-land-nav li a:hover.laske{
	background-position:0px -433px;	
}


#team-land-nav li a.snabes {
	background-position:-276px 0px;
	width:274px;
	height:213px;
	left:302px;
}

#team-land-nav li a:hover.snabes{
	background-position:-276px -433px;
}

#team-land-nav li a.waterman {
	background-position:-554px 0px;
	width:274px;
	height:213px;
	left:605px;
}

#team-land-nav li a:hover.waterman{
	background-position:-554px -433px;
}

#team-land-nav li a.vagg {
	background-position:0px -216px;
	width:274px;
	height:213px;
	top:241px;
}

#team-land-nav li a:hover.vagg{
	background-position:0px -649px;
}

/*
#team-land-nav li a.dixon {
	background-position:-276px -216px;
	width:274px;
	height:213px;
	top:241px;
	left:302px;
}

#team-land-nav li a:hover.dixon{
	background-position:-276px -649px;
}
*/

#team-land-nav li a.epixteam {
	background-position:-554px -216px;
	width:274px;
	height:213px;
	top:241px;
	left:302px;
/*
	top:241px;
	left:605px;
*/
}

#team-land-nav li a:hover.epixteam{
	background-position:-554px -649px;
}

/*End team land-nav*/

/*team vert-nav*/

#vert-nav {	
position:absolute;
float:left;
margin:60px 0 0 40px;
}

#vert-nav li {
	list-style-type:none;
	padding-bottom:32px;
}

#vert-nav li a {
	display:block;	
	width:200px;
	background-image:url(../images/team-nav.png);
	background-repeat:no-repeat;
	text-indent:-9999px;
	overflow:hidden;
}

.laske a{
	background-position:0px 0px;
	height:70px;
}

.laske a:hover{
	background-position:-199px 0px;	
}

.laske a:active{
	background-position:-401px 1px;	
}

.laske-current a{
	background-position:-199px 0px;
	height:70px;
}

.snabes a{
	background-position:0px -77px;
	height:71px;
}

.snabes a:hover{
	background-position:-200px -77px;
}

.snabes a:active{
	background-position:-401px -76px;	
}

.snabes-current a{
	background-position:-200px -77px;
	height:71px;
}

.waterman a{
	background-position:0px -154px;
	height:59px;
}

.waterman a:hover{
	background-position:-199px -154px;
}

.waterman a:active{
	background-position:-401px -153px;	
}

.waterman-current a{
	background-position:-199px -154px;
	height:59px;
}

.vagg a{
	background-position:0px -216px;
	height:86px;
}

.vagg a:hover{
	background-position:-199px -216px;
}

.vagg a:active{
	background-position:-401px -215px;	
}

.vagg-current a{
	background-position:-199px -216px;
	height:86px;
}

/*
.dixon a{
	background-position:0px -303px;
	height:78px;
}

.dixon a:hover{
	background-position:-199px -303px;
}

.dixon a:active{
	background-position:-401px -302px;	
}

.dixon-current a{
	background-position:-199px -303px;
	height:78px;
}
*/
/*End team vert-nav*/

/* -----team----- */

p.stats {
color:#3c3c3c;
font-family:Arial,Verdana,Sans-serif;
font-size:12px;
text-transform:uppercase;
line-height:15pt;
}

#team-stats {
position:absolute;
margin:66px 0 0 583px;
width:300px;
}

#team-box img {
display:block;
float:left;
margin:70px 0 0 266px;
padding-right:7px;
}
/* -----end team----- */





/* -----slider----- */
img {
	border:none;
}

/* image replacement */
.graphic, #prevBtn, #nextBtn {
  	margin:0;
  	padding:0;
 	display:block;
 	overflow:hidden;
  	text-indent:-8000px;
}
/* // image replacement */
						
#slider-wrap {
	margin:340px 0 0 325px;
	position:absolute;
	width:630px;
}			

/*-----Easy Slider-----*/

#slider, #no-slider {
	overflow:hidden;
}
	
#slider ul, #slider li, #no-slider ul, #no-slider li {
	margin:0;
	padding:0;
	left:0;
	list-style:none;
}

#slider li, #no-slider li { 

	/* define width and height of list item (slide)
	entire slider area will adjust according to the parameters provided here */
	
	width:520px;
	height:200px;
}	

#slider li h1, #slider li h2, #no-slider li h1, #no-slider li h2 { 
	position:relative;
	margin-top:-30px;
	padding-left:10px;
	color:#3c3c3c;
	font-family:Arial,Verdana,Sans-serif;
	font-size:10px;
	font-weight:bold;
	text-transform:uppercase;
	line-height:10pt;
}	

#slider li h2, #no-slider li h2{
	padding-top:25px;
	color:#3c3c3c;
	font-weight:normal;
	text-transform:lowercase;
}

#slider li h2:hover, #no-slider li h2:hover{
	color:#a10000;
}

#prevBtn, #nextBtn { 
	display:block;
	width:45px;
	height:42px;
	position:absolute;
	left:-50px;
	top:30%;
}	
#nextBtn { 
	left:524px;
	}														
#prevBtn a, #nextBtn a {  
	display:block;
	width:45px;
	height:42px;
	background:url(../images/prev.png) no-repeat 0 0;	
}	
#nextBtn a { 
	background:url(../images/next.png) no-repeat 0 0;	
}												

/*-----end slider-----*/

