#primary {
overflow: visible;
}
#primary .subnav {
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	display: block;
	height: 1em;
	font-size: 0.9em;
	line-height: 1em;
	padding: 8px 0;
	clear: both;
	margin: 5px 0;
	text-align: center;
}
/*#primary .subnav ul {
	margin: 0 auto;
}*/
#primary .subnav li {
	list-style-type: none;
	float: left;
	color: #666;
	font-weight: bold;
	text-transform: uppercase;	
	border-right: 1px solid #666;
	padding: 0 5px;	
	margin: 0 0 0 0;
}
#primary .subnav li.last {
	border-right: none;
}
#primary .subnav li.first {
	padding-left: 0;
}
#primary .subnav li a {
	color: #66001A;
}
#primary .thmblist {
	padding: 0;
	margin: 10px 0;
}
#primary .thmblist li {
	list-style-type: none;
	width: 102px;
	height: 52px;
	padding: 0;
	margin: 0 19px 30px 0;
	float: left;
	overflow: visible;
}

#primary  .thmblist li.last {
	margin-right: 0;
}

#primary .thmblist li a {
 display: block;
 width: 100px;
 height: 50px;
 overflow: visible;
 position: relative;
 z-index: 1;
/* border: 1px solid #ccc;*/
 cursor: pointer;
}

#primary .thmblist li a:hover {
text-decoration: none;
position: relative;
z-index: 99;
}

/*#primary .thmblist li a#aroll1 {
position: relative;
z-index: 99;
}*/

#primary .thmblist li a img.thmb {
	width: 100px;
	
	float: left;
	border: 1px solid #ccc;
	margin-right: 6px;
}
#primary .thmblist li a span {
	display: none;
}
#primary .thmblist li a .roll {
	display: none;
	position: absolute;
	top: -5px;
	left: -5px;

}
#primary .thmblist li a span {
	display: none;
	background: url('/i/c/cor/adgal/roll-1.png') no-repeat  bottom right;
	font-size: 10px;
	line-height: 11px;
	text-decoration: none;
	color: #ccc;
	text-align: left;
	padding: 5px 15px 10px 5px;
	position: absolute;
	top: -5px;
	left: -5px;
	height: 110px;
	width: 200px;
	overflow: hidden;
}

#primary ul.thmblist li a:hover span {
	
	display: block;
	
	
}

#primary .thmblist.last {
margin-bottom: 100px;
}
#primary .thmblist li span img {
	float: left;
	margin: 0;
	padding: 0;
	clear: none;
}
#primary .thmblist li span strong {
	display: block;
	color: #fff;
	margin-left: 105px;
	line-height: 14px;
	font-size: 11px;
}
#primary .thmblist li span strong.sbrand {
	display: block;
	color: #ccc;
	margin-left: 105px;
	width: 90px;
}

#primary .thmblist li span em {
	display: block;
	clear: both;
	margin: 0 0 0 0;
	padding-top: 5px;
	color: #fff;
	font-size: 10px;
	line-height: 11px;
	font-style: normal;	
	font-weight: normal;
}
#primary .thmblist li span em.elink {
	display: block;
	clear: none;
	color: #fff;
	margin: 5px 0 0 105px;
	padding-top: 0;
	font-size: 10px;
	line-height: 12px;
	font-style: normal;
	padding-left: 8px;
	background: url('/i/c/cor/gl/ico/bul-wht.gif') no-repeat 0 50%;
	font-weight: bold;
}