/*   ----------- Divs and Holders ----- MODIFIED 12/13/2012 ----------     */
.fullwidthSpotlightBar {
	background-color: #3f3f3f;
	/*height: 470px;*/
	max-height: 600px;
}
#spotlightbar {
	/*height: 393px;*/
	max-height: 600px;
	max-width: 1600px;
	position: relative;
	height: 600px;
	/*padding-top: 18px;*/

	/*padding-top: 30px;*/
	/*padding-bottom: 14px;*/
}
#spotlight_InnerHolder {
	margin: 0;
	position: relative;
}
#spotlight_MidHolder {

	/*height: 390px;
	width: 820px;*/
}
#spotlight_Holder {
	/*position: absolute;*/
	/*padding-left: 81px;*/
	/*height: 390px;
	width: 820px;*/
}
#spotlight_PicHolder {
	cursor: pointer;
}
.spotPicBox {
	display: none;
	margin: 0;
	position: relative;
	word-wrap: break-word;
}
.spotPicBox img {
	/*height: 100%;*/
	width: 100%;
}
/*   ----------- Left Right Btns ---------------     */
#spotlightPrevHit {
	position: absolute;
	top: 0;
	left: 75px;
	z-index: 22;
	width: 32px;
	height: 67px;
	color: #000;
	padding-top: 150px;
	padding-left: 20px;
}
#spotlightNextHit {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 22;

	width: 61px;
	height: 240px;
	color: #000;
	padding-top: 150px;
	padding-left: 20px;
}
#spotlightPrev, #spotlightNext {
	position: absolute;
	color: #fff;
	opacity: .8;
	margin-top: -16px;
	z-index: 60;
	display: block;
	height: 67px;
	width: 32px;
	background-image: url(/modules/mod_spotlight_home/assets/images/arrows.png);
}
a#spotlightNext{
	background-position: 32px 0;
	right: 60px;
	top:40%
}
a#spotlightNext:hover {
	background-position: 0 0;
}
a#spotlightPrev {
	left: 60px;
	top: 40%;
	background-position: 32px 67px;
}
a#spotlightPrev:hover {
	background-position: 0 67px;
}
/*   ----------- title ---------------     */
#spotlightSlideTitleHolder {
	overflow: hidden;
	position: absolute;
	bottom: 0;
	left: 0;
	height: 80px;
	width: 100%;
	z-index: 55;
}
#spotlightSlideSlider {
	display: block;
	background-color: rgba(0, 0, 0, .5);
	color:#FFFFFF;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 56;
	width: 100%;
	height: 100px;
}
.spotlightSlideTitle h4{
	margin-top: 0;
	margin-bottom: 0;
	font-size: 18px;
	font-family: Verdana, Geneva, sans-serif;
	color: #fff;
	font-weight: bold;
	padding: 10px;
}
.spotlightSlideDesc{
	font-family: Verdana, Geneva, sans-serif;
	padding: 0 10px;
	font-size: 12px;
	line-height: 14px;
	height:38px;
}
/*   ----------- Nav Buttons ---------------     */
#spotlight_NavBtnHolder {
	/*margin-top:30px;*/
	position: absolute;
	bottom: 100px;
	/*left: 50%;*/
	right: 5%;
	z-index: 60;
}
.spotBullets{
	height: 12px;
	width: 12px;
	margin-left: 5px;
	border: 1px solid #B8C4CF;
	float: left;
	background-color: #0000ff;
}
.spotBullets.solid{
	height: 12px;
	width: 12px;
	margin-left: 5px;
	border: 1px solid #B8C4CF;
	float: left;
	background-color:  #fafafa;
}
.spotBullets.active{
	background-color: #B8C4CF;
}
#spotlight_NavBtnHolder .hidden{
	display: none;
}
/* Tooltip */

#xtooltip {
	position:absolute;
	z-index:9999;
	color:#fff;
	font-size:10px;
	width:180px;
}

#xtooltip .xtipHeader {
	height:8px;
	background:url(http://www.queness.com/resources/html/tooltip/images/tipHeader.gif) no-repeat;
}

/* IE hack */
*html #xtooltip .tipHeader {margin-bottom:-6px;}

#xtooltip .xtipBody {
	background-color:#000;
	padding:5px;
}

#xtooltip .xtipFooter {
	height:8px;
	background:url(http://www.queness.com/resources/html/tooltip/images/tipFooter.gif) no-repeat;
}




.tooltip {
	position: absolute;
	z-index: 1030;
	display: block;
	padding: 5px;
	font-size: 11px;
	opacity: 0;
	filter: alpha(opacity=0);
	visibility: visible;
}

.tooltip.in {
	/*opacity: 0.8;
	filter: alpha(opacity=80);*/
	opacity: 1;
	filter: alpha(opacity=100);
}

.tooltip.top {
	margin-top: -3px;
}

.tooltip-inner {
	max-width: 200px;
	padding: 3px 8px;
	color: #ffffff;
	text-align: center;
	text-decoration: none;
	background-color: #000000;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.tooltip-arrow {
	position: absolute;
	width: 0;
	height: 0;
	border-color: transparent;
	border-style: solid;
}

.tooltip.top .tooltip-arrow {
	bottom: 0;
	left: 50%;
	margin-left: -5px;
	border-top-color: #000000;
	border-width: 5px 5px 0;
}
