.slide
{
	position: relative;
	overflow: hidden;
	width: 613px;
	height: 275px;
	border: 0px;
}

.slide img
{
	width: 100%;
	height: 100%;
	border: 0px;
}

.slide .title, .slide .navigator, .slide .controller
{
	position: absolute;
}

.slide .title
{
	opacity: 0.85; /*for firefox*/
	filter: alpha(opacity=85); /*for  ie*/
	background-color: #d9e4bc;
	top: 30px;
	right: 0px;
	overflow: hidden;
	word-wrap: break-word;
	cursor: pointer;
	z-index:1;
}

.slide .navigator
{
	width: 100%;
	left: 0px;
	text-align: center;
}

.slide .controller, .slide .navigator
{
	bottom: 10px;
}

.slide .controller
{
	right: 10px;
	width: 25px;
	height: 25px;
	opacity: 0.75; /*for firefox*/
	filter: alpha(opacity=75); /*for  ie*/
	cursor: pointer; 
}

.slide .navigator .active
{
	background: transparent url("nav-active.png") no-repeat 50%;
}


.slide ul
{
	list-style: none;
	padding: 0px 0px;
	margin: 0px 0px;
}

.slide .navigator ul
{
	margin: 0 auto;
	width: 150px;
}

.slide .navigator li
{
	width: 12px;
	height: 12px;
	cursor: pointer;
	background: transparent url("nav-inactive.png") no-repeat center center;
	padding: 5px 6px;
	display: inline;
}

.play
{
	background: transparent url("play.png") no-repeat 50%;
}

.pause
{
	background: transparent url("pause.png") no-repeat 50%;
}

.noscript
{
	height: 275px;
}

.noscript li
{
	list-style: none;
}

.noscript img
{
	width: 613px;
	height: 275px;
}

div.title
{
	/*float: right; 	margin: 30px 0 0 0;*/
	padding: 15px 15px; /* all sides equal*/
	max-width: 613px;
	text-align: left;
}


div.title h1
{
	margin: 0 0 5px 0;
	padding: 0;
	font-family: Helvetica, Arial, Sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #335d84;
}

div.title h2
{
	margin: 0;
	padding: 0;
	font-family: Helvetica, Arial, Sans-serif;
	font-size: 18px;
	color: #40709d;
}

