#jFlowSlide {
	font-family: Georgia;
}
#myController {
	font-family:Times New Roman;
	font-size:10px;
	left:750px;
	padding:5px;
	position:relative;
	top:-35px;
	width:180px;
	height: 20px;
}
.slide-wrapper {
	padding: 0px;
}
.slide-wrapper-th {
	padding: 0px 10px 0px 0px;
}

.slide-wrapper-tv {
	padding: 0px 20px 0px 0px;
}

.slide-thumbnail {
	width:300px;
	float:left;
}
.slide-thumbnail img {
	max-width:300px;
}
.slide-details {
	width:290px;
	float:right;
	margin-left:10px;
}
.slide-details h2 {
	font-size:1.5em;
	font-style: italic;
	font-weight:normal;
	line-height: 1;
	margin:0;
}
.slide-details .description {
	margin-top:10px;
}
.jFlowControl1,.jFlowControl, .jFlowPrev, .jFlowNext {
	color:#FFF;
	cursor:pointer;
	padding-left:8px;
	padding-right:8px;
	padding-top:2px;
	padding-bottom:2px;
}
.jFlowControl:hover, .jFlowPrev:hover, .jFlowNext:hover {
}

#myController span.jFlowControl {
	background-image: url(images/paging_circle.png);
	_background-image: url(images/paging_circle.gif);
	background-repeat: no-repeat;
	background-position: center center;
}
#myController span.jFlowSelected {
	margin-right:0px;
	background-image: url(images/paging_active.png);
	_background-image: url(images/paging_active.gif);
	background-repeat: no-repeat;
	background-position: center center;
}

#pscontroller{
	font-family:Times New Roman;
	font-size:10px;
	left:770px;
	padding:10px;
	position:relative;
	top:-415px;
	width:25px;
	height: 300px;
	list-style:none;
	*left:730px;
	*top:-420px;
}

#pscontrollerv{
	font-family:Times New Roman;
	font-size:10px;
	left:780px;
	padding:10px;
	position:relative;
	top:-560px;
	width:25px;
	height: 300px;
	list-style:none;
	*left:730px;
	*top:-570px;
}


#pscontroller .jFlowControl, #pscontrollerv .jFlowControl {
	padding: 0px 0px 5px 0px;
}

#txtcontroller{
	font-family:Times New Roman;
	font-size:12px;
	position:relative;
	height: 85px;
	text-align:center;
	width:610px;
	background-image:url(images/txtcontrolbg.gif);
	background-repeat:no-repeat;
	padding-top: 40px;
	top:30px;
}

#txtcontrollerv{
	font-family:Times New Roman;
	font-size:12px;
	position:relative;
	height: 85px;
	text-align:center;
	width:610px;
	background-image:url(images/txtcontrolbg.gif);
	background-repeat:no-repeat;
	padding-top: 30px;
	top:100px;
	left: -300px;
}

#txtcontroller .jFlowControl ,#txtcontroller .jFlowPrev, #txtcontroller .jFlowNext{
	padding: 0px 10px 0px 0px;
	color:#000000;
}

#txtcontrollerv .jFlowControl ,#txtcontrollerv .jFlowPrev, #txtcontrollerv .jFlowNext{
	padding: 0px 10px 0px 0px;
	color:#000000;
}

#jFlowSlide2 {
}