﻿
/*#SearchForm ol li {cursor:pointer; vertical-align: middle; display:inline;}*/
#slideshow {clear:both; width:889px; height:332px;}

.searchLabel{display:inline-block; width:99px; height:62px; padding: 15px 0px 0px 0px; float:left;
	background-image: url(../Images/search_label_bg.png); background-repeat: no-repeat;
	text-align:center; font-size:13pt; color: White;}

#slideshow .scrollSearch {width:889px; height:332px; margin:0px 0px 0px 0px; position:relative; text-align: left; 
	background-image: url(../Images/scroll_bg.png); background-repeat:repeat-x;}

.selected  span {color:Red; font-size:1em;}
.notselected span {color:Black; font-size:1em;}

/*Slideshow Container*/
#search_function {
  position:absolute; width:889px; height:332px; margin:0px;}

#search_function div {display:inline-block;}

#slideshow div.carousel div.scrollSearch #search_function .container {
	width:889px; height:332px; position: relative; overflow: hidden; margin-top:0px; }
	
#search_function ul.slideshow {
	position:relative; top:0px; left:0px; width:100000px; height:332px; margin:0px; padding:0px; font-size:10px;}    
	
/*Slide Container*/
#search_function ul.slideshow li.slide {
	width:889px; height:332px; float:left; padding:0px; text-align:left; list-style:none; cursor:pointer; _cursor:hand;margin:0px; overflow:hidden; }
	
/*Slide Image
#search_function ul li img, #search_volume ul li img, #search_material ul li img, #search_colour ul li img, #search_brand ul li img, #search_primary ul li img {
	width:889px; height:322px; margin:0px; padding:0px; border:none; float:left; position:relative;}*/

/*Slide Text*/
#slideshow .container div.text_container {position:relative; top:30px; left:409px; width:400px; height:220px; overflow:hidden; margin:0px 30px 0px 10px; padding:5px 0px;
	color:#707175; font-weight:normal; font-size: 1em; background-color:rgb(255,255,255); background-color:rgba(255,255,255,0.7);}
#slideshow .container div.text_container h2 {margin:20px 20px 3px 20px; font-size:2.5em; font-weight:normal;}
#slideshow .container div.text_container div {margin:3px 20px 20px 20px; font-size:1.2em;}

/*Slide Index*/
/*#slideshow .container div.index {position:absolute; bottom:0px; width:400px; height:20px; margin:0px 30px 0px 0px; padding:5px 0px;
	color:#707175; font-weight:normal; font-size: 1em;}
#slideshow .container div.index span {font-size:4em; margin:3px 8px 3px 0px;}*/
	#slideshow .container div.index {display:none;}

/*Previous Button*/
#slideshow .previous_button {
  position:absolute; top:143px; left:5px; width:50px; height:88px; margin:0px; z-index:100; cursor:pointer; _cursor:hand;
  /*background:transparent url(LeftArrow.png) -45px 0px; background-repeat:no-repeat;*/}

#slideshow .previous_button_over {
  position:absolute; top:143px; left:4px; 
  /*background:transparent url(LeftArrow.png) 0px 0px; background-repeat:no-repeat;*/}

#slideshow .previous_button_disabled {
  position:absolute; top:143px; left:4px; cursor:default; 
  /*background:transparent url(LeftArrow.png) 45px 0px; background-repeat:no-repeat;*/}

#slideshow div.previous_button_disabled, #slideshow div.next_button_disabled {display:none;}


/*Next Button*/
#slideshow .next_button {  
  position:absolute; top:143px; right:5px; width:50px; height:88px; margin:0px; z-index:100; cursor:pointer; _cursor:hand;
  /*background:transparent url(RightArrow.png) -45px 0px; background-repeat:no-repeat;*/}

#slideshow .next_button_over {
  position:absolute; top:143px; right:4px;
  /*background:transparent url(RightArrow.png) 0px 0px; background-repeat:no-repeat;*/}

#slideshow .next_button_disabled {
  position:absolute; top:143px; right:4px; cursor: default;
  /*background:transparent url(RightArrow.png) 45px 0px; background-repeat:no-repeat;*/}
		





