
/* this makes it possible to add next button beside scrollable */
div.scrollable {
	float:left;		
}

/* prev, next, prevPage and nextPage buttons */
a.prev, a.next, a.prevPage, a.nextPage {
	display:block;
	width:22px;
	height:22px;
	background:url(img/left.png) no-repeat;
	float:left;
	margin:43px 10px;
	cursor:pointer;
}

/* mouseover state */
a.prev:hover, a.next:hover, a.prevPage:hover, a.nextPage:hover {
	background-position:0px -25px;		
}

/* disabled navigational button */
a.disabled {
	visibility:hidden !important;		
}

/* next button uses another background image */
a.next, a.nextPage {
	background-image:url(img/right.png);
	clear:right;	
}



/*********** navigator ***********/


/* position and dimensions of the navigator */
div.navi {
	margin: 1em 0 0 230px;
	width:100px;
	height:20px;
	clear: both;
	padding: 10px 0 0;
}


/* items inside navigator */
div.navi a {
	width:8px;
	height:8px;
	float:left;
	margin:3px;
	background:url(img/navigator.png) 0 0 no-repeat;     
}

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

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


/* root element for the whole scrollable setup */
div.scrollable {  
	position:relative;
	overflow:hidden;
	width: 460px;	 
	height:300px;	
}

.slider {
    overflow: hidden;
    height: 140px;
}

/* 
	root element for scrollable items. It is 
	absolutely positioned with large width. 
*/
.thumbs {	
	position:absolute;
	width:20000em;	
	clear:both;
}

/* custom positioning for navigational links */
a.prev, a.next {
	margin-top: 38px;	
}



/* single item */
.thumbs ul, #free_services ul {
	float: left;
	width: 180px;
	height:100px;
	padding: 0 20px;
	margin: 1em 0;
	list-style: square;
}

#free_services ul {
    height: auto;
}


#home_slider,
#four_cell_slider {
    margin: 1em 0;
    width: auto;
    height: auto;
}

#home_slider ul,
#four_cell_slider ul {
    height: 90px;
    list-style: none;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    width: 2000em;
}

#home_slider li,
#four_cell_slider li {
    font-size: 18px;
    line-height: 22px;
    background: url(img/slider_bg_block.png) 0 0 no-repeat;
    float: left;
	width: 220px;
	height: 100px;
	margin: 0;
    padding: 0;
	text-align: center;
}

#four_cell_slider li {
    font-size: 13px;
    text-align: left;
    list-style: none;
    padding: 25px 0 0 10px;
    width: 210px;
    height: 125px;
}

#home_slider li a,
#home_slider .no_link {
    display: block;
    padding: 32px 0;
}

#home_slider #fee_services li {
    padding: 0 0 0 20px;
    font-size: 13px;
}

#home_slider .prev, #home_slider .next, #home_slider .prevPage, #home_slider .nextPage,
#four_cell_slider .prev, #four_cell_slider .next, #four_cell_slider .prevPage, #four_cell_slider .nextPage {
	display: block;
	width: 50px;
	height: 90px;
	background: url(img/prev_button.png) left center no-repeat;
	float: left;
	margin: 0 0 0 0;
	cursor: pointer;
}

#four_cell_slider .prev, #four_cell_slider .next, #four_cell_slider .prevPage, #four_cell_slider .nextPage {
    height: 150px;
}

#home_slider .prev:hover, #home_slider .next:hover, #home_slider .prevPage:hover, #home_slider .nextPage:hover {
	
}

#home_slider .next, #home_slider .nextPage,
#four_cell_slider .next, #four_cell_slider .nextPage {
	background-image: url(img/next_button.png);
	margin: 0 0 0 2px;
}

/* disabled navigational button */
#home_slider a.disabled,
#four_cell_slider a.disabled {
    visibility: visible !important;
	background-position: -50px 50%;		
}

#home_slider div.scrollable,
#four_cell_slider div.scrollable {  
	width: 440px;	 
	height: 90px;	
}

#four_cell_slider ul,
#four_cell_slider div.scrollable {
    height: 150px;
}



