@import url('reset.css');
/* General Demo Style */
body{
    background:#f9f9f9;
	color: #333;
	font-family: "Courier New", Courier, monospace;
	font-size: 13px;
}

.printlarge {
   width: 510px;
   height: 390px;
   margin-left: 5px;
   margin-bottom: 10px;
   float: right;
   overflow: hidden;
   position: relative;
   text-align: center;
   cursor: default;
}

.printsmall {
   width: 350px;
   height: 390px;
   margin-right: 5px;
   margin-bottom: 10px;
   float: left;
   overflow: hidden;
   position: relative;
   text-align: center;
   cursor: default;
}

.printlarge2 {
   width: 510px;
   height: 390px;
   margin-right: 5px;
   margin-bottom: 10px;
   float: left;
   overflow: hidden;
   position: relative;
   text-align: center;
   cursor: default;
}

.printsmall2 {
   width: 350px;
   height: 390px;
   margin-left: 5px;
   margin-bottom: 10px;
   float: right;
   overflow: hidden;
   position: relative;
   text-align: center;
   cursor: default;
}

.photosmall {
   width: 350px;
   height: 233px;
   margin-left: 5px;
   margin-right: 5px;
   float: right;
   overflow: hidden;
   position: relative;
   text-align: center;
   cursor: default;
}

h1{
	margin:0px;
	padding:20px 20px 10px 20px;
	font-size:34px;
	color:#333;
    text-shadow:1px 1px 1px #fff;
	text-align:left;
	font-weight:400;
    text-align:center;
}

h1 span{
    display:block;
	font-size: 14px;
    font-family: "Courier New", Courier, monospace;
    font-style: italic;
	color:#b2891b;
	padding-top:10px;
}

.more{
	position:relative;
	clear:both;
	font-family:"Courier New", Courier, monospace;
    text-transform: uppercase;
    font-size: 11px;
    padding: 5px 0px 10px;
    width: 540px;
    margin: 0 auto;
}

.more ul{
	display:block;
	text-align:center;
    height: 30px;
}

.more ul li{
	display: block;
    padding: 4px 2px;
    float:left;
}

.more ul li.selected a,
.more ul li.selected a:hover{
	background:#b2891b;
	color:#fff;
	text-shadow:none;
}

.more ul li a{
	color:#555;
    float:left;
	background:#fff;
    width:40px;
	padding: 2px 5px;
	-moz-box-shadow:1px 1px 2px #aaa;
	-webkit-box-shadow:1px 1px 2px #aaa;
	box-shadow:1px 1px 2px #aaa;
}

.more ul li a:hover{
	background:#000;
	color:#fff;
}

.view {
   width: 510px;
   height: 390px;
   margin: 10px;
   float: left;
   overflow: hidden;
   position: relative;
   text-align: center;
   cursor: default;
   background: #fff;
}

.view .mask,.view .content {
   width: 510px;
   height: 390px;
   position: absolute;
   overflow: hidden;
   top: 0;
   left: 0;
}

.view img {
   display: block;
   position: relative;
}

.view h2 {
   text-transform: uppercase;
   color: #fff;
   text-align: center;
   position: relative;
   font-size: 18px;
   top:120px;
   padding: 3px;
   background:transparent;
   margin: 20px 0 0 0;
}

.view p {
   font-family: "Courier New", Courier, monospace;
   font-size: 12px;
   position: relative;
   color: #fff;
   top:110px;
   padding: 0px 20px 20px;
   text-align: center;
}

.view go {
   position: absolute;
   top:205px;
   left:50%;
   margin-left:-40px;
   width:80px;
   height:46px;
   text-align: center;
}

.view a.info {
   display: inline-block;
   text-decoration: none;
   padding: 7px 14px;
   background: #000;
   color: #fff;
   text-transform: uppercase;
  }
  
.view a.info: hover {  
}

.view-fifth img {
   -webkit-transition: opacity 0.6s ease-in-out;
   -moz-transition: opacity 0.6s ease-in-out;
   -o-transition: opacity 0.6s ease-in-out;
   -ms-transition: opacity 0.6s ease-in-out;
   transition: opacity 0.6s ease-in-out;
}

