/*************************************************/
/*  - CodaSlider 1.1.1 ***************************/
.csw
{
	width: 100%;
	height: 315px;
	background: transparent;
	overflow: hidden;
}
.csw .loading
{
	margin: 120px 0 220px;
	text-align: center;
}

/*************************************************/
.stripViewer
{
	position: relative;
	overflow: hidden;
	border: none;
	margin: auto;
	margin-top: 16px;
	margin-left: 15px;
	width: 630px;
	height: 300px;
	clear: both;
}
.stripViewer .panelContainer
{
	position: relative;
	left: 0;
	top: 0;
	width: 100%;
	list-style-type: none;
}
.stripViewer .panelContainer .panel
{
	background-color: #fff;
	float: left;
	height: 100%;
	position: relative;
	width: 630px;
}
.stripNav
{
	display: none;
}
.stripNavL, .stripNavR
{
	display: none;
}

/*************************************************/
.SliderBody
{
	height: 265px;
}
.SliderBody .Title, .SliderBody .Subtitle
{
	color: #fff;
}
.SliderBody .Title
{
	font-size: 32px;
	line-height: 37px;
	padding: 22px 0 0 15px;
}
.SliderBody .Subtitle
{
	font-size: 22px;
	line-height: 27px;
	padding: 10px 0 0 15px;
}
.SliderBody .Subtitle a
{
	color: #fff;
	font-size: 22px;
	line-height: 27px;
	text-decoration: none;
}
.SliderBody .Subtitle a:hover
{
	background-color: transparent;
	color: #fff;
	font-size: 22px;
	line-height: 27px;
	text-decoration: underline;
}
.SliderBody .Alt, .SliderBody .Alt
{
	color: #000;
}
.SliderBody .Alt a
{
	color: #000;
	font-size: 22px;
	line-height: 27px;
	text-decoration: none;
}
.SliderBody .Alt a:hover
{
	background-color: transparent;
	color: #000;
	font-size: 22px;
	line-height: 27px;
	text-decoration: underline;
}
.SliderLinks .Left
{
	display: block;
	float: left;
}
.SliderLinks .Right
{
	display: block;
	float: right;
}

