/*
***********************************************************************
  JQUERY TOOLS	 - customised home page slider style sheet
***********************************************************************
*/

/* container for slider on home page */
.images {
	background: #e3d0c2;
	border:1px solid #6d1716;
	position:relative;	
	height:273px;
	width:940px;
	float:left;	
	margin:0;
	cursor:pointer;
	}

.images:hover {
	border:1px solid #575757;
}

/* single slide */
.images div {
	display:none;
	position:absolute;
	top:0;
	left:0;		
	margin:0;
	padding:0;
	height:273px;
	font-size:12px;
}

/* header */
.images p.highlight {
	background: rgb(154,123,103); /* fallback for older browsers */
	background: rgba(154,123,103,0.9);
	color:#e4d1c3;
	font-size:15px;
	font-weight:normal;
	text-indent:50px;
	position:absolute;
	bottom:0;
	left:0;		
	margin: 0;
	padding: 15px 0 2px 0;
	width: 940px;
}

/* header */
.images p.highlightIntro {
	background: : rgb(154,123,103); /* fallback for older browsers */
	background: rgba(154,123,103,0.3);*/
	color:#6d1716;
	font-size:15px;
	font-weight:normal;
	text-indent:50px;
	position:absolute;
	bottom:0;
	left:0;		
	margin: 0;
	padding: 15px 0 2px 0;
	width: 940px;
	text-transform:uppercase;
}

.images h3 {	
	position:absolute;
	top:331px;
	right:-17px;	
	display:block;				
	color:#181818;
	font-size:15px;
	line-height:18px;
	width: 240px;
	padding: 0 0 15px 0;
}

.images ul {	
	position:absolute;
	top:369px;
	right:70px;	
	display:block;				
	color:#181818;
	font-size:13px;
	line-height:18px;
	width: 240px;
	float:right;
	text-align:right;
	padding: 0 0 15px 0;
	text-transform:uppercase;
}

.images ul li {	
	margin:0 0 7px;
}

.images blockquote {	
	position:absolute;
	top:311px;
	right:60px;	
	display:block;				
	color:#181818;
	font-size:15px;
	font-style:italic;
	line-height:18px;
	width: 240px;
	padding: 10px 0;
	quotes: "\201C" "\201D";
}

.images blockquote:before {
	content: open-quote;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:300%;
	color: #6d1716;
}

.images blockquote:after {
	content: close-quote;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:300%;
	color: #6d1716;
	float:right;
	margin-right:10px;
	margin-top:-10px;
}

.images p a {
	text-decoration: underline;
	color: #e4d1c3;		
}

.images p a:hover {
	text-decoration: underline;
	color: #6d1716;		
}

/* tabs (those little circles below slides) */
.slidetabs {
	clear:both;
	margin-left:450px;
}

/* single tab */
.slidetabs a {
	width:8px;
	height:8px;
	float:left;
	margin:10px 3px;
	background:url(../images/navigator.png) 0 0 no-repeat;
	display:block;
	font-size:1px;		
}

/* mouseover state */
.slidetabs a:hover {
	background-position:0 -8px;      
}

/* active state (current page state) */
.slidetabs a.current {
	background-position:0 -16px;     
} 	

/* prev and next buttons */
.forward, .backward {
	float:left;
	margin-top:278px;
	margin-left:50px;
	background: url(../images/hori_large.png) no-repeat;
	display:block;
	width:30px;
	height:30px;
	cursor:pointer;
	font-size:1px;
	text-indent:-9999em;	
}

/* next */
.forward 				{ background-position: 0 -30px; float:right; margin-right:70px;}
.forward:hover 		{ background-position:-30px -30px; }
.forward:active 	 	{ background-position:-60px -30px; } 


/* prev */
.backward:hover  		{ background-position:-30px 0; }
.backward:active  	{ background-position:-60px 0; }

/* disabled navigational button. is not needed when tabs are configured with rotate: true */
.disabled {
	visibility:hidden !important;		
}
