/* ============================
   CONTENT ROTATOR
   ============================ */
#contentRotator-descriptionTitle{ 
	position:relative;
	margin-left: 20px;
	height:79px;
	/*background:#f00;*/
}
#contentRotator-descriptionTitle h1, /* h1 not SEO recommended if dynamically generated. Use IF REALLY NEEDED */
#contentRotator-descriptionTitle h2 { /* USE THIS ONE */
	background:#fff;
	position:absolute;
	width:100%;
	color: #675D47;
    font-family: "ff-angie-web-pro";
    font-size: 30px;
    letter-spacing: 1px;
	font-weight:normal;
    line-height: 32px;
    margin: 0;
    padding: 0;
    text-transform: uppercase;
	/*background:#f00;*/
}
#contentRotator{
	position:relative;
	width: 640px;
	/*margin-top:35px;*/ /* add margin bottom ? */
}

#contentRotator-leftPanel{
    position:relative;
	float:left;
}

#contentRotator-mainImage{
	position:relative;
	width:342px;
	height:614px;
	overflow:hidden;
	background:url(img/cont-slider-main-img-bg.png);
}
#contentRotator-mainImage img{ /* images added by jQuery */
	position:absolute;
	top:6px;  /* ADJUST IF NEEDED */
	left:7px; /* ADJUST IF NEEDED */
}

#contentRotator-rightPanel{
	position:relative;
	float:left;
	width:298px;
	/*background:#f00;*/
}

#contentRotator-descriptions{
    overflow: hidden;
	position:relative;
	width:278px;
	height:88px;
	margin-left:20px;
	/*background:#f00;*/
}
#contentRotator-descriptions > div{ /* AFTER INSERTED BY JQUERY*/
	background:#fff;
	position:absolute;
	top:0px;
	left:0px;
}

#contentRotator-tabsContainer{}

.contentRotator-tab{
	position:relative;
	width:275px;
	margin: 3px 0 0 22px;
	height:61px;
	overflow:hidden;
	background:url(img/cont-slider-tab-button.png);
	cursor:pointer;
	-webkit-touch-callout: none;
	  -webkit-user-select: none;
	   -khtml-user-select: none;
		 -moz-user-select: none;
		  -ms-user-select: none;
			  user-select: none;
}
.contentRotator-tab p{
	letter-spacing:-1px;
	margin-top:11px;
    text-overflow: ellipsis;
    word-wrap: break-word;
    white-space: nowrap;
    overflow: hidden;
	width:160px;
    /*border: 1px solid #f00;*/
}
.contentRotator-tab p a{
	text-decoration:none;
	color:#666;
	font-weight:bold;
}

.contentRotator-tab:hover,
.contentRotator-tab.jQ_active{
	background-position: 0 -61px;
}
.contentRotator-tab:hover p a,
.contentRotator-tab.jQ_active p a{
	color:#fff;
}

/* === DESCRIPTION ELEMENTS === */

.contentRotator-description{
	display:none; 
}
.contentRotator-description p{
	letter-spacing:-0.02em;
	
	margin:0px;
}


/* === THUMBNAILS === */

img.contentRotator-thumbIcon{
	position:absolute;
	width:35px;
	height:35px;
	overflow:hidden;
	right:13px;
	top:11px;
}

/* === TAB ICONS === */

.contentRotator-tabIcon{
	display:block;
	float:left;
	width:46px;
	height:50px;
	margin:3px 5px;
	/*background:#f00;*/
}
.contentRotator-ico1{background:url(img/contentRotator-icons/1.png) no-repeat 0 0; }
.contentRotator-ico2{background:url(img/contentRotator-icons/2.png) no-repeat 0 0; }
.contentRotator-ico3{background:url(img/contentRotator-icons/3.png) no-repeat 0 0; }
.contentRotator-ico4{background:url(img/contentRotator-icons/4.png) no-repeat 0 0; }
.contentRotator-ico5{background:url(img/contentRotator-icons/5.png) no-repeat 0 0; }
.contentRotator-ico6{background:url(img/contentRotator-icons/6.png) no-repeat 0 0; }
.contentRotator-ico7{background:url(img/contentRotator-icons/7.png) no-repeat 0 0; }
/* .contentRotator-ico8{background:url(img/contentRotator-icons/8.png) no-repeat 0 0; } MISSING IMAGE */

.contentRotator-tab:hover  .contentRotator-tabIcon,
.contentRotator-tab.jQ_active  .contentRotator-tabIcon{
	background-position:0 -50px;
}

/* === NAV BUTTONS === */

#contentRotator-navButtons{ margin-top:14px;}
#contentRotator-prev,
#contentRotator-next,
.contentRotator-navBtn{
	cursor:pointer;
	float:left;
	width:17px;
	height:17px;
	margin:3px;
	-webkit-touch-callout: none;
	  -webkit-user-select: none;
	   -khtml-user-select: none;
		 -moz-user-select: none;
		  -ms-user-select: none;
			  user-select: none;
}
#contentRotator-prev,
#contentRotator-next			{ background: url(img/cont-slider-nav-dir-button.png) no-repeat;}
#contentRotator-prev			{ background-position: 0 0;}
#contentRotator-next			{ background-position: -22px 0;}
#contentRotator-prev:hover		{ background-position: 0 -22px;}
#contentRotator-next:hover		{ background-position: -22px -22px;}
.contentRotator-navBtn			{ background: url(img/cont-slider-nav-button.png) no-repeat 0 0;}
.contentRotator-navBtn.jQ_active{ background-position: 0 -23px;}
.contentRotator-navBtn:hover	{ opacity:0.6;}