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

.photoAss a:link {
	color: #FFF;
	text-decoration: none;
	background-image: url(../images/pa-out.png);
	background-repeat: no-repeat;
	height: 40px;
	width: 189px;
	display: block;
	padding-top: 30px;
}
.photoAss a:visited {
	color: #FFF;
	text-decoration: none;
	background-image: url(../images/pa-out.png);
	background-repeat: no-repeat;
	height: 40px;
	width: 189px;
	display: block;
	padding-top: 30px;
}
.photoAss a:hover {
	color: #FFF;
	text-decoration: none;
	background-image: url(../images/pass-over.png);
	background-repeat: no-repeat;
	height: 40px;
	width: 190px;
	display: block;
	padding-top: 30px;
}
.photoAss a:active {
	color: #FFF;
	text-decoration: none;
	background-image: url(../images/pa-out.png);
	background-repeat: no-repeat;
	height: 40px;
	width: 189px;
	display: block;
	padding-top: 30px;
}

.stockPho a:link {
	color: #FFF;
	text-decoration: none;
	background-image: url(../images/sp-out.png);
	background-repeat: no-repeat;
	height: 40px;
	width: 190px;
	display: block;
	padding-top: 30px;
}
.stockPho a:visited {
	color: #FFF;
	text-decoration: none;
	background-image: url(../images/sp-out.png);
	background-repeat: no-repeat;
	height: 40px;
	width: 190px;
	display: block;
	padding-top: 30px;
}
.stockPho a:hover {
	color: #FFF;
	text-decoration: none;
	background-image: url(../images/sp-over.png);
	background-repeat: no-repeat;
	height: 40px;
	width: 190px;
	display: block;
	padding-top: 30px;
}
.stockPho a:active {
	color: #FFF;
	text-decoration: none;
	background-image: url(../images/sp-out.png);
	background-repeat: no-repeat;
	height: 40px;
	width: 190px;
	display: block;
	padding-top: 30px;
}

.photoLib a:link {
	color: #FFF;
	text-decoration: none;
	background-image: url(../images/pl-out.png);
	background-repeat: no-repeat;
	height: 40px;
	width: 190px;
	display: block;
	padding-top: 30px;
}
.photoLib a:visited {
	color: #FFF;
	text-decoration: none;
	background-image: url(../images/pl-out.png);
	background-repeat: no-repeat;
	height: 40px;
	width: 190px;
	display: block;
	padding-top: 30px;
}
.photoLib a:hover {
	color: #FFF;
	text-decoration: none;
	background-image: url(../images/pl-over.png);
	background-repeat: no-repeat;
	height: 40px;
	width: 190px;
	display: block;
	padding-top: 30px;
}
.photoLib a:active {
	color: #FFF;
	text-decoration: none;
	background-image: url(../images/pl-out.png);
	background-repeat: no-repeat;
	height: 40px;
	width: 190px;
	display: block;
	padding-top: 30px;
}

.videos a:link {
	color: #FFF;
	text-decoration: none;
	background-image: url(../images/v-out.png);
	background-repeat: no-repeat;
	height: 40px;
	width: 190px;
	display: block;
	padding-top: 30px;
}
.videos a:visited {
	color: #FFF;
	text-decoration: none;
	background-image: url(../images/v-out.png);
	background-repeat: no-repeat;
	height: 40px;
	width: 190px;
	display: block;
	padding-top: 30px;
}
.videos a:hover {
	color: #FFF;
	text-decoration: none;
	background-image: url(../images/v-over.png);
	background-repeat: no-repeat;
	height: 40px;
	width: 190px;
	display: block;
	padding-top: 30px;
}
.videos a:active {
	color: #FFF;
	text-decoration: none;
	background-image: url(../images/v-out.png);
	background-repeat: no-repeat;
	height: 40px;
	width: 190px;
	display: block;
	padding-top: 30px;
}

.photoAss {
	height: 70px;
	width: 189px;
	list-style: none;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	color: #FFF;
	text-align: center;
	float: left;
	clear:right;
}
.stockPho {
	height: 70px;
	width: 190px;
	list-style: none;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	color: #FFF;
	text-align: center;
	float: left;
	clear:right;
}
.photoLib {
	height: 70px;
	width: 190px;
	list-style: none;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	color: #FFF;
	text-align: center;
	clear: right;
	float: left;
}
.videos {
	height: 70px;
	width: 190px;
	list-style: none;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	color: #FFF;
	text-align: center;
	clear: right;
	float: left;
}
