.gallery p{
	clear:both;
}
.hover{
	cursor: default;
	list-style: none;
	width: 100%;
	margin: 0px;
	padding:10px 0px;
	clear:both;
}	

.hover a{
	cursor: default;
}

.hover a .large{
	display: none;
}

.hover a:hover .large{
	display: block;
	position: absolute;
	top: -60px;
	left: -80px;
	z-index: 1;
}

.hover img{
	background: #fff;
	border: 1px solid #000;
	vertical-align: top;
	/*width: 100px;
	height: 75px;*/
}

.hover li{
	display: inline;
	float: left;
	width:24%;
	text-align:center;
	margin: 3px;
	position: relative;
}

.hover .large{
	border-color: #000;
	/*width: 200px;
	height: 150px;*/
}
/*--Internet Explorer Fixes----------------------------------------------------------------------*/

.hover a{
	position: relative;
}

.hover a:hover{
	display: block;
	font-size: 100%;
	z-index: 1;
}

.hover li{
	position: static;
}
/*--NAVIGATION----------------------------------------------------------------------*/
ul.nav{
	height: 16px;
	margin: 0px;
	padding: 0px;
	text-align: center;
}
ul.nav li{
	height: 16px;
	float: left;
	list-style-type: none;
	padding: 0px 12px;
	border-right: 1px solid #C83C26;
	position: relative;
	display: block;
}
ul.nav li.last{
	border-right: 0px;
}
ul.nav li a{
	display: block;
	color: #000000;
	font-size: 13px;
	float: left;
	font-weight: bold;
	font-family: Georgia;
	text-decoration: none;
}
ul.nav li a:hover{
	color: #d9b360;
	display: block;
	font-size: 13px;
	float: left;
	font-weight: bold;
	font-family: Georgia;
	text-decoration: none;
}
ul.nav li ul{
	display: none;
}
ul.nav li:hover ul, ul.nav li.over ul{
	display: block;
	position: absolute;
	width: 127px;
	top: 100%;
	left: -40px;
	z-index: 9999;
}
ul.nav li ul li{
	float: none;
	width: 127px;
	border-top: 0px;
	display: block;
	padding: 0px;
	margin: 0px;
	height: 16px;
	margin-bottom: -2px;
	border-left: 1px solid #C83C26;
	border-bottom: 1px solid #C83C26;
	line-height: 1em;	
}
ul.nav li:hover ul li a, ul.nav li.over ul li a{
	text-indent: 0px;
	float: none;
	color: #000;
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
	text-align: center;
	background: #F6EFDC;
	width: 127px;
	padding: 0;
	margin: 0px;
}
ul.nav li:hover ul li a:hover, ul.nav li.over ul li a:hover{
	text-indent: 0px;
	float: none;
	color: #d9b360;
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
	text-align: center;
	background: #F6EFDC;
	width: 127px;
	padding: 0;
	margin: 0px;
}





img.coupon{
	margin: 20px;
	padding: 5px;
	display: block;
	border: 2px dashed #000;
}




















