body {
	background-color: #000000;
}
#container {
 position: relative;
 text-align: left;
 margin: auto;
 width: 960px;
 display:block;
 }
 
 #content { position: relative; height: 500px; } /* height is for display purposes only */
 
 
 .bodytext {
	font-family: "Palatino Linotype", "Times New Roman", serif;
	font-size: 16px;
	color: #FFFFFF;
	text-align:center;
}
.smalltext {
	font-family: "Palatino Linotype", "Times New Roman", serif;
	font-size: 11px;
	color: #FFFFFF;
	text-align:center;
	letter-spacing: -1px;
}
.bodytextsmaller {

	font-family: "Palatino Linotype", "Times New Roman", serif;
	font-size: 12px;
	color: #FFFFFF;
	text-align:center;
}
a {
	font-family: "Palatino Linotype", "Times New Roman", serif;
	font-size: 16px;
	color: #FFFFFF;
	text-decoration: underline;
}
.texttitle {
	font-family: "Palatino Linotype", "Times New Roman", serif;
	font-size: 24px;
	color: #FFFFFF;
	font-weight: lighter;
}
.bodytextsmallerl {


	font-family: "Palatino Linotype", "Times New Roman", serif;
	font-size: 12px;
	color: #FFFFFF;
}
.smalltextl {

	font-family: "Palatino Linotype", "Times New Roman", serif;
	font-size: 11px;
	color: #FFFFFF;
	letter-spacing: -1px;
}
.bodytextl {

	font-family: "Palatino Linotype", "Times New Roman", serif;
	font-size: 16px;
	color: #FFFFFF;
}
.view {
    width: 167px;
    height: 167px;
    margin: 6px;
    float: center;
    border: 2px solid #fff;
    overflow: hidden;
    position: relative;
    text-align: center;
    box-shadow: 1px 1px 2px #e6e6e6;
    cursor: default;
    
}
.view2 {
	width: 100px;
	height: 100px;
	margin: 4px;
	float: none;
	border: 2px solid #fff;
	overflow: hidden;
	position: relative;
	text-align: center;
	box-shadow: 1px 1px 2px #e6e6e6;
	cursor: default;
	top: 2px;
	clip:  rect(auto auto 2px auto);
   }
.view .mask, .view .content {
    width: 167px;
    height: 167px;
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0;
}
.view2 .mask, .view2 .content {
    width: 100px;
    height: 100px;
    position: absolute;
    overflow: hidden;
	}
.view img {
    display: block;
    position: relative;
}

.view h2 {
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    position: relative;
    font-size: 17px;
    padding: 10px;
    background: rgba(0, 0, 0, 0.8);
    margin: 20px 0 0 0;
}
.view p {
    font-family: "Palatino Linotype", "Times New Roman", serif;
    font-style: italic;
    font-size: 12px;
    position: relative;
    color: #fff;
    padding: 10px 20px 20px;
    text-align: center;
}


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

.view2 a.info:hover {
    box-shadow: 0 0 5px #000;
}

.view-first img { 
    transition: all 0.2s linear;
}
.view-first .mask {
    opacity: 0;
    background-color: rgba(219,127,8, 0.7); 
    transition: all 0.4s ease-in-out;
}
.view-first h2 {
    transform: translateY(-100px);
    opacity: 0;
    transition: all 0.2s ease-in-out;
}
.view-first p { 
    transform: translateY(100px);
    opacity: 0;
    transition: all 0.2s linear;
}
.view-first a.info{
    opacity: 0;
    transition: all 0.2s ease-in-out;
}
.view-first:hover img { 
    transform: scale(1.1);
} 
.view-first:hover .mask { 
    opacity: 1;
}
.view-first:hover h2,
.view-first:hover p,
.view-first:hover a.info {
    opacity: 1;
    transform: translateY(0px);
}
.view-first:hover p {
    transition-delay: 0.1s;
}
.view-first:hover a.info {
    transition-delay: 0.2s;
}
.tb1 {
	height: 35px;
	width: 390px;
}
.ta1 {
	height: 100px;
	width: 390px;
	overflow: hidden;
}
