@charset "UTF-8";
/* CSS Document */


/****************** TOP NAVIGATION ******************/

ul.seriesnav {
	list-style: none;
	margin: 0px;
	padding: 0px;
	}

.seriesnav li {
	display:inline;
	float:left;
	list-style:none;
	}
	
		
.seriesnav li a {
	overflow: hidden;
	margin: 0 10px 0 0;	
	text-decoration:none;
	text-indent: -9999px;
	height: 106px;
	width: 110px;
	float: left;
	}

.seriesnav .series01 a {
	background:url(../images/series_nav-cowboys.png) no-repeat;
  /* for IE */
	filter: alpha(opacity=30);
  /* CSS3 standard */
	opacity: 0.3;
	}

.seriesnav .series01 a:hover, .seriesnav .series01 a:focus, .seriesnav .series01-current a, .seriesnav .series01-current a:hover, .seriesnav .series01-current a:focus {
	background:url(../images/series_nav-cowboys.png) no-repeat;
  /* for IE */
	filter: alpha(opacity=100);
  /* CSS3 standard */
	opacity: 1.0;
	}

.seriesnav .series02 a {
	background:url(../images/series_nav-flag.png) no-repeat;
  /* for IE */
	filter: alpha(opacity=30);
  /* CSS3 standard */
	opacity: 0.3;
	}

.seriesnav .series02 a:hover, .seriesnav .series02 a:focus, .seriesnav .series02-current a, .seriesnav .series02-current a:hover, .seriesnav .series02-current a:focus {
	background:url(../images/series_nav-flag.png) no-repeat;
  /* for IE */
	filter: alpha(opacity=100);
  /* CSS3 standard */
	opacity: 1.0;
	}
	
.seriesnav .series03 a {
	background:url(../images/series_nav-americana.png) no-repeat;
  /* for IE */
	filter: alpha(opacity=30);
  /* CSS3 standard */
	opacity: 0.3;
	}

.seriesnav .series03 a:hover, .seriesnav .series03 a:focus, .seriesnav .series03-current a, .seriesnav .series03-current a:hover, .seriesnav .series03-current a:focus {
	background:url(../images/series_nav-americana.png) no-repeat;
  /* for IE */
	filter: alpha(opacity=100);
  /* CSS3 standard */
	opacity: 1.0;
	}

.seriesnav .series04 a {
	background:url(../images/series_nav-royal.png) no-repeat;
  /* for IE */
	filter: alpha(opacity=30);
  /* CSS3 standard */
	opacity: 0.3;
	}

.seriesnav .series04 a:hover, .seriesnav .series04 a:focus, .seriesnav .series04-current a, .seriesnav .series04-current a:hover, .seriesnav .series04-current a:focus {
	background:url(../images/series_nav-royal.png) no-repeat;
  /* for IE */
	filter: alpha(opacity=100);
  /* CSS3 standard */
	opacity: 1.0;
	}
	
.seriesnav .series05 a {
	background:url(../images/series_nav-nocountry.png) no-repeat;
  /* for IE */
	filter: alpha(opacity=30);
  /* CSS3 standard */
	opacity: 0.3;
	}

.seriesnav .series05 a:hover, .seriesnav .series05 a:focus, .seriesnav .series05-current a, .seriesnav .series05-current a:hover, .seriesnav .series05-current a:focus {
	background:url(../images/series_nav-nocountry.png) no-repeat;
  /* for IE */
	filter: alpha(opacity=100);
  /* CSS3 standard */
	opacity: 1.0;
	}


/****************** SERIES SUB NAV ******************/

.gallery, .gallery ul {
	float: left;
	list-style: none;
	margin: 0px;
	padding: 0px;
}

.gallery li a {
	list-style: none;
	margin: 0 0 10px 0;
	overflow: hidden;
	text-indent: -9999px;
	width: 90px;
	height: 86px;
	display: block;
	}
	
.gallery .subnav-series-cowboys a, .gallery .subnav-series-cowboys a:visited {
	background:url(../images/series_nav-cowboys.png) no-repeat;
  /* for IE */
	filter: alpha(opacity=100);
  /* CSS3 standard */
	opacity: 1.0;
	}
	
