/**
 * General css goes here ...
 */
div[id^='featureRotator'] .right
{
	float:right;	
}
div[id^='featureRotator'] .left
{
	float:left;	
}
div[id^='featureRotator'] .clear-both
{
	clear:both;	
}
div[id^='featureRotator'] .hide
{
	display:none;
}
div[id^='featureRotator'] .hideText
{
	display:none;
}
div[id^='featureRotator'] .border
{
	border:solid black 1px;
}


/**
 * FeatureRotator container
 */
div[id^='featureRotator']
{
	margin-bottom: 14px;
	position:relative;
	margin-left:auto;
	margin-right:auto;
}
div[id^='featureRotator'] .features
{
    border: 1px solid #dfdfdf;
	padding:2px;	
	border-radius:4px 4px 4px 4px;
    overflow:hidden;
}
div[id^='featureRotator'] .features .featuresWrapper
{
    position:relative;
}


/**
 * FeatureRotator image area
 */
div[id^='featureRotator'] .features .feature
{
    display:inline-block;
    position:relative;
    vertical-align:top;
}
div[id^='featureRotator'] .features .image
{
	overflow:hidden;
	position:relative;
}
div[id^='featureRotator'] .features .image a
{
	display:block;
}
div[id^='featureRotator'] .features .image img
{
	display:block;
	width:100%;
	margin-left:auto;
	margin-right:auto;
}
div[id^='featureRotator'] .features .wide .image { height:250px; }
div[id^='featureRotator'] .features .wide .image img { height:250px; }
div[id^='featureRotator'] .features .narrow .image { height:130px; }
div[id^='featureRotator'] .features .narrow .image img { height:130px; }


/**
 * FeatureRotator text area
 */
 div[id^='featureRotator'] .features .text
{
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjY1Ii8+CiAgICA8c3RvcCBvZmZzZXQ9Ijc1JSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjIiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjEiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
	background: -moz-linear-gradient(left,  rgba(0,0,0,1) 0%, rgba(0,0,0,0.65) 50%, rgba(0,0,0,0.2) 75%, rgba(0,0,0,0.1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(0,0,0,1)), color-stop(50%,rgba(0,0,0,0.65)), color-stop(75%,rgba(0,0,0,0.2)), color-stop(100%,rgba(0,0,0,0.1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  rgba(0,0,0,1) 0%,rgba(0,0,0,0.65) 50%,rgba(0,0,0,0.2) 75%,rgba(0,0,0,0.1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  rgba(0,0,0,1) 0%,rgba(0,0,0,0.65) 50%,rgba(0,0,0,0.2) 75%,rgba(0,0,0,0.1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  rgba(0,0,0,1) 0%,rgba(0,0,0,0.65) 50%,rgba(0,0,0,0.2) 75%,rgba(0,0,0,0.1) 100%); /* IE10+ */
	background: linear-gradient(to right,  rgba(0,0,0,1) 0%,rgba(0,0,0,0.65) 50%,rgba(0,0,0,0.2) 75%,rgba(0,0,0,0.1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#1a000000',GradientType=1 ); /* IE6-8 */

	position:absolute;
	left:0px;
	/*width:97%;*/
	bottom: 0px;
	/*right: 3px;*/
}
/*div[id^='featureRotator'] .features .wide .text { top:221px; }
div[id^='featureRotator'] .features .narrow .text { top:101px; }*/
div[id^='featureRotator'] .features .feature .text .heading
{
	font-size: 18px;
	font-weight: bold;
	line-height: 22px;
	color: #ffffff;
}
div[id^='featureRotator'] .features .feature .text .description
{
	font-size: 14px;
	line-height: 20px;
	color: #FFFFFF;
	font-weight:bold;
	padding:15px;
}


/**
 * FeatureRotator control buttons
 */
div[id^='featureRotator'] .controls img {
	position:absolute;
	display:none;
	cursor: pointer;
}
div[id^='featureRotator'] .controls .controlLeft { left:2%; }
div[id^='featureRotator'] .controls .controlRight { right:2%; }
div[id^='featureRotator'] .controls.narrow img { top:44px; }
div[id^='featureRotator'] .controls.wide img { top:106px; }


/**
 * FeatureRotator text area
 */
div[id^='featureRotator'] .markers
{
	margin-top:2%;
	margin-left:3px;
	width:80%;
}
div[id^='featureRotator'] .markers .marker
{
	-webkit-box-shadow: 1px 1px 0px 0px rgba(0, 0, 0, .5) inset;
	box-shadow: 1px 1px 0px 0px rgba(0, 0, 0, .5) inset;
	
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;

   	background-color:#CCCCCC;
   	margin-right:3%;   	
   	width:10px;
   	height:10px;   	
   	float:left;
}
div[id^='featureRotator'] .markers .active
{
	background-color:#0066CC;
}
