/*
Version:        1.0
Client:         Ugwa Consulting Services
Release DAte:   27 May 2010
Created by:     Warren Le Roux
Email:          support@busstech.com
Company:        Busstech
Company URL:    http://www.busstech.com
Copyright:      This design has been developed EXCLUSIVELY for Ugwa Consulting Services. No Images, text or details on this site are to be used without the exclusive authorisation for Busstech. All rights reserved.
*/

/* Home Slider */
#cu3er_container{}
#cu3er_container p{margin:0px !important; padding:0px;}
#slider_container{border:solid 1px #9b9b9b; background-color:#eeeded; padding:2px; position:relative}
#slider_shadow{background-image:url(../images/slider/bg_slider_shadow.gif); height:32px; background-repeat:repeat-x}
#slider_shadow2{background-image:url(../images/slider/bg_slider_shadow.gif); height:32px; margin-top:-6px; background-repeat:repeat-x}
#slider ul{list-style-type:none; padding:0px; margin:0px;}
#slider h1{margin:0px; text-transform:capitalize;font-size:26px; line-height:28px;}
#slider h2{color:#f8a400 !important; text-transform:capitalize}
.slidertext{width:415px; float:left; padding:0px 5px 0px 5px; position:relative}
.slidertext p{font-size:12px; color:#666}
.sliderimage{width:350px; float:left; padding:0px 0px 0px 20px;}
.sliderimage img{border:solid 1px #ededed; padding:4px;}
.sliderimage img.noborder{border:0px; padding:5px 0px 0px 0px;}
#slider_padding{background-color:#fff;}
#slider{ position:relative;  margin:0px auto; background-color:#fff; width:855px; padding:20px 0px 0px 0px; color:#010101; height:267px; overflow:hidden;}
#slider h2{color:#fff}
#slider p{color:#666}	
#slider ul, #slider li{
	margin:0;
	padding:0;
	list-style:none;
	position:relative
	}
#slider li{ 
	/* 
		define width and height of list item (slide)
		entire slider area will adjust according to the parameters provided here
	*/ 
	width:800px;
	height:240px;
	overflow:hidden;
	margin:0px;
	padding:0px 0px 0px 0px;
}
#prevBtn, #nextBtn{ 
	display:block;
	width:20px;
	height:33px;
	position:absolute;
	top:130px;
}
#prevBtn{left:25px;}	
#nextBtn{right:25px;}														
#prevBtn a, #nextBtn a{  
	display:block;
	width:20px;
	height:33px;
	cursor:pointer;
	text-indent:-9999px;
	}
	
#prevBtn a{background:url(../images/slider/btn_prev.gif) no-repeat 0 0;}
#prevBtn a:hover{background:url(../images/slider/btn_prev_hover.gif) no-repeat 0 0;}
#nextBtn a{ 
	background:url(../images/btn_next.gif) no-repeat 0 0;	
	}
#nextBtn a:hover{background:url(../images/slider/btn_next_hover.gif) no-repeat 0 0;}
/* Home Alternative Slideshow */
#slideshow_container{height:275px; background-image:url(../images/slider/bg_slidecontainer.gif); background-repeat:repeat-x; background-position:bottom; position:relative; margin-bottom:10px}
#slideshow_area{background-color:#eeeded; border:solid 1px #9b9b9b; padding:4px 4px 4px 4px; height:240px; }
#slideshow h2{margin:0px 0px 5px 0px; color:#fff; font-weight:normal; text-transform:capitalize}
#slideshow p{margin:0px; color:#fff; font-weight:bold}
#slideshow .desc{background-color:#000; position:absolute; bottom:6px; left:0; padding:8px 20px 8px 20px; width:580px; text-align:right}
*+html #slideshow .desc, * html #slideshow .desc{bottom:2px;}
#slideshow_navigation a{
background: url(../images/button.gif) no-repeat scroll 50% 50%;
display:block;
float:left;
font-size:0px;
width:12px;
height:10px;
margin:1px;
outline-style:none;
outline-width:medium;
padding:0px;
}
#slideshow_navigation{position:absolute; right:15px; top:255px; z-index:800; cursor:pointer}
#slideshow_navigation .activeSlide {background: url(../images/slider/button_selected.gif) no-repeat scroll 0% 50%;}