
/* SLIDER 1 */

#featured-slider {
     height: 490px;
    padding-bottom: 10px;
    position: relative;
    width: 768px;
}

.slider_content {
    height: 548px;
}


#featured-slide .slides_container {
		width: 768px;
		 height: 490px;
		display:none;
		margin-top:-1px;

}

#featured-slide .slides_container div {
	width: 768px;
	 height: 490px;
	display:block;
}


#featured-slider .pagination {
    bottom: 20px;
    height: 18px;
    list-style: none outside none;
    position: absolute;
    right: 10px;
}

#featured-slider .pagination li{
    float: right;
    padding-bottom: 10px;
    padding-right: 20px;
    
}

#featured-slider .pagination  li a{
 	background: url("../img/activedot2.png") no-repeat scroll 0 0 transparent;
    height: 21px;
    width: 19px;
    overflow: hidden;
    position: absolute;
    text-indent: -999px;
    z-index: 999;
}

#featured-slider .pagination  li.current a{
    background: url("../img/activedot1.png") no-repeat scroll 0 0 transparent;
    height: 21px;
    width: 19px;
 }


#featured-slider  a.next {
    display: block;
    overflow: hidden;
    text-indent: -999px;
    z-index: 999;
    width:43px;
    opacity: 0.6;
    height:46px;
    top: 218px;
    background: url("../img/right.png") no-repeat scroll 0 0 transparent;
    position:absolute;
    right:-40px;    
}

#featured-slider  a.prev {

    background: url("../img/left.png") no-repeat scroll 0 0 transparent;
    display: block;
    overflow: hidden;
    position: absolute;
    text-indent: -999px;
    z-index: 999;
    width:43px;
    height:46px;
    top: 218px;
    opacity: 0.6;
    left:-21px; 
}

#featured-slider  a.next:hover {
	opacity: 1;   
}

#featured-slider  a.prev:hover {
	opacity: 1;
}

.panel a {
    background: none repeat scroll 0 0 red;
    bottom: 47px;
    color: white;
    display: block;
    font-size: 12px;
    height: 30px;
    line-height: 30px;
    position: absolute;
    right: 37px;
    text-align: center;
    text-decoration: none;
    width: 98px;
    z-index: 99999;
}

.panel {
	  height: 490px;
}

.panel img {
    left: 15px;
    position: absolute;
    top: 24px;
}


.panel .title{

	 bottom: 60px;
    left: 35px;
    position: absolute;
}

.panel h3 {
    color: #FFFFFF;
    font-size: 25px;
    font-weight: normal;
    width: 600px;
    z-index: 99000;
}



