.link-intro
{
     text-decoration: none;
     color: #7ba308;
     font-weight: bold;
}

.link-intro:hover
{
	color: #000;
}


#slider
{
    float: left;
}

#slider ul, #slider li
{
    margin: 0;
    padding: 0;
    list-style: none;
}

#slider li
{ 
/* 
	define width and height of list item (slide)
	entire slider area will adjust according to the parameters provided here
*/ 
    width: 860px;
    height: 240px;
    overflow: hidden;
    padding: 0;
    margin: 0;
    background-position: left top;
    background-repeat: no-repeat;
}

#slider li a
{ 
    display: block;
    width: 430px;
    height: 240px;
    padding: 0 0 0 470px;
    background-position: left top;
    background-repeat: no-repeat;
    background-color: #46502d;
    color: #fff;
    text-decoration: none;
}

#slider li span
{ 
    cursor: pointer;
}

span#prevBtn
{

}

span#nextBtn
{

}

#prevBtn, #nextBtn
{ 
	display: block;
	width: 30px;
	height: 77px;
	position: absolute;
	left: -30px;
	top: 71px;
}	

#nextBtn
{ 
	left: 860px;
}														

#prevBtn a, #nextBtn a
{  
	display: block;
	width: 30px;
	height: 77px;
	background: url(/DesktopModules/Convecto/Modules/Teaser/App_LocalTemplates/Slider-Images-900/images/btn_prev.gif) no-repeat 0 0;	
}	

#nextBtn a
{ 
	background: url(/DesktopModules/Convecto/Modules/Teaser/App_LocalTemplates/Slider-Images-900/images/btn_next.gif) no-repeat 0 0;	
}	