
.bannerContent {
	position:relative;
	float:left;
	width:100%;
	clear:both;
	background:url("../images/bg-feature-corners.gif") no-repeat top left;
}
.verticalContent {
	margin-bottom:20px;
}


.bannerContent .feature{
	float:left;
	width:100%;
	left:0;
	top:0;
	background-repeat:no-repeat;
	background-position:left top;
	background-image:url("../images/carousel-feat01.jpg");
	margin-bottom:10px;
}

.verticalContent .feature{
	width:441px;
	height:222px;
	overflow:hidden;
	background-position: -60px -10px;
	background-image:url("../images/carousel-feat01.jpg");
	margin-bottom:0px;
	margin-right:10px;
}
.bannerContent .corners{
	height:241px;
	width:100%;
	background:url("../images/bg-feature-corners.gif") no-repeat top left;
	position:absolute; 
	z-index:1;
	top:0;
	left:0;
}
.verticalContent .corners{
	background:url("../images/bg-gallery-corners1.png") no-repeat top left;
	width:441px;
	height:222px;
}

.bannerContent .feature .bannerOverlay{
	float:left;
	width:564px;
	background:url("../images/bg-feature-overlay.png");
	margin-top:152px;
}

.verticalContent .feature .bannerOverlay{
	width:441px;
	background:url("../images/bg-feature-bannerOverlay.png");
	margin-top:133px;
}

.bannerContent .feature .bannerOverlay .bottomCorners
{
	background:url("../images/bottomCorners.gif") bottom center no-repeat;
	padding:10px 16px 11px;
}
.verticalContent .feature .bannerOverlay .bottomCorners
{
	background:url("../images/bottomCornersNarrow.gif") bottom center no-repeat;
	padding:10px 16px 11px;
}


.bannerContent h2{
	float:left;
	/*width:100%;
	clear:both;*/
}
.bannerContent h2 span{
	color:#fff;
}

.bannerContent h2 img{
	float:left;
}

.bannerContent h2 a{
	float:right;
	padding-top:7px;
	position:relative;
	z-index:2;
}

.bannerContent p {
	clear:both;
	padding-right:100px;
	color:#fff;
}
.verticalContent p {
	clear:both;
	padding-right:0;
	color:#fff;	
}





.bannerContent .control {
	clear:both;
	width:564px;
	background:#f1f0f4 url(../images/topCornersLight.gif) top center no-repeat;
	position:relative;
	float:left;
}
.bannerContent .control .controlInner {
	background:url(../images/bottomCornersLight.gif) bottom center no-repeat;
	padding:5px 0px 5px 14px;
}

.verticalContent .control {
	width:113px;
	height:223px;
	clear:none;
	background:#f1f0f4 url(../images/topCornersLightNarrow.gif) top center no-repeat;
	position:relative;
	float:left;

}
.verticalContent .control .controlInner {
	background:url(../images/bottomCornersLightNarrow.gif) bottom center no-repeat;
	padding:4px 0 9px;
}

.bannerContent .control h2 {
	font-weight:bold;
	font-size:75%;
	font-family:Arial, Helvetica, sans-serif;
	color:#251451;
}

.bannerContent .control ul {
	clear:both;
	/*position:absolute;*/
	top:0;
	left:0;
}
.bannerContent .control ul:after {
	clear: both;
	display: block;
	visibility: hidden;
	height: 0px;
	content: '.'	
}
.bannerContent .control ul li {
	list-style:none;
	float:left;
	padding:6px 9px 6px 0px;
}

.verticalContent .control ul li {
	background:url("../images/bg-carousel-thumb-vert.gif") no-repeat top left;
	padding:6px 7px 2px 6px;
	height:62px;
}

.bannerContent .control ul li a {
	float:left;
	width:100px;
	height:62px;
	text-align:center;
	vertical-align:middle;
}
.verticalContent .control ul li a {
	height:auto;
}
.bannerContent .control ul li a img{
	border:1px solid #cccccf;
}
.bannerContent .control ul li a:hover img
{
	border:1px solid #d90011;
}
.carousel .control div.selected {	
	width:112px;
	height:74px;
	z-index:1;
	position:absolute;
	background:url("../images/bg-carousel-thumb-selelcted.gif") no-repeat top right;
	display: none;
}
.verticalContent .control div.selected {	
	left:6px;
}

.bannerContent .control .buttons 
{
	display:none;
}
.bannerContent .control .buttons .left {	
	position:absolute;
	top:30px;
	left:-10px;
}
.bannerContent .control .buttons .right {	
	position:absolute;
	top:30px;
	right:-10px;
}

.verticalContent .control .buttons .up {	
	position:absolute;
	top:-6px;
	left:50px;
	z-index:2;
}
.verticalContent .control .buttons .down {	
	position:absolute;
	bottom:1px;
	left:50px;
	z-index:2;
}






.bannerContent .feature p.buttonStyle01
{
	float:right;
	padding:0px;
	background:url(../images/bg-button-purple-left-01.gif) left top no-repeat;
}
.bannerContent .buttonStyle01 a
{
	position:relative;
	z-index:2;
	padding:3px 18px 5px;
	background:url(../images/bg-button-purple-right-01.gif) right top no-repeat;
}
.bannerContent .buttonStyle01:hover
{
	background:url(../images/bg-button-hover-purple-left-01.gif) left top no-repeat;
}
.bannerContent .buttonStyle01:hover a
{
	background:url(../images/bg-button-hover-purple-right-01.gif) right top no-repeat;
}
.bannerContent .buttonStyle01:active
{
	background:url(../images/bg-button-clicked-purple-left-01.gif) left top no-repeat;
}
.bannerContent .buttonStyle01:active a
{
	background:url(../images/bg-button-clicked-purple-right-01.gif) right top no-repeat;
}

.bannerContent .corners p {
	text-indent: -2000px;	
}

.bannerContent .feature p {
	background: #27164c;
}