.gallery .subnav-series-cowboys a:hover, .gallery .subnav-series-cowboys a:focus {
	background:url(../images/series_nav-cowboys.png) no-repeat;
 /* for IE */
	filter: alpha(opacity=100);
  /* CSS3 standard */
	opacity: 1.0;
	}

.gallery .subnav-series-flag a, .gallery .subnav-series-flag a:visited {
	background:url(../images/series_nav-flag.png) no-repeat;
  /* for IE */
	filter: alpha(opacity=100);
  /* CSS3 standard */
	opacity: 1.0;
	}
	
.gallery .subnav-series-flag a:hover, .gallery .subnav-series-flag a:focus {
 	background:url(../images/series_nav-flag.png) no-repeat;
 /* for IE */
	filter: alpha(opacity=100);
  /* CSS3 standard */
	opacity: 1.0;
	}
	
.gallery .subnav-series-americana a, .gallery .subnav-series-americana a:visited {
	background:url(../images/series_nav-americana.png) no-repeat;
  /* for IE */
	filter: alpha(opacity=100);
  /* CSS3 standard */
	opacity: 1.0;
	}
	
.gallery .subnav-series-americana a:hover, .gallery .subnav-series-americana a:focus {
 	background:url(../images/series_nav-americana.png) no-repeat;
 /* for IE */
	filter: alpha(opacity=100);
  /* CSS3 standard */
	opacity: 1.0;
	}
	
.gallery .subnav-series-royal a, .gallery .subnav-series-royal a:visited {
	background:url(../images/series_nav-royal.png) no-repeat;
  /* for IE */
	filter: alpha(opacity=100);
  /* CSS3 standard */
	opacity: 1.0;
	}
	
.gallery .subnav-series-royal a:hover, .gallery .subnav-series-royal a:focus {
 	background:url(../images/series_nav-royal.png) no-repeat;
 /* for IE */
	filter: alpha(opacity=100);
  /* CSS3 standard */
	opacity: 1.0;
	}
	
.gallery .subnav-series-nocountry a, .gallery .subnav-series-nocountry a:visited {
	background:url(../images/series_nav-nocountry.png) no-repeat;
  /* for IE */
	filter: alpha(opacity=100);
  /* CSS3 standard */
	opacity: 1.0;
	}
	
.gallery .subnav-series-nocountry a:hover, .gallery .subnav-series-nocountry a:focus {
 	background:url(../images/series_nav-nocountry.png) no-repeat;
 /* for IE */
	filter: alpha(opacity=100);
  /* CSS3 standard */
	opacity: 1.0;
	}
	
/****************** COWBOYS ******************/

.cowboy01 {
	 background:url(../images/portfolio/cowboy01.jpg) no-repeat;
	 height: 450px;
	 width: 700px;
}

.cowboy02 {
	 background:url(../images/portfolio/cowboy02.jpg) no-repeat;
	 height: 450px;
	 width: 700px;
}

.cowboy03 {
	 background:url(../images/portfolio/cowboy03.jpg) no-repeat;
	 height: 450px;
	 width: 700px;
}

.cowboy04 {
	 background:url(../images/portfolio/cowboy04.jpg) no-repeat;
	 height: 450px;
	 width: 700px;
}

.cowboy05 {
	 background:url(../images/portfolio/cowboy05.jpg) no-repeat;
	 height: 450px;
	 width: 700px;
}

.cowboy06 {
	 background:url(../images/portfolio/cowboy06.jpg) no-repeat;
	 height: 450px;
	 width: 700px;
}


/****************** FLAG ******************/

.flag01 {
	 background:url(../images/portfolio/flag01.jpg) no-repeat;
	 height: 450px;
	 width: 700px;
}

.flag02 {
	 background:url(../images/portfolio/flag02.jpg) no-repeat;
	 height: 450px;
	 width: 700px;
}

.flag03 {
	 background:url(../images/portfolio/flag03.jpg) no-repeat;
	 height: 450px;
	 width: 700px;
}

.flag04 {
	 background:url(../images/portfolio/flag04.jpg) no-repeat;
	 height: 450px;
	 width: 700px;
}