

 .slide { position: relative; height: 315px; width: 545px;
 float:right; }

  div.circular { width: 545px; height: 315px;   float:left }


#next{
    background: url("../images/btn_next.png") no-repeat scroll center top transparent;
    display: block;
    height: 70px;
    position: relative;
    width: 21px;
	float:right;   margin-top: 134px;



	}
#next:hover{
	background-position:bottom;}
#back{
    background: url("../images/btn_prev.png") no-repeat scroll center top transparent;
    display: block;
    height: 70px;
    position: relative;
    width: 21px;  margin-right: 9px;
	float:left;        margin-top: 134px;


	}
#back:hover{
	background-position:bottom;}
	
	
