@charset "utf-8";
/* CSS Document */

/* container for slides */
.images {
	position:relative;
	height:245px;
	width:380px;
	float:left;
	margin:0;
	padding:0;
	border:none;
	cursor:pointer;
}


.images div {
	display:none;
	position:absolute;
	top:0;
	left:0px;
	font-size:11px;
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	height: 240px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}



/* header */
.images h3 {
	font-size:22px;
	font-weight:bold;
	color:#D4011D;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 20px;
}

/* tabs (those little circles below slides) */
.tabs {
	clear:both;
	margin-left:200px;
}

/* single tab */
.tabs a {
	width:12px;
	height:12px;
	float:left;
	margin:4px;
	background:url(../images/navigator.png) 0 0 no-repeat;
	display:block;
	font-size:1px;		
}

/* mouseover state */
.tabs a:hover {
	background-position:0 -12px;      
}

/* active state (current page state) */
.tabs a.current {
	background-position:0 -24px;     
} 

/* prev and next buttons */
.forward, .backward {
	float:left;
	margin-top:130px;
	display:block;
	width:35px;
	height:60px;
	cursor:pointer;
	font-size:1px;
	text-indent:-9999em;
	background-image: url(../images/hori_large.png);
	background-repeat: no-repeat;
}

/* next */
.forward 				{ background-position: 0 -60px; clear:right; }
.forward:hover 		{ background-position:-35px -60px; }
.forward:active 	 	{ background-position:-70px -60px; } 


/* prev */
.backward:hover  		{ background-position:-35px 0; }
.backward:active  	{ background-position:-70px 0; }

/* disabled navigational button. is not needed when tabs are configured with rotate: true */
.disabled {
	visibility:hidden !important;		
}
p {
	margin: 0px;
	padding: 0px;
}