.view-fifth .mask {
   background-color: rgba(0,0,0,0.6);
   -webkit-transform: translateX(-510px);
   -moz-transform: translateX(-510px);
   -o-transform: translateX(-510px);
   -ms-transform: translateX(-510px);
   transform: translateX(-510px);
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
   filter: alpha(opacity=100);
   opacity: 1;
   -webkit-transition: opacity 0.6s ease-in-out;
   -moz-transition: opacity 0.6s ease-in-out;
   -o-transition: opacity 0.6s ease-in-out;
   -ms-transition: opacity 0.6s ease-in-out;
   transition: opacity 0.6s ease-in-out;
}

.view-fifth h2 {
   color: #fff;   
}

.view-fifth p {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
   color: #fff;
   -webkit-transition: all 0.3s linear;
   -moz-transition: all 0.3s linear;
   -o-transition: all 0.3s linear;
   -ms-transition: all 0.3s linear;
   transition: all 0.3s linear;
}

.view-fifth:hover .mask {
   -webkit-transform: translateX(0px);
   -moz-transform: translateX(0px);
   -o-transform: translateX(0px);
   -ms-transform: translateX(0px);
   transform: translateX(0px);
}

.view-fifth:hover p {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
   filter: alpha(opacity=100);
   opacity: 1;
}

.view2 {
   width: 350px;
   height: 390px;
   margin: 10px;
   float: right;
   overflow: hidden;
   position: relative;
   text-align: center;
   cursor: default;
   background: #fff;
}

.view2 .mask,.view .content {
   width: 350px;
   height: 390px;
   position: absolute;
   overflow: hidden;
   top: 0;
   left: 0;
}

.view2 img {
   display: block;
   position: relative;
}

.view2 h2 {
   text-transform: uppercase;
   color: #fff;
   text-align: center;
   position: relative;
   font-size: 18px;
   top:120px;
   padding: 3px;
   background:transparent;
   margin: 20px 0 0 0;
}

.view2 p {
   font-family: "Courier New", Courier, monospace;
   font-size: 12px;
   position: relative;
   color: #fff;
   top:110px;
   padding: 0px 20px 20px;
   text-align: center;
}

.view2 go {
   position: absolute;
   top:205px;
   left:50%;
   margin-left:-40px;
   width:80px;
   height:46px;
   text-align: center;
}

.view2 a.info {
   display: inline-block;
   text-decoration: none;
   padding: 7px 14px;
   background: #000;
   color: #fff;
   text-transform: uppercase;
  }
  
.view2 a.info: hover {  
}

.view2-fifth img {
   -webkit-transition: opacity 0.6s ease-in-out;
   -moz-transition: opacity 0.6s ease-in-out;
   -o-transition: opacity 0.6s ease-in-out;
   -ms-transition: opacity 0.6s ease-in-out;
   transition: opacity 0.6s ease-in-out;
}

.view2-fifth .mask {
   background-color: rgba(0,0,0,0.6);
   -webkit-transform: translateX(-350px);
   -moz-transform: translateX(-350px);
   -o-transform: translateX(-350px);
   -ms-transform: translateX(-350px);
   transform: translateX(-350px);
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
   filter: alpha(opacity=100);
   opacity: 1;
   -webkit-transition: opacity 0.6s ease-in-out;
   -moz-transition: opacity 0.6s ease-in-out;
   -o-transition: opacity 0.6s ease-in-out;
   -ms-transition: opacity 0.6s ease-in-out;
   transition: opacity 0.6s ease-in-out;
}

.view2-fifth h2 {
   color: #fff;   
}

.view2-fifth p {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
   color: #fff;
   -webkit-transition: all 0.3s linear;
   -moz-transition: all 0.3s linear;
   -o-transition: all 0.3s linear;
   -ms-transition: all 0.3s linear;
   transition: all 0.3s linear;
}

.view2-fifth:hover .mask {
   -webkit-transform: translateX(0px);
   -moz-transform: translateX(0px);
   -o-transform: translateX(0px);
   -ms-transform: translateX(0px);
   transform: translateX(0px);
}

.view2-fifth:hover p {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
   filter: alpha(opacity=100);
   opacity: 1;
}

.view3 {
   width: 510px;
   height: 390px;
   margin: 10px;
   float: right;
   overflow: hidden;
   position: relative;
   text-align: center;
   cursor: default;
   background: #fff;
}

