﻿.divButton
{
	float: left;
	height: 125px;
	width: 158px;
	text-align: center;	
	clip: rect(0px, 0px, 125px, 160px);
	overflow: hidden;
	display: block;	
	cursor: pointer; 
}
.divButton .imgPlaceHolder
{
	margin: auto;
	height: 125px;
	width: 158px;
	clip: rect(0px, 0px, 125px, 158px);
	overflow: hidden;
	display: block;	
}
.divButton a
{
	text-decoration: none;
}
.divButton .imgPlaceHolder img
{		
	height: 125px;
	width: 158px;	
}
.divButton .imgPlaceHolder .tealBand
{
	border-left-style: solid;	
	background-position: rgba(0, 153, 153, 0.5);
	position: relative;
	top: -27px;
	left: 0px;
	padding-top: 2px;
	background: rgba(0, 153, 153, 0.5);
	color: #FFFFFF;
	width: 157px;
	display: block;
	height: 25px;
	background-color: #009999;
	filter: alpha(opacity=75);
	opacity: 0.75;
	-moz-opacity: 0.75;
	border-left-width: 1px;	
	border-left-color: #008888;
}
.divButton .imgPlaceHolder .text 
{		
	position:relative; 
	top: -49px; 	
	left:0px;
	width:156px; 
	text-align: center; 	
	height: 25px; 
	color: #FFFFFF;
	font-size: 1em;	
	font-weight: bolder;
}
.divButtonLrg
{
	float: left;
	height: 150px;
	width: 158px;
	text-align: center;	
	clip: rect(0px, 0px, 125px, 160px);
	overflow: hidden;
	display: block;	
	cursor: pointer; 
}
.divButtonLrg .imgPlaceHolder
{
	margin: auto;
	height: 150px;
	width: 158px;
	clip: rect(0px, 0px, 125px, 158px);
	overflow: hidden;
	display: block;	
}
.divButtonLrg a
{
	text-decoration: none;
}
.divButtonLrg .imgPlaceHolder img
{		
	height: 150px;
	width: 158px;	
}
.divButtonLrg .imgPlaceHolder .tealBand
{
	border-left-style: solid;	
	background-position: rgba(0, 153, 153, 0.5);
	position: relative;
	top: -27px;
	left: 0px;
	padding-top: 2px;
	background: rgba(0, 153, 153, 0.5);
	color: #FFFFFF;
	width: 157px;
	display: block;
	height: 25px;
	background-color: #009999;
	filter: alpha(opacity=75);
	opacity: 0.75;
	-moz-opacity: 0.75;
	border-left-width: 1px;	
	border-left-color: #008888;
	display:none; 
}
.divButtonLrg .imgPlaceHolder .text 
{	
	display:none;	
	position:relative; 
	top: -49px; 	
	left:0px;
	width:156px; 
	text-align: center; 	
	height: 25px; 
	color: #FFFFFF;
	font-size: 1em;	
	font-weight: bolder;
}
