  


#featured_slider {
float: left;
margin: 10px 0px;
position: relative;
background-color: #FFF;
border: 1px solid #CCC;
width: 960px;
}

#featured_slider ul, #featured_slider ul li {
list-style: none !important;
border: none !important;
float: left;
margin: 10px;
width: 960px;
height: 428px;
}

#featured_slider .img_right {
float: left;
width: 960px;
height: 428px;
margin-left: 20px;
}

#featured_slider .img_right img {
width: 960px;
height: 428px;
}

#featured_slider .content_left {
float: left;
color: #333;
width: 450px;
}

#featured_slider .content_left p {
line-height: 22px;
color: #333;
}

#featured_slider .content_left h2 {
font-size: 20px !important;
margin-bottom: 20px;
}

#featured_slider .feat_prev {
background: transparent url(/images/sprite.png) no-repeat;
background-position: 0px 0px;
width: 17px;
z-index: 10;
height: 16px;
position: absolute;
left: 20px;
cursor: pointer;
bottom: 30px;
float: left;
}

#featured_slider .feat_prev:hover {
background-position: 0px -16px;
}

#featured_slider .feat_next {
background: transparent url(/images/sprite.png) no-repeat;
background-position: -17px 0px;
width: 17px;
z-index: 10;
height: 16px;
position: absolute;
left: 40px;
bottom: 30px;
cursor: pointer;
}

#featured_slider .feat_next:hover {
background-position: -18px -16px;
}

.feat_link {
float: right;
position: relative;
top: -5px;
}

.feat_link a {
float: left;
font-size: 9px;
color: #CCC;
}