.view3 .mask,.view .content {
   width: 510px;
   height: 390px;
   position: absolute;
   overflow: hidden;
   top: 0;
   left: 0;
}

.view3 img {
   display: block;
   position: relative;
}

.view3 h2 {
   text-transform: uppercase;
   color: #fff;
   text-align: center;
   position: relative;
   font-size: 18px;
   top:120px;
   padding: 3px;
   background:transparent;
   margin: 20px 0 0 0;
}

.view3 p {
   font-family: "Courier New", Courier, monospace;
   font-size: 12px;
   position: relative;
   color: #fff;
   top:110px;
   padding: 0px 20px 20px;
   text-align: center;
}

.view3 go {
   position: absolute;
   top:205px;
   left:50%;
   margin-left:-40px;
   width:80px;
   height:46px;
   text-align: center;
}

.view3 a.info {
   display: inline-block;
   text-decoration: none;
   padding: 7px 14px;
   background: #000;
   color: #fff;
   text-transform: uppercase;
  }
  
.view3 a.info: hover {  
}

.view3-fifth img {
   -webkit-transition: opacity 0.6s ease-in-out;
   -moz-transition: opacity 0.6s ease-in-out;
   -o-transition: opacity 0.6s ease-in-out;
   -ms-transition: opacity 0.6s ease-in-out;
   transition: opacity 0.6s ease-in-out;
}

.view3-fifth .mask {
   background-color: rgba(0,0,0,0.6);
   -webkit-transform: translateX(-510px);
   -moz-transform: translateX(-510px);
   -o-transform: translateX(-510px);
   -ms-transform: translateX(-510px);
   transform: translateX(-510px);
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
   filter: alpha(opacity=100);
   opacity: 1;
   -webkit-transition: opacity 0.6s ease-in-out;
   -moz-transition: opacity 0.6s ease-in-out;
   -o-transition: opacity 0.6s ease-in-out;
   -ms-transition: opacity 0.6s ease-in-out;
   transition: opacity 0.6s ease-in-out;
}

.view3-fifth h2 {
   color: #fff;   
}

.view3-fifth p {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
   color: #fff;
   -webkit-transition: all 0.3s linear;
   -moz-transition: all 0.3s linear;
   -o-transition: all 0.3s linear;
   -ms-transition: all 0.3s linear;
   transition: all 0.3s linear;
}

.view3-fifth:hover .mask {
   -webkit-transform: translateX(0px);
   -moz-transform: translateX(0px);
   -o-transform: translateX(0px);
   -ms-transform: translateX(0px);
   transform: translateX(0px);
}

.view3-fifth:hover p {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
   filter: alpha(opacity=100);
   opacity: 1;
}

.view4 {
   width: 350px;
   height: 390px;
   margin: 10px;
   float: left;
   overflow: hidden;
   position: relative;
   text-align: center;
   cursor: default;
   background: #fff;
}

.view4 .mask,.view .content {
   width: 350px;
   height: 390px;
   position: absolute;
   overflow: hidden;
   top: 0;
   left: 0;
}

.view2 img {
   display: block;
   position: relative;
}

.view4 h2 {
   text-transform: uppercase;
   color: #fff;
   text-align: center;
   position: relative;
   font-size: 18px;
   top:120px;
   padding: 3px;
   background:transparent;
   margin: 20px 0 0 0;
}

.view4 p {
   font-family: "Courier New", Courier, monospace;
   font-size: 12px;
   position: relative;
   color: #fff;
   top:110px;
   padding: 0px 20px 20px;
   text-align: center;
}

.view4 go {
   position: absolute;
   top:205px;
   left:50%;
   margin-left:-40px;
   width:80px;
   height:46px;
   text-align: center;
}

.view4 a.info {
   display: inline-block;
   text-decoration: none;
   padding: 7px 14px;
   background: #000;
   color: #fff;
   text-transform: uppercase;
  }
  
.view4 a.info: hover {  
}

.view4-fifth img {
   -webkit-transition: opacity 0.6s ease-in-out;
   -moz-transition: opacity 0.6s ease-in-out;
   -o-transition: opacity 0.6s ease-in-out;
   -ms-transition: opacity 0.6s ease-in-out;
   transition: opacity 0.6s ease-in-out;
}

