/* panes */
#flowpanes {
float: left ;
background: url(../images/layout/slate.jpg) no-repeat ;		
width:664px;
height:320px;	
}

/* override the root element to enable scrolling */
#flowpanes {
position:relative;
overflow:hidden;
clear:both;
}

/* override single pane */
.panes {
float:left;
display:block;
width:654px;
cursor:pointer;
font-size:14px;
margin: 10px 100px 5px 10px ;
}

/* our additional wrapper element for the items */
#flowpanes .items {
width:320166px;
position:absolute;
clear:both;
margin:0;
padding:0;
left: 0px;
top: 0px;
}

#flowpanes .less, #flowpanes .less a {
color:#999 !important;
font-size:11px;
}

/* tabs (those little circles below slides) */
.tabs {
	clear:both;
	margin-left: 277px ;
}

.tabs ul {
list-style-type: none ;
}

.tabs li {
display: inline ;
}

/* single tab */
.tabs li a {
	width:8px;
	height:8px;
	float:left;
	margin:3px;
	background:url(../images/btns/navigator.png) 0 0 no-repeat;
	display:block;
	font-size:1px;		
}

/* mouseover state */
.tabs a:hover {
	background-position:0 -8px;      
}

/* active state (current page state) */
.tabs a.current {
	background-position:0 -16px;     
} 	


/* prev and next buttons */
.forward, .backward {
	float:left;
	margin-top:140px;
	background:#fff url(/tools/img/scrollable/arrow/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; clear:right; }
.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;		
}


.homeSlide {
width:  642px ;
height: 306px ;
}

.homeSlide img {
float: left ;
}

.slideRight {
float: right;
width: 210px;
padding: 0;
}

.slideRight p, .slideRight h2, .slideRight h3, .slideRight span, .slideRight li {
color: white ;
}

.slideRight h2 {
letter-spacing:1px;
font-size:36px;	
}
.slideRight span {
margin: 5px 0 0 0 ;
}

.slideRight p {
clear: both ;
width: 205px ;
}
