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


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

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

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

.moviesnav .movies01 a {
	background:url(../images/movies_nav-bottle.png) no-repeat;
  /* for IE */
	filter: alpha(opacity=30);
  /* CSS3 standard */
	opacity: 0.3;
	}

.moviesnav .movies01 a:hover, .moviesnav .movies01 a:focus, .moviesnav .movies01-current a, .moviesnav .movies01-current a:hover, .moviesnav .movies01-current a:focus {
	background:url(../images/movies_nav-bottle.png) no-repeat;
  /* for IE */
	filter: alpha(opacity=100);
  /* CSS3 standard */
	opacity: 1.0;
	}

.moviesnav .movies02 a {
	background:url(../images/movies_nav-shanghi.png) no-repeat;
  /* for IE */
	filter: alpha(opacity=30);
  /* CSS3 standard */
	opacity: 0.3;
	}

.moviesnav .movies02 a:hover, .moviesnav .movies02 a:focus, .moviesnav .movies02-current a, .moviesnav .movies02-current a:hover, .moviesnav .movies02-current a:focus {
	background:url(../images/movies_nav-shanghi.png) no-repeat;
  /* for IE */
	filter: alpha(opacity=100);
  /* CSS3 standard */
	opacity: 1.0;
	}
	
.moviesnav .movies03 a {
	background:url(../images/movies_nav-dargeeling.png) no-repeat;
  /* for IE */
	filter: alpha(opacity=30);
  /* CSS3 standard */
	opacity: 0.3;
	}

.moviesnav .movies03 a:hover, .moviesnav .movies03 a:focus, .moviesnav .movies03-current a, .moviesnav .movies03-current a:hover, .moviesnav .movies03-current a:focus {
	background:url(../images/movies_nav-dargeeling.png) no-repeat;
  /* for IE */
	filter: alpha(opacity=100);
  /* CSS3 standard */
	opacity: 1.0;
	}

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

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

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


/****************** MOVIES 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-movies-bottle a, .gallery .subnav-movies-bottle a:visited {
	background:url(../images/movies_nav-bottle.png) no-repeat;
  /* for IE */
	filter: alpha(opacity=100);
  /* CSS3 standard */
	opacity: 1.0;
	}
	
.gallery .subnav-movies-bottle a:hover, .gallery .subnav-movies-bottle a:focus {
	background:url(../images/movies_nav-bottle.png) no-repeat;
 /* for IE */
	filter: alpha(opacity=100);
  /* CSS3 standard */
	opacity: 1.0;
	}

.gallery .subnav-movies-shanghi a, .gallery .subnav-movies-shanghi a:visited {
	background:url(../images/movies_nav-shanghi.png) no-repeat;
  /* for IE */
	filter: alpha(opacity=100);
  /* CSS3 standard */
	opacity: 1.0;
	}
	
.gallery .subnav-movies-shanghi a:hover, .gallery .subnav-movies-shanghi a:focus {
 	background:url(../images/movies_nav-shanghi.png) no-repeat;
 /* for IE */
	filter: alpha(opacity=100);
  /* CSS3 standard */
	opacity: 1.0;
	}
	
.gallery .subnav-movies-dargeeling a, .gallery .subnav-movies-dargeeling a:visited {
	background:url(../images/movies_nav-dargeeling.png) no-repeat;
  /* for IE */
	filter: alpha(opacity=100);
  /* CSS3 standard */
	opacity: 1.0;
	}
	
.gallery .subnav-movies-dargeeling a:hover, .gallery .subnav-movies-dargeeling a:focus {
 	background:url(../images/movies_nav-dargeeling.png) no-repeat;
 /* for IE */
	filter: alpha(opacity=100);
  /* CSS3 standard */
	opacity: 1.0;
	}
	
.gallery .subnav-movies-royal a, .gallery .subnav-movies-royal a:visited {
	background:url(../images/movies_nav-royal.png) no-repeat;
  /* for IE */
	filter: alpha(opacity=100);
  /* CSS3 standard */
	opacity: 1.0;
	}
	
.gallery .subnav-movies-royal a:hover, .gallery .subnav-movies-royal a:focus {
 	background:url(../images/movies_nav-royal.png) no-repeat;
 /* for IE */
	filter: alpha(opacity=100);
  /* CSS3 standard */
	opacity: 1.0;
	}
	
.gallery .subnav-movies-nocountry a, .gallery .subnav-movies-nocountry a:visited {
	background:url(../images/movies_nav-nocountry.png) no-repeat;
  /* for IE */
	filter: alpha(opacity=100);
  /* CSS3 standard */
	opacity: 1.0;
	}
	
.gallery .subnav-movies-nocountry a:hover, .gallery .subnav-movies-nocountry a:focus {
 	background:url(../images/movies_nav-nocountry.png) no-repeat;
 /* for IE */
	filter: alpha(opacity=100);
  /* CSS3 standard */
	opacity: 1.0;
	}
	
	
/****************** BOTTLEROCKET ******************/

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

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

/****************** SHANGHI ******************/

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

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

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

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

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


/****************** DARJEELING ******************/

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

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

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

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

/****************** ROYAL ******************/

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

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

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

/****************** NOCOUNTRY ******************/

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

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

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

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