.view4-fifth .mask {
   background-color: rgba(0,0,0,0.6);
   -webkit-transform: translateX(-350px);
   -moz-transform: translateX(-350px);
   -o-transform: translateX(-350px);
   -ms-transform: translateX(-350px);
   transform: translateX(-350px);
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
   filter: alpha(opacity=100);
   opacity: 1;
   -webkit-transition: opacity 0.6s ease-in-out;
   -moz-transition: opacity 0.6s ease-in-out;
   -o-transition: opacity 0.6s ease-in-out;
   -ms-transition: opacity 0.6s ease-in-out;
   transition: opacity 0.6s ease-in-out;
}

.view4-fifth h2 {
   color: #fff;   
}

.view4-fifth p {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
   color: #fff;
   -webkit-transition: all 0.3s linear;
   -moz-transition: all 0.3s linear;
   -o-transition: all 0.3s linear;
   -ms-transition: all 0.3s linear;
   transition: all 0.3s linear;
}

.view4-fifth:hover .mask {
   -webkit-transform: translateX(0px);
   -moz-transform: translateX(0px);
   -o-transform: translateX(0px);
   -ms-transform: translateX(0px);
   transform: translateX(0px);
}

.view4-fifth:hover p {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
   filter: alpha(opacity=100);
   opacity: 1;
}

.view5 {
   width: 350px;
   height: 233px;
   float: left;
   overflow: hidden;
   position: relative;
   text-align: center;
   cursor: default;
   background: #fff;
}

.view5 .mask,.view .content {
   width: 350px;
   height: 233px;
   position: absolute;
   overflow: hidden;
   top: 0;
   left: 0;
}

.view5 img {
   display: block;
   position: relative;
}

.view5 h2 {
   text-transform: uppercase;
   color: #fff;
   text-align: center;
   position: relative;
   font-size: 18px;
   top:30px;
   padding: 3px;
   background:transparent;
   margin: 20px 0 0 0;
}

.view5 p {
   font-family: "Courier New", Courier, monospace;
   font-size: 12px;
   position: relative;
   color: #fff;
   top:20px;
   padding: 0px 20px 20px;
   text-align: center;
}

.view5 go {
   position: absolute;
   top:105px;
   left:50%;
   margin-left:-40px;
   width:80px;
   height:46px;
   text-align: center;
}

.view5 a.info {
   display: inline-block;
   text-decoration: none;
   padding: 7px 14px;
   background: #000;
   color: #fff;
   text-transform: uppercase;
  }
  
.view5 a.info: hover {  
}

.view5-fifth img {
   -webkit-transition: opacity 0.6s ease-in-out;
   -moz-transition: opacity 0.6s ease-in-out;
   -o-transition: opacity 0.6s ease-in-out;
   -ms-transition: opacity 0.6s ease-in-out;
   transition: opacity 0.6s ease-in-out;
}

.view5-fifth .mask {
   background-color: rgba(0,0,0,0.6);
   -webkit-transform: translateX(-350px);
   -moz-transform: translateX(-350px);
   -o-transform: translateX(-350px);
   -ms-transform: translateX(-350px);
   transform: translateX(-350px);
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
   filter: alpha(opacity=100);
   opacity: 1;
   -webkit-transition: opacity 0.6s ease-in-out;
   -moz-transition: opacity 0.6s ease-in-out;
   -o-transition: opacity 0.6s ease-in-out;
   -ms-transition: opacity 0.6s ease-in-out;
   transition: opacity 0.6s ease-in-out;
}

.view5-fifth h2 {
   color: #fff;   
}

.view5-fifth p {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
   color: #fff;
   -webkit-transition: all 0.3s linear;
   -moz-transition: all 0.3s linear;
   -o-transition: all 0.3s linear;
   -ms-transition: all 0.3s linear;
   transition: all 0.3s linear;
}

.view5-fifth:hover .mask {
   -webkit-transform: translateX(0px);
   -moz-transform: translateX(0px);
   -o-transform: translateX(0px);
   -ms-transform: translateX(0px);
   transform: translateX(0px);
}

.view5-fifth:hover p {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
   filter: alpha(opacity=100);
   opacity: 1;
}
