/* RF Slideshow CSS */

div.rfss_total {
	margin: 0;
	padding: 3px;
	padding-top: 3px;
	background: #555555;
	border: 1px solid #383838;
}
div.rfss_total img {
	display: block;
	margin: 0 auto;
	background: none;
	height: 405px;
}
img.rfss_image {
	border: 0;
}
div.rfss_image_div {
	/*width: 480px;
		height: 360px;*/
	overflow: hidden;
}


/* ------ Caption ------ */

div.rfss_caption {
	font-style: italic;
	text-align: center;
	padding: 0;
	margin: 3px 0 0 0;
	color: #eee;
}



/* ------ Pagination : Prev and Next links ------ */

p.rfss_pagination_prevnext {
	margin: 7px 0 10px 0;
	float: right;
}

a.rfss_pagination_prevnext {
	margin: 0 3px 0 0;
	padding: 3px;
	background: #eee !important;
	color: #000 !important;
	font-weight: bold;
	text-decoration: none;
}
a:hover.rfss_pagination_prevnext {
	background: #fff;
	color: #A50400 !important;
	text-decoration: underline !important;
}
a {
	color: white;
}

/* ------ Pagination : Numbers ------ */

p.rfss_pagination {
	margin: 7px 0 5px 3px;
}

a.rfss_pagination {
	margin: 0 5px 0 0;
	padding: 3px;
	background: #eee !important;
	color: #000 !important;
	text-decoration: none;
	font-weight: bold;
}
a:hover.rfss_pagination {
	background: #fff;
	color: #A50400 !important;
	text-decoration: underline !important;
}

a.rfss_pagination_on {
	margin: 0 5px 0 0;
	font-weight: bold;
	padding: 3px;
	background: #eee !important;
	color: #A50400 !important;
	text-decoration: none;
}




