 <style type="text/css">
            h1 {
                font-weight: normal;
                margin: 0;
                padding: 20px;
            }
            
            h2 {
                font-weight: normal;
            }
            
            h3 {
                font-weight: normal;
            }
            
            img {
                border: none;
            }
            
            #slider ul p {
                font-size: 10px;
                font-family: arial;
                color: #666;
				line-height:1.26em;
            }
            
            #slider ul span {
                font-size: 11px;
                font-family: arial;
                font-weight: bold;
                color: #666;
                paddign: 10px 0  6px  0;
				line-height:1.2em;
            }
            
            /* image replacement */
            .graphic, #prevBtn, #nextBtn {
                margin: 0;
                padding: 0;
                display: block;
                overflow: hidden;
                text-indent: -8000px;
            }
            
            /* // image replacement */
            /* Easy Slider */
            #slider {
            	
            }
            
            #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: 215px;
                height: 200px;
                overflow: hidden;
            }
            
            #prevBtn {
                display: block;
                width: 33px;
                height: 33px;
                position: absolute;
                left: 157px;
                bottom: 0
                z-index: 1;
            }
            #slider_holder {
            	position:relative;
            }
            #nextBtn {
                position: absolute;
                left: 185px;
                bottom: 0
				width:33px;
				height:33px;
            }
            
            #prevBtn a, #nextBtn a {
                display: block;
                width: 32px;
                height: 32px;
                background: url(../images/slider_sol.png) no-repeat 0 0;
            }
            
            #nextBtn a {
                background: url(../images/slider_sag.png) no-repeat 0 0;
            }
            
            #slider li a {
                display: inline-block;
                overflow: hidden;
            }
            
            #slider li a img {
                width: 198px;
                height: 84px;
				border:3px solid #E7E7E7;
            }
            
            /* // Easy Slider */
        </style>