#home_banner, 
#home_banner .arrow{
  border-radius: 5px;
}
.thumbNav .first,
.thumbNav .first a:hover,
.thumbNav .first .cur{
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
.thumbNav .last,
.thumbNav .last a:hover,
.thumbNav .last .cur{
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
#home_banner{
  position: relative;
  margin-bottom: 24px;
  border: 1px solid #cbcbcb;
  height: 262px;
}
.home_promo_box_wrapper{
  position: relative;
}
.home_promo_box{
  position: absolute;
  bottom: 12px;
  left: 0px;
  width: 100%;
  text-align: center;
}
.home_promo_box .home_promo_price,
.home_promo_box .home_promo_title{
  display: inline-block;
  border: 1px solid #42433F;
  padding: 0px 12px;
  font-weight: bold;
  line-height: 32px; 
  font-size: 14px;
}
.home_promo_price{
  background: #FC4000 url(../img/bd_nav_active_bg.png) repeat-x;
  color: white;
}
.home_promo_title{
  background: #CBCBCB url(../img/bd_nav_item_bg.png) repeat-x;
}
#home_banner_link span{
  display: block;
  padding: 0 32px 0 22px;
  line-height: 34px;
  background: url(../img/icon_sprites.png) right -284px no-repeat;
}
#home_banner_link:hover{
  text-decoration: underline;
}

/*****************************
  SET DEFAULT DIMENSIONS HERE
 *****************************/
/* change the ID to match your slider */
#promotionSlider {
  width: inherit;
	height: 262px;
	list-style: none;
	/* Prevent FOUC (see FAQ page) and keep things readable if javascript is disabled */
	overflow-y: auto;
	overflow-x: hidden;
}

.anythingSlider {
	display: block;
	margin: 0 auto;
	overflow: visible !important; * needed for Opera and Safari *
	position: relative;
}
div.anythingSlider .anythingWindow {
	overflow: hidden;
	position: relative;
	width: 100%;
	height: 100%;
}
.anythingBase {
	background: transparent;
	list-style: none;
	position: absolute;
	overflow: visible !important;
	top: 0;
	left: 0;
	margin: 0;
	padding: 0;
}
.anythingBase .panel {
	background: transparent;
	display: block;
	overflow: hidden;
	float: left;
	padding: 0;
	margin: 0;
}
.anythingBase .panel.vertical {
	float: none;
}
/* Navigation Arrows */
.anythingSlider .arrow {
	top: 40%;
	position: absolute;
	display: block;
	border: 1px solid #42433f;
  background: #cbcbcb url(../img/bd_nav_item_bg.png) repeat-x;
  color: #42433f;
  visibility: hidden;
}
.anythingSlider .arrow:hover{
  background-color: #ebebeb;
}
.anythingSlider .back { 
  left: 12px; 
}
.anythingSlider .forward { 
  right: 12px; 
}
.arrow a{
  text-decoration: none;
}
.arrow a span{
  display: block;
  padding: 0px 12px;
  line-height: 38px;
  font-weight: bold;
  font-size: 24px;
}

/* Navigation Links */
.anythingSlider .anythingControls { 
  position: absolute;
  top: 12px;
  width: inherit;
  outline: 0; 
  display: none; 
  visibility: hidden;
}
.anythingSlider .anythingControls ul 
{
  margin: auto; 
  padding: 0;
  text-align: center;
}
.anythingSlider .anythingControls ul li { 
  display: inline-block; 
	border: 1px solid #42433f;
  background: #cbcbcb url(../img/bd_nav_item_bg.png) repeat-x;
  color: #42433f;
}
.anythingSlider .anythingControls ul a{
  display: block;
  padding: 0px 12px;
  line-height: 24px;
  font-weight: bold;
  font-size: 14px;
  text-decoration: none;
}
.anythingSlider .anythingControls ul a:hover{
  background-color: #ebebeb;
}
.anythingSlider .anythingControls ul a.cur{
  border-color: white;
  background: #fc4000 url(../img/bd_nav_active_bg.png) repeat-x;
  color: white;
  font-weight: bold;
}
.anythingSlider:hover .arrow,
.anythingSlider:hover .anythingControls{
  visibility: visible;
}
.anythingSlider:hover .anythingControls{
  *display: none;
  *visibility: hidden;
}
