@charset "UTF-8"; /* http://www.w3.org/International/questions/qa-css-charset */

/*	-------------------------------------------------------------
	SHOWCASE
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
#link a{display: block; height: 20px; width: 150px; position: relative; top: 40px; left: 130px; z-index: 1000;}
#showcase {
	display: block;
	overflow: visible;
	position: relative;
	width: 296px;
	height:222px;
	margin: 0 auto;	
	background-image:url(images/featured_merchant.png);	
	background-repeat:no-repeat; position: relative; bottom: 20px; }


#showcase #prev a {
	display: block;
	height: 22px;
	width: 22px;
	float: left;
	margin:96px 0 0 18px;}
#showcase #next a {
	display: block;
	height: 22px;
	width: 22px;
	float: right;
	margin:96px 16px 0px 0px;}

#showcase #prev a {
	background: url(images/featured_merchant_left.png) no-repeat 0 0; }

#showcase #prev a:hover, #showcase #prev a:hover {
	background-position: 0 -22px;
	border:none; }

#showcase #next a {
	background: url(images/featured_merchant_right.png) no-repeat 0 0; }

#showcase #next a:hover, #showcase #next a:hover {
	background-position: 0 -22px;
	border:none; }

#showcase #slides {
	float: left;
	width: 200px;
	margin:42px 0 0 10px;
	}

#showcase #slides {
	background:none;
	height:150px; }

#showcase img {
	/*height:150px;*/
	width:200px; }

#showcase span.slide_caption {
	display:none; }

.caption {
	display: block;
	//width: 100%;
	//height: 35px;
	//line-height: 35px; }

.caption #project_caption {
	display:none;  
	color:#939292; 
	text-align: center;
	background:transparent; }
	
/*#showcase #showcase_list {*/
#nav #nav_item_wrapper #showcase_list {
	width:214px;
	height:50px;
	background-image:url("images/merchants.png");
	background-repeat:no-repeat;
	position:relative;
	/*//bottom:-5px;
	//left:22px;*/
	font-family:"GothMed";
	font-size:12px;
	/*//text-align:center;*/
	color:#ffffff;
	float:right;
}

/*#showcase #showcase_list a{*/
#nav #nav_item_wrapper #showcase_list a{
	font-family:"GothMed";
	font-size:13px;
	text-align:center;
	color:#ffffff;
	/*position:absolute;*/
	width:214px;
	height:38px;
	display:block;
	margin:5px 0 0 0;
	/*left:22px;*/
}

/*#showcase #showcase_list span {*/
/*#nav #nav_item_wrapper #showcase_list a{
	display:block;
	margin:5px 0 0 0;
}
*/



