/* container for slides */
.images {
	position:relative;	
	height:230px;
	width:940px;
	float:left;	
	cursor:pointer;
}

/* single slide */
.images .imageHolder {
	display:none;
	position:absolute;
	top:0;
	left:0;		
	height:240px;
}

/* tabs (those little circles below slides) */
.images div.slidetabs 
{
	display:block;
	position:absolute;
	top:205px;
	left:25px;
}

/* single tab */
.slidetabs a {
	width:8px;
	height:8px;
	float:left;
	margin:3px;
	background:url(/SiteImages/Slider/dotWhite.png) 0 0 no-repeat;
	display:block;
	font-size:1px;		
}

/* mouseover state */
.slidetabs a:hover {
	background:url(/SiteImages/Slider/reddot.png) 0 0 no-repeat;     
}

/* active state (current page state) */
.slidetabs a.current {
	background:url(/SiteImages/Slider/reddot.png) 0 0 no-repeat;   
} 	


/* prev and next buttons */
.forward 
{
	background:url(/SiteImages/Slider/arrowRight.png) no-repeat;
	float:left;
	display:block;
	width:33px;
	height:64px;
	cursor:pointer;
	font-size:1px;
	text-indent:-9999em;
	position: absolute;	
	float: right;
	top: 85px;
	right: 15px;
}

/* prev and next buttons */
.backward 
{
	background:url(/SiteImages/Slider/arrowLeft.png) no-repeat;
	float:left;
	display:block;
	width:33px;
	height:64px;
	cursor:pointer;
	text-indent:-9999em;	
	position: absolute;	
	top: 85px;
	left: 15px;
	z-index: 1;
}

/* next */
.forward:hover 	{background:url(/SiteImages/Slider/arrowRightHover.png) no-repeat;  }

/* prev */
.backward:hover  {background:url(/SiteImages/Slider/arrowLeftHover.png) no-repeat; }

/* disabled navigational button. is not needed when tabs are configured with rotate: true */
.disabled {
	visibility:hidden !important;		
}

.images
{
	position:relative;
}

.images .redBox
{
	background-color:#B21B34;
	height:190px;
	left:600px;
	padding-left:20px;
	padding-top:20px;
	position:absolute;
	top:10px;
	width:319px;
}

.images .redBox .title
{
	position: relative;
	font-weight:normal;
	color: #ffffff;
}

.images .redBox .redBoxContent
{
	position: relative;
	color: #ffffff;
	width: 250px;
	line-height:1.4em;
	margin-top:1em;
}
