/* bottom center */
#carousel  .ws_bullets {
	top:0;
    right: 0;
}

#carousel { 
	overflow: hidden;
	width: 900px;
	height: 225px;
	background-color: #818181;
	margin: 0px auto 40px auto;
	zoom: 1; 
	position: relative; 
	z-index:100;
	border:none;
	text-align: left;
}
#carousel .slides{
	width:900px;
	height:225px;
	overflow:hidden;
	position:relative;
}
#carousel .slides a{
	color:transparent;
}

#carousel .slides img{
	top:0;
	left:0;
	border:none 0;
	max-width: none;
}
#carousel a{ 
	text-decoration: none; 
	outline: none; 
	border: none; 
}

#carousel  .ws_bullets { 
	font-size: 0px; 
	float: right;
	margin-right: 36px;
	margin-top: 196px;
	position:absolute;
	bottom: 0px;
	z-index:70;
}
#carousel  .ws_bullets div{
	position:relative;
	float:left;
}
#carousel .ws_bullets a { 
	width:16px;
	height:16px;
	background: url(../images/bullet.png) left bottom;
	float: left; 
	text-indent: -1000px; 
	position:relative;
	color:transparent;
}
#carousel .ws_bullets a:hover {
	background-position: 0 top; 
}
#carousel .ws_bullets a.ws_selbull {
	background-position: 0 center; 
}
#carousel .ws-title{
	position: absolute;
	padding-left: 550px;
	padding-top: 6px;
	width: 350px;
	height: 200px;
	bottom: 0px;
	z-index: 50;
    color: #FFFFFF;
	font-size: 36px;
	line-height: 36px;
	font-family: HelveticaBold, Arial, Helvetica, sans-serif;
}
#carousel .ws-title span{
	font-family: HelveticaBold, Arial, Helvetica, sans-serif;
}



#carousel .ws-title span a {
	font-size: 18px;
	margin-top: 10px;
	padding: 5px 15px 0px 15px;
	color: #FFFFFF;
	display: block;
	font-size: 13px;
    opacity: 0.7;    
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=70);
}

.burgundylink {
	background: #C40045 url(../images/arrow.png) right center no-repeat;
	}
.orangelink {
	background: #FF6600 url(../images/arrow.png) right center no-repeat;
	}
.bluelink {
	background: #0099FF url(../images/arrow.png) right center no-repeat;
	}
.redlink {
	background: #CC0000 url(../images/arrow.png) right center no-repeat;
	}
.greenlink {
	;background: #009933 url(../images/arrow.png) right center no-repeat;
	}
.yellowlink {
	;background: #FFCC00 url(../images/arrow.png) right center no-repeat;
	}

#carousel .ws-title span a:hover {
    opacity: 1.0;    
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
	}
a#vlb{
	display:none
}