    /* // headings */



    /* image replacement */

        .graphic, #header h1, #prevBtn, #nextBtn{

            margin:0;

            padding:0;

            display:block;

            overflow:hidden;

            text-indent:-8000px;

            }

    /* // image replacement */



    /* clearfix */



		#content:after, ul:after{

			content:"."; 

			display:block; 

			height:0; 

			clear:both; 

			visibility:hidden;

			}

		#content, ul{

			display:block;

			}

		/*  \*/

		#content, ul{

			min-height:1%;

			}

		p, blockquote, ul, ol, form{

			margin:1em 0;

			}

		img{

			border:none;

			}			

		li{

			display:list-item;

			}

	

	/* // HTML Tags */	

	

/* // Global */



/* page setup */



	#container{	

		margin:0 auto;

		position:relative;

		text-align:left;

		width:696px;

		background:#fff;		

		margin-bottom:2em;

		}	



/* // header */



/* content */

				

	.left{

		float:left;

		margin-top:.5em;

		margin-right:15px;

		}			

	.left img{

		border:1px solid #e1e1e1;

		border-top:1px solid #e8e8e8e8;

		border-left:1px solid #e8e8e8e8;

		background:#f1f1f1;

		padding:5px;

		}				

			

	/* slider */



		#slider ul, #slider li{ 

			margin:0;

			padding:0;

			list-style:none;

			}	

		#slider, #slider li{

	height:168px;

	width:858px;

	overflow:hidden;

			}	

		#slider{

	/* margin-left:35px; */
  
  background: url(../images/bg-slider.jpg) repeat-x;
  
  height: 150px;
  
  padding-top: 12px;
  
  padding-bottom: 32px;
  
  padding-left: 10px;

			}	

		#prevBtn{

	display:block;

	width:30px;

	height:77px;

	position:absolute;

	left:-30px;

	top:65px;

	/* margin-left: 50px; */

			}	

	#nextBtn {

	display:block;

	width:30px;

	height:77px;

	position:absolute;

	left:868px;

	top:65px;

}



		/* #nextBtn{

	left:820px;

			}	 */													

		#prevBtn a, #nextBtn a{  

			display:block;
      
      background: url(../images/l-arrow.jpg) no-repeat 0 0;
      
      height: 62px;
      
      width: 33px;

			/* width:30px;

			height:77px;       

			background:url(../images/btn_prev.gif) no-repeat 0 0; */	

			}	

		#nextBtn a{ 
    
      background: url(../images/r-arrow.jpg) no-repeat 0 0;

			/* background:url(../images/btn_next.gif) no-repeat 0 0; */	

			}								


