@import url(http://fonts.googleapis.com/css?family=Fjalla+One&subset=latin,latin-ext);
#vlightbox1 {
	width:100%;
	zoom:1;	
}

#vlightbox1 .vlightbox1 div{
	left:0;
	top:0;
	width:100%;
	height:210px;
	background:#61686b url(zoom-in.png) 50% 54% no-repeat;
	opacity:0.9;
	color:#FFF;	
}
#vlightbox1 .vlightbox1 {
	display:-moz-inline-stack;
	display:inline-block;
	zoom:1;
	*display:inline;
	position:relative;
	vertical-align:top;
	margin:5px;
	width:210px;
	font-family: 'Fjalla One',Arial,sans-serif;
	font-size:14px;
	text-decoration:none;
	text-align:center;
	outline:none;
	color: #61686b;
	text-align: center;
	text-shadow: -1px 1px 0 #5B8990;
}

#vlightbox1 .vlightbox1 a{
	margin:0;
	
	
	
}
#vlightbox1 .vlightbox1 img{
	display:block;
	border:none;
	margin:0;
}
#vlightbox1 .vlightbox1 div {display:none}


a:link.buttons, a:visited.buttons {
	font-family: "Chaparral Pro";
	font-size: 15px;
	font-weight: normal;
	color: #000000;
	display: block;
	float: left;
	text-decoration: none;
	margin: 6px;
	text-align: center;
	box-shadow: 0 0 2px 2px #ededed;
	padding-top: 3px;
	padding-right: 7px;
	padding-bottom: 3px;
	padding-left: 7px;
	background-color: #e1e1e1;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}
a:hover.buttons {
	color: rgb(255,255,255);
	background-color: #00A6DD;
}
a:link.buttons-current , a:visited.buttons-current{
	font-family: "Chaparral Pro";
	font-size: 15px;
	font-weight: normal;
	color: #FFFFFF;
	display: block;
	float: left;
	text-decoration: none;
	margin: 6px;
	text-align: center;
	box-shadow: 0 0 2px 2px #ededed;
	padding-top: 3px;
	padding-right: 7px;
	padding-bottom: 3px;
	padding-left: 7px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	background-color: #008cba;
}
.arrow  {
	font-family: "Chaparral Pro";
	font-size: 15px;
	font-weight: normal;
	color: #000000;
	display: block;
	float: left;
	text-decoration: none;
	margin: 6px;
	text-align: center;
	padding-top: 3px;
	padding-right: 7px;
	padding-bottom: 3px;
	padding-left: 7px;
}