#gallery{
width: 1084px; height:650px;
	/*overflow:hidden;*/
	margin-top:11px;
}

#slides{
	/* This is the slide area */
	height:386px;
	
	/* jQuery changes the width later on to the sum of the widths of all the slides. */
	width:1084px;
	overflow:hidden;
	margin-bottom:30px;
}

.slide{
	float:left;
	width:1084px;
}

#menu{
	/* This is the container for the thumbnails */
width:1084px; height:246px; overflow:hidden; position:relative; margin-top:10px;
}

.mid_slider_items{
	margin:0;
	padding:0px;
}

.mid_slider_items li{
width: 200px; display:block; float:left;  background-image:url(../images/sprites.png); background-position:-5px -131px; background-repeat:no-repeat; height:238px; padding:8px 8px 0 8px; text-decoration:none;	
}
.sliderImgCtr{ width:555px; height:363px; float:left; border:1px solid #dedede;}
.sliderContentCtr{ width:515px; height:362px;  float:right;}
.top_heading{ font-size:36px; color:#858584; font-style:italic; padding:0; margin:-14px 0 15px 0; font-family:mrseavesromanregular;}
.sliderPDesciption{ color:#858584; font-size:16px; font-weight:normal;  line-height:18px; display:block; margin-top:13px; margin-bottom:18px; font-family:mrseavesromanregular;}
.productName{ padding:0 0 7px 0; margin:0 0 10px 0; border-bottom:4px solid #43617a; display:inline; line-height:50px;}
.productName a{ text-decoration:none;} 
.yDark{ font-size:70px; text-transform:uppercase; color:#C2DBE8; font-family:solano_gothic_mvb_probold; text-shadow: 3px 2px 2px #E0E0E0;}
.yLight{ font-size:70px; text-transform:uppercase; color:#DFA741; font-family:solano_gothic_mvb_probold; text-shadow: 3px 2px 2px #E0E0E0;}
.yDarkM{ font-size:39px; text-transform:uppercase; color:#858584; font-family:solano_gothic_mvb_probold; text-shadow: 3px 2px 2px #E0E0E0;}
.yDarkM{ font-size:39px; text-transform:uppercase; color:#858584; font-family:solano_gothic_mvb_probold; text-shadow: 3px 2px 2px #E0E0E0;}
.BA5821{ font-size:53px; text-transform:uppercase; color:#43617a; font-family:solano_gothic_mvb_probold; text-shadow: 3px 2px 2px #E0E0E0;}
.D8A041{ font-size:65px; text-transform:uppercase; color:#D8A041; font-family:solano_gothic_mvb_probold; text-shadow: 3px 2px 2px #E0E0E0;}
.yLightM{ font-size:40px; text-transform:uppercase; color:#DFA741; font-family:solano_gothic_mvb_probold; text-shadow: 3px 2px 2px #E0E0E0;}
.yGreyM{ color:#999;  font-size:40px; text-transform:uppercase; font-family:solano_gothic_mvb_probold; text-shadow: 3px 2px 2px #E0E0E0;}
.extraMirginTOp{ /*margin-top:52px;*/}
.mid_slider_items li.inact:hover{
	/*background-image:url(../images/item_over.png); background-position:bottom center;*/ 
	
}
.mid_slider_items li.act a{
	color:#C2DBE8;
}

.mid_slider_items li a { display:block; background:#ffffff; }
.mid_slider_items li a.shop-now{ background:none !important;}
.pdr-img{ width:200px; height:128px; text-align:center; margin:10px 0 0 0;}
.shop-now{ font-size:22px; color:#FFF; line-height:23px; padding:10px 0 0 10px; margin-top:6px; width:188px; text-decoration:none; text-transform:uppercase; font-family:solano_gothic_mvb_probold;}
.mid_slider_items li a:hover{color:#C2DBE8;}
.productnamectr{ margin-top:5px; text-align:center;  color: #858584; font-size:22px; text-decoration:none; text-transform:uppercase;}
.mid_slider_items li.act{
	/* The active state of the thumb */
	background-image:url(../images/item_over.png); background-position:bottom center; 
}


li.act a{
	cursor:default;
}

.fbar{
	/* The left-most vertical bar, next to the first thumbnail */
	width:2px;
	background:url(img/divider.png) no-repeat right;
}

li a{
	/*display:block;*/
	
}

a img{
	border:none;
}
#gallery .bx-prev,#gallery .bx-next{ position:absolute; width:20px; height:29px; top:170px; text-indent:-999999px;}
#gallery .bx-prev{ left:-25px; background:url(../images/button-previous.png) no-repeat right center;  }
#gallery .bx-next{ right:-25px; background:url(../images/button-next.png) no-repeat left center;  }

/*Locations Galleries*/

.bx-pager{ text-align:center;}
.bx-wrapper .bx-pager a:hover, .bx-wrapper .bx-pager a.pager-active {
background: #C6DCE9;
}
.bx-wrapper .bx-pager a {
background: #7F8084;
text-indent: -9999px;
display: inline-block;
width: 10px;
height: 10px;
margin: 0 4px;
outline: 0;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
}
.cms-lincoln-center .bx-wrapper a.bx-prev, .cms-lincoln-center .bx-wrapper a.bx-next, .cms-plaza .bx-wrapper a.bx-prev, .cms-plaza .bx-wrapper a.bx-next{
	height: 29px;
    position: absolute;
    text-indent: -999999px;
    /*top: 170px;*/
    top: 40%;
    width: 20px;
 }
.cms-lincoln-center .bx-wrapper a.bx-prev, .cms-plaza .bx-wrapper a.bx-prev{
	background: url("../images/button-previous.png") no-repeat scroll right center rgba(0, 0, 0, 0);
    left: -25px;
}
.cms-lincoln-center .bx-wrapper a.bx-next, .cms-plaza .bx-wrapper a.bx-next{
	background: url("../images/button-next.png") no-repeat scroll left center rgba(0, 0, 0, 0);
    right: -20px;
}